Skip to content

Commit

Permalink
feat(viz): add funnel chart (#14480)
Browse files Browse the repository at this point in the history
  • Loading branch information
villebro authored May 5, 2021
1 parent 90a72bf commit 5aef6bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions superset-frontend/src/visualizations/presets/MainPreset.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ import {
EchartsGraphChartPlugin,
EchartsGaugeChartPlugin,
EchartsRadarChartPlugin,
EchartsFunnelChartPlugin,
EchartsMixedTimeseriesChartPlugin,
} from '@superset-ui/plugin-chart-echarts';
import {
Expand Down Expand Up @@ -95,6 +96,7 @@ export default class MainPreset extends Preset {
new DualLineChartPlugin().configure({ key: 'dual_line' }),
new EventFlowChartPlugin().configure({ key: 'event_flow' }),
new FilterBoxChartPlugin().configure({ key: 'filter_box' }),
new EchartsFunnelChartPlugin().configure({ key: 'funnel' }),
new EchartsGaugeChartPlugin().configure({ key: 'gauge_chart' }),
new EchartsGraphChartPlugin().configure({ key: 'graph_chart' }),
new EchartsRadarChartPlugin().configure({ key: 'radar' }),
Expand Down

0 comments on commit 5aef6bc

Please sign in to comment.