Skip to content

Commit

Permalink
feat: bumping echarts plugin, adding new treemap plugin (#14560)
Browse files Browse the repository at this point in the history
* chore: bumping echarts plugin

* feat: Upgrading to new treemap

* bump @superset-ui/plugin-chart-echarts 0.17.47

Co-authored-by: Yongjie Zhao <yongjie.zhao@gmail.com>
Co-authored-by: Ville Brofeldt <ville.v.brofeldt@gmail.com>
  • Loading branch information
3 people committed May 13, 2021
1 parent 3f6bd1e commit 568061e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
14 changes: 7 additions & 7 deletions superset-frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion superset-frontend/package.json
Expand Up @@ -91,7 +91,7 @@
"@superset-ui/legacy-preset-chart-big-number": "0.17.46",
"@superset-ui/legacy-preset-chart-deckgl": "^0.4.6",
"@superset-ui/legacy-preset-chart-nvd3": "0.17.46",
"@superset-ui/plugin-chart-echarts": "^0.17.46",
"@superset-ui/plugin-chart-echarts": "^0.17.47",
"@superset-ui/plugin-chart-pivot-table": "^0.17.46",
"@superset-ui/plugin-chart-table": "^0.17.46",
"@superset-ui/plugin-chart-word-cloud": "0.17.46",
Expand Down
2 changes: 2 additions & 0 deletions superset-frontend/src/visualizations/presets/MainPreset.js
Expand Up @@ -61,6 +61,7 @@ import {
EchartsGaugeChartPlugin,
EchartsRadarChartPlugin,
EchartsFunnelChartPlugin,
EchartsTreemapChartPlugin,
EchartsMixedTimeseriesChartPlugin,
EchartsTreeChartPlugin,
} from '@superset-ui/plugin-chart-echarts';
Expand Down Expand Up @@ -98,6 +99,7 @@ export default class MainPreset extends Preset {
new EventFlowChartPlugin().configure({ key: 'event_flow' }),
new FilterBoxChartPlugin().configure({ key: 'filter_box' }),
new EchartsFunnelChartPlugin().configure({ key: 'funnel' }),
new EchartsTreemapChartPlugin().configure({ key: 'treemap_v2' }),
new EchartsGaugeChartPlugin().configure({ key: 'gauge_chart' }),
new EchartsGraphChartPlugin().configure({ key: 'graph_chart' }),
new EchartsRadarChartPlugin().configure({ key: 'radar' }),
Expand Down

0 comments on commit 568061e

Please sign in to comment.