mirror of
https://github.com/apache/superset.git
synced 2026-05-10 18:35:40 +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:
@@ -74,7 +74,6 @@ const DEFAULT_ORDER = [
|
||||
'line_multi',
|
||||
'treemap',
|
||||
'box_plot',
|
||||
'separator',
|
||||
'sunburst',
|
||||
'sankey',
|
||||
'word_cloud',
|
||||
@@ -85,7 +84,6 @@ const DEFAULT_ORDER = [
|
||||
'bubble',
|
||||
'deck_geojson',
|
||||
'horizon',
|
||||
'markup',
|
||||
'deck_multi',
|
||||
'compare',
|
||||
'partition',
|
||||
@@ -95,7 +93,6 @@ const DEFAULT_ORDER = [
|
||||
'world_map',
|
||||
'paired_ttest',
|
||||
'para',
|
||||
'iframe',
|
||||
'country_map',
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user