refactor: migrate table chart to new API (#10270)

* refactor: migrate table chart to new API

* chore: bump superset-ui to 0.17.0

* Fix Cypress tests

* Apply soft-conversion to numeric metrics

Fix time column formatting test

* Add translation to chart does not exist error

* Bump to 0.17.1
This commit is contained in:
Jesse Yang
2021-01-29 03:12:09 -08:00
committed by GitHub
parent bab86abd92
commit e3db935c62
24 changed files with 680 additions and 390 deletions

View File

@@ -65,34 +65,34 @@
"@babel/runtime-corejs3": "^7.12.5",
"@data-ui/sparkline": "^0.0.84",
"@emotion/core": "^10.0.35",
"@superset-ui/chart-controls": "^0.16.9",
"@superset-ui/core": "^0.16.7",
"@superset-ui/legacy-plugin-chart-calendar": "^0.16.9",
"@superset-ui/legacy-plugin-chart-chord": "^0.16.9",
"@superset-ui/legacy-plugin-chart-country-map": "^0.16.9",
"@superset-ui/legacy-plugin-chart-event-flow": "^0.16.9",
"@superset-ui/legacy-plugin-chart-force-directed": "^0.16.9",
"@superset-ui/legacy-plugin-chart-heatmap": "^0.16.9",
"@superset-ui/legacy-plugin-chart-histogram": "^0.16.9",
"@superset-ui/legacy-plugin-chart-horizon": "^0.16.9",
"@superset-ui/legacy-plugin-chart-map-box": "^0.16.9",
"@superset-ui/legacy-plugin-chart-paired-t-test": "^0.16.9",
"@superset-ui/legacy-plugin-chart-parallel-coordinates": "^0.16.9",
"@superset-ui/legacy-plugin-chart-partition": "^0.16.9",
"@superset-ui/legacy-plugin-chart-pivot-table": "^0.16.9",
"@superset-ui/legacy-plugin-chart-rose": "^0.16.9",
"@superset-ui/legacy-plugin-chart-sankey": "^0.16.9",
"@superset-ui/legacy-plugin-chart-sankey-loop": "^0.16.9",
"@superset-ui/legacy-plugin-chart-sunburst": "^0.16.9",
"@superset-ui/legacy-plugin-chart-treemap": "^0.16.9",
"@superset-ui/legacy-plugin-chart-world-map": "^0.16.9",
"@superset-ui/legacy-preset-chart-big-number": "^0.16.9",
"@superset-ui/chart-controls": "^0.17.1",
"@superset-ui/core": "^0.17.1",
"@superset-ui/legacy-plugin-chart-calendar": "^0.17.1",
"@superset-ui/legacy-plugin-chart-chord": "^0.17.1",
"@superset-ui/legacy-plugin-chart-country-map": "^0.17.1",
"@superset-ui/legacy-plugin-chart-event-flow": "^0.17.1",
"@superset-ui/legacy-plugin-chart-force-directed": "^0.17.1",
"@superset-ui/legacy-plugin-chart-heatmap": "^0.17.1",
"@superset-ui/legacy-plugin-chart-histogram": "^0.17.1",
"@superset-ui/legacy-plugin-chart-horizon": "^0.17.1",
"@superset-ui/legacy-plugin-chart-map-box": "^0.17.1",
"@superset-ui/legacy-plugin-chart-paired-t-test": "^0.17.1",
"@superset-ui/legacy-plugin-chart-parallel-coordinates": "^0.17.1",
"@superset-ui/legacy-plugin-chart-partition": "^0.17.1",
"@superset-ui/legacy-plugin-chart-pivot-table": "^0.17.1",
"@superset-ui/legacy-plugin-chart-rose": "^0.17.1",
"@superset-ui/legacy-plugin-chart-sankey": "^0.17.1",
"@superset-ui/legacy-plugin-chart-sankey-loop": "^0.17.1",
"@superset-ui/legacy-plugin-chart-sunburst": "^0.17.1",
"@superset-ui/legacy-plugin-chart-treemap": "^0.17.1",
"@superset-ui/legacy-plugin-chart-world-map": "^0.17.1",
"@superset-ui/legacy-preset-chart-big-number": "^0.17.1",
"@superset-ui/legacy-preset-chart-deckgl": "^0.4.1",
"@superset-ui/legacy-preset-chart-nvd3": "^0.16.10",
"@superset-ui/plugin-chart-echarts": "^0.16.9",
"@superset-ui/plugin-chart-table": "^0.16.9",
"@superset-ui/plugin-chart-word-cloud": "^0.16.9",
"@superset-ui/preset-chart-xy": "^0.16.9",
"@superset-ui/plugin-chart-echarts": "^0.17.1",
"@superset-ui/plugin-chart-table": "^0.17.1",
"@superset-ui/plugin-chart-word-cloud": "^0.17.1",
"@superset-ui/preset-chart-xy": "^0.17.1",
"@vx/responsive": "^0.0.195",
"abortcontroller-polyfill": "^1.1.9",
"antd": "^4.9.4",
@@ -214,6 +214,7 @@
"@types/react-dom": "^16.9.8",
"@types/react-gravatar": "^2.6.8",
"@types/react-json-tree": "^0.6.11",
"@types/react-loadable": "^5.5.4",
"@types/react-redux": "^7.1.10",
"@types/react-router-dom": "^5.1.5",
"@types/react-select": "^3.0.19",