mirror of
https://github.com/apache/superset.git
synced 2026-04-20 16:44:46 +00:00
refactor: [migration] convert iframe chart into dashboard markdown component (#10590)
* refactor: [migration] convert iframe chart into dashboard markdown component * remove 3 viz_types * fix comments
This commit is contained in:
@@ -29,9 +29,7 @@ import ForceDirectedChartPlugin from '@superset-ui/legacy-plugin-chart-force-dir
|
||||
import HeatmapChartPlugin from '@superset-ui/legacy-plugin-chart-heatmap';
|
||||
import HistogramChartPlugin from '@superset-ui/legacy-plugin-chart-histogram';
|
||||
import HorizonChartPlugin from '@superset-ui/legacy-plugin-chart-horizon';
|
||||
import IframeChartPlugin from '@superset-ui/legacy-plugin-chart-iframe';
|
||||
import MapBoxChartPlugin from '@superset-ui/legacy-plugin-chart-map-box';
|
||||
import MarkupChartPlugin from '@superset-ui/legacy-plugin-chart-markup';
|
||||
import PairedTTestChartPlugin from '@superset-ui/legacy-plugin-chart-paired-t-test';
|
||||
import ParallelCoordinatesChartPlugin from '@superset-ui/legacy-plugin-chart-parallel-coordinates';
|
||||
import PartitionChartPlugin from '@superset-ui/legacy-plugin-chart-partition';
|
||||
@@ -87,12 +85,9 @@ export default class MainPreset extends Preset {
|
||||
new HeatmapChartPlugin().configure({ key: 'heatmap' }),
|
||||
new HistogramChartPlugin().configure({ key: 'histogram' }),
|
||||
new HorizonChartPlugin().configure({ key: 'horizon' }),
|
||||
new IframeChartPlugin().configure({ key: 'iframe' }),
|
||||
new LineChartPlugin().configure({ key: 'line' }),
|
||||
new LineMultiChartPlugin().configure({ key: 'line_multi' }),
|
||||
new MapBoxChartPlugin().configure({ key: 'mapbox' }),
|
||||
new MarkupChartPlugin().configure({ key: 'markup' }),
|
||||
new MarkupChartPlugin().configure({ key: 'separator' }),
|
||||
new PairedTTestChartPlugin().configure({ key: 'paired_ttest' }),
|
||||
new ParallelCoordinatesChartPlugin().configure({ key: 'para' }),
|
||||
new PartitionChartPlugin().configure({ key: 'partition' }),
|
||||
|
||||
Reference in New Issue
Block a user