mirror of
https://github.com/apache/superset.git
synced 2026-04-25 19:14:27 +00:00
feat: bumping echarts plugin, adding new treemap plugin (#14560)
* 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>
This commit is contained in:
@@ -61,6 +61,7 @@ import {
|
||||
EchartsGaugeChartPlugin,
|
||||
EchartsRadarChartPlugin,
|
||||
EchartsFunnelChartPlugin,
|
||||
EchartsTreemapChartPlugin,
|
||||
EchartsMixedTimeseriesChartPlugin,
|
||||
EchartsTreeChartPlugin,
|
||||
} from '@superset-ui/plugin-chart-echarts';
|
||||
@@ -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' }),
|
||||
|
||||
Reference in New Issue
Block a user