codyml commented on code in PR #21551:
URL: https://github.com/apache/superset/pull/21551#discussion_r979119321


##########
superset/examples/echarts_dashboard.py:
##########
@@ -113,138 +496,813 @@ def load_echarts_dashboard() -> None:
         dash = Dashboard()
 
     js = textwrap.dedent(
-        """\
+        """
 {
-    "CHART-dxV7Il74hH": {
-      "children": [],
-      "id": "CHART-dxV7Il74hH",
-      "meta": {
-        "chartId": 597,
-        "height": 50,
-        "sliceName": "Box plot",
-        "width": 6
-      },
-      "type": "CHART"
-    },
-    "CHART-YyHWQacdcj": {
-      "children": [],
-      "id": "CHART-YyHWQacdcj",
-      "meta": {
-          "chartId": 15,
-          "height": 50,
-          "sliceName": "Participants",
-          "width": 6
-      },
-      "type": "CHART"
-    },
-    "CHART-oWKBOJ6Ydh": {
-      "children": [],
-      "id": "CHART-oWKBOJ6Ydh",
-      "meta":{
-          "chartId": 16,
-          "height": 50,
-          "sliceName": "Genders",
-          "width": 6
-        },
-      "type": "CHART"
-    },
-    "CHART-06Kg-rUggO": {
-      "children": [],
-      "id": "CHART-06Kg-rUggO",
-      "meta": {
-        "chartId": 617,
-        "height": 50,
-        "sliceName": "Number of Girls",
-        "width": 6
-      },
-      "type": "CHART"
-    },
-    "CHART--wEhS-MDSg": {
-      "children": [],
-      "id": "CHART--wEhS-MDS",
-      "meta": {
-        "chartId": 2,
-        "height": 50,
-        "sliceName": "Energy Force Layout",
-        "width": 6
-      },
-      "type": "CHART"
-    },
-    "CHART--LXvS-RDSu": {
-      "children": [],
-      "id": "CHART--LXvS-RDSu",
-      "meta": {
-        "chartId": 398,
-        "height": 50,
-        "sliceName": "Time-Series Bar Chart V2",
-        "width": 6
-      },
-      "type": "CHART"
-    },
-    "GRID_ID": {
-        "children": [
-            "ROW-SytNzNA4X",
-            "ROW-HkFFEzVRVm",
-            "ROW-BytNzNA4Y"
-        ],
-        "id": "GRID_ID",
-        "type": "GRID"
-    },
-    "HEADER_ID": {
-        "id": "HEADER_ID",
-        "meta": {
-            "text": "ECharts Dashboard"
-        },
-        "type": "HEADER"
-    },
-    "ROOT_ID": {
-        "children": [
-            "GRID_ID"
-        ],
-        "id": "ROOT_ID",
-        "type": "ROOT"
+  "CHART-1": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-1"
+    ],
+    "id": "CHART-1",
+    "meta": {
+      "chartId": 1,
+      "height": 50,
+      "sliceName": "Big Number",
+      "width": 6
     },
-    "ROW-HkFFEzVRVm": {
-        "children": [
-            "CHART-dxV7Il74hH",
-            "CHART-oWKBOJ6Ydh"
-        ],
-        "id": "ROW-HkFFEzVRVm",
-        "meta": {
-            "background": "BACKGROUND_TRANSPARENT"
-        },
-        "type": "ROW"
-    },
-    "ROW-SytNzNA4X": {
-        "children": [
-            "CHART-06Kg-rUggO",
-            "CHART-YyHWQacdcj"
-        ],
-        "id": "ROW-SytNzNA4X",
-        "meta": {
-            "background": "BACKGROUND_TRANSPARENT"
-        },
-        "type": "ROW"
-    },
-    "ROW-BytNzNA4Y": {
-        "children": [
-            "CHART--wEhS-MDSg",
-            "CHART--LXvS-RDSu"
-        ],
-        "id": "ROW-BytNzNA4Y",
-        "meta": {
-            "background": "BACKGROUND_TRANSPARENT"
-        },
-        "type": "ROW"
+    "type": "CHART"
+  },
+  "CHART-2": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-1"
+    ],
+    "id": "CHART-2",
+    "meta": {
+      "chartId": 2,
+      "height": 50,
+      "sliceName": "Big Number with Trendline",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-3": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-1"
+    ],
+    "id": "CHART-3",
+    "meta":{
+      "chartId": 3,
+      "height": 50,
+      "sliceName": "Table",

Review Comment:
   I'm not seeing this one in the dashboard.



##########
superset/examples/echarts_dashboard.py:
##########
@@ -113,138 +496,813 @@ def load_echarts_dashboard() -> None:
         dash = Dashboard()
 
     js = textwrap.dedent(
-        """\
+        """
 {
-    "CHART-dxV7Il74hH": {
-      "children": [],
-      "id": "CHART-dxV7Il74hH",
-      "meta": {
-        "chartId": 597,
-        "height": 50,
-        "sliceName": "Box plot",
-        "width": 6
-      },
-      "type": "CHART"
-    },
-    "CHART-YyHWQacdcj": {
-      "children": [],
-      "id": "CHART-YyHWQacdcj",
-      "meta": {
-          "chartId": 15,
-          "height": 50,
-          "sliceName": "Participants",
-          "width": 6
-      },
-      "type": "CHART"
-    },
-    "CHART-oWKBOJ6Ydh": {
-      "children": [],
-      "id": "CHART-oWKBOJ6Ydh",
-      "meta":{
-          "chartId": 16,
-          "height": 50,
-          "sliceName": "Genders",
-          "width": 6
-        },
-      "type": "CHART"
-    },
-    "CHART-06Kg-rUggO": {
-      "children": [],
-      "id": "CHART-06Kg-rUggO",
-      "meta": {
-        "chartId": 617,
-        "height": 50,
-        "sliceName": "Number of Girls",
-        "width": 6
-      },
-      "type": "CHART"
-    },
-    "CHART--wEhS-MDSg": {
-      "children": [],
-      "id": "CHART--wEhS-MDS",
-      "meta": {
-        "chartId": 2,
-        "height": 50,
-        "sliceName": "Energy Force Layout",
-        "width": 6
-      },
-      "type": "CHART"
-    },
-    "CHART--LXvS-RDSu": {
-      "children": [],
-      "id": "CHART--LXvS-RDSu",
-      "meta": {
-        "chartId": 398,
-        "height": 50,
-        "sliceName": "Time-Series Bar Chart V2",
-        "width": 6
-      },
-      "type": "CHART"
-    },
-    "GRID_ID": {
-        "children": [
-            "ROW-SytNzNA4X",
-            "ROW-HkFFEzVRVm",
-            "ROW-BytNzNA4Y"
-        ],
-        "id": "GRID_ID",
-        "type": "GRID"
-    },
-    "HEADER_ID": {
-        "id": "HEADER_ID",
-        "meta": {
-            "text": "ECharts Dashboard"
-        },
-        "type": "HEADER"
-    },
-    "ROOT_ID": {
-        "children": [
-            "GRID_ID"
-        ],
-        "id": "ROOT_ID",
-        "type": "ROOT"
+  "CHART-1": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-1"
+    ],
+    "id": "CHART-1",
+    "meta": {
+      "chartId": 1,
+      "height": 50,
+      "sliceName": "Big Number",
+      "width": 6
     },
-    "ROW-HkFFEzVRVm": {
-        "children": [
-            "CHART-dxV7Il74hH",
-            "CHART-oWKBOJ6Ydh"
-        ],
-        "id": "ROW-HkFFEzVRVm",
-        "meta": {
-            "background": "BACKGROUND_TRANSPARENT"
-        },
-        "type": "ROW"
-    },
-    "ROW-SytNzNA4X": {
-        "children": [
-            "CHART-06Kg-rUggO",
-            "CHART-YyHWQacdcj"
-        ],
-        "id": "ROW-SytNzNA4X",
-        "meta": {
-            "background": "BACKGROUND_TRANSPARENT"
-        },
-        "type": "ROW"
-    },
-    "ROW-BytNzNA4Y": {
-        "children": [
-            "CHART--wEhS-MDSg",
-            "CHART--LXvS-RDSu"
-        ],
-        "id": "ROW-BytNzNA4Y",
-        "meta": {
-            "background": "BACKGROUND_TRANSPARENT"
-        },
-        "type": "ROW"
+    "type": "CHART"
+  },
+  "CHART-2": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-1"
+    ],
+    "id": "CHART-2",
+    "meta": {
+      "chartId": 2,
+      "height": 50,
+      "sliceName": "Big Number with Trendline",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-3": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-1"
+    ],
+    "id": "CHART-3",
+    "meta":{
+      "chartId": 3,
+      "height": 50,
+      "sliceName": "Table",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-4": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-2"
+    ],
+    "id": "CHART-4",
+    "meta": {
+      "chartId": 4,
+      "height": 50,
+      "sliceName": "Pivot Table",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-5": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-2"
+    ],
+    "id": "CHART-5",
+    "meta": {
+      "chartId": 5,
+      "height": 50,
+      "sliceName": "Time-Series Line Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-6": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-2"
+    ],
+    "id": "CHART-6",
+    "meta": {
+      "chartId": 6,
+      "height": 50,
+      "sliceName": "Time-Series Bar Chart V2",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-7": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-3"
+    ],
+    "id": "CHART-7",
+    "meta": {
+      "chartId": 7,
+      "height": 50,
+      "sliceName": "Time-Series Area Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-8": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-3"
+    ],
+    "id": "CHART-8",
+    "meta": {
+      "chartId": 8,
+      "height": 50,
+      "sliceName": "Time-Series Scatter Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-9": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-3"
+    ],
+    "id": "CHART-9",
+    "meta": {
+      "chartId": 9,
+      "height": 50,
+      "sliceName": "Pie Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-10": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-4"
+    ],
+    "id": "CHART-10",
+    "meta": {
+      "chartId": 10,
+      "height": 50,
+      "sliceName": "Bar Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-11": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-4"
+    ],
+    "id": "CHART-11",
+    "meta": {
+      "chartId": 11,
+      "height": 50,
+      "sliceName": "World Map",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-12": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-5"
+    ],
+    "id": "CHART-12",
+    "meta": {
+      "chartId": 12,
+      "height": 50,
+      "sliceName": "Box Plot Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-13": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-5"
+    ],
+    "id": "CHART-13",
+    "meta": {
+      "chartId": 13,
+      "height": 50,
+      "sliceName": "Bubble Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-14": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-5"
+    ],
+    "id": "CHART-14",
+    "meta": {
+      "chartId": 14,
+      "height": 50,
+      "sliceName": "Calendar Heatmap",

Review Comment:
   This one seems to be missing from Tab 2



##########
superset/examples/echarts_dashboard.py:
##########
@@ -113,138 +496,813 @@ def load_echarts_dashboard() -> None:
         dash = Dashboard()
 
     js = textwrap.dedent(
-        """\
+        """
 {
-    "CHART-dxV7Il74hH": {
-      "children": [],
-      "id": "CHART-dxV7Il74hH",
-      "meta": {
-        "chartId": 597,
-        "height": 50,
-        "sliceName": "Box plot",
-        "width": 6
-      },
-      "type": "CHART"
-    },
-    "CHART-YyHWQacdcj": {
-      "children": [],
-      "id": "CHART-YyHWQacdcj",
-      "meta": {
-          "chartId": 15,
-          "height": 50,
-          "sliceName": "Participants",
-          "width": 6
-      },
-      "type": "CHART"
-    },
-    "CHART-oWKBOJ6Ydh": {
-      "children": [],
-      "id": "CHART-oWKBOJ6Ydh",
-      "meta":{
-          "chartId": 16,
-          "height": 50,
-          "sliceName": "Genders",
-          "width": 6
-        },
-      "type": "CHART"
-    },
-    "CHART-06Kg-rUggO": {
-      "children": [],
-      "id": "CHART-06Kg-rUggO",
-      "meta": {
-        "chartId": 617,
-        "height": 50,
-        "sliceName": "Number of Girls",
-        "width": 6
-      },
-      "type": "CHART"
-    },
-    "CHART--wEhS-MDSg": {
-      "children": [],
-      "id": "CHART--wEhS-MDS",
-      "meta": {
-        "chartId": 2,
-        "height": 50,
-        "sliceName": "Energy Force Layout",
-        "width": 6
-      },
-      "type": "CHART"
-    },
-    "CHART--LXvS-RDSu": {
-      "children": [],
-      "id": "CHART--LXvS-RDSu",
-      "meta": {
-        "chartId": 398,
-        "height": 50,
-        "sliceName": "Time-Series Bar Chart V2",
-        "width": 6
-      },
-      "type": "CHART"
-    },
-    "GRID_ID": {
-        "children": [
-            "ROW-SytNzNA4X",
-            "ROW-HkFFEzVRVm",
-            "ROW-BytNzNA4Y"
-        ],
-        "id": "GRID_ID",
-        "type": "GRID"
-    },
-    "HEADER_ID": {
-        "id": "HEADER_ID",
-        "meta": {
-            "text": "ECharts Dashboard"
-        },
-        "type": "HEADER"
-    },
-    "ROOT_ID": {
-        "children": [
-            "GRID_ID"
-        ],
-        "id": "ROOT_ID",
-        "type": "ROOT"
+  "CHART-1": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-1"
+    ],
+    "id": "CHART-1",
+    "meta": {
+      "chartId": 1,
+      "height": 50,
+      "sliceName": "Big Number",
+      "width": 6
     },
-    "ROW-HkFFEzVRVm": {
-        "children": [
-            "CHART-dxV7Il74hH",
-            "CHART-oWKBOJ6Ydh"
-        ],
-        "id": "ROW-HkFFEzVRVm",
-        "meta": {
-            "background": "BACKGROUND_TRANSPARENT"
-        },
-        "type": "ROW"
-    },
-    "ROW-SytNzNA4X": {
-        "children": [
-            "CHART-06Kg-rUggO",
-            "CHART-YyHWQacdcj"
-        ],
-        "id": "ROW-SytNzNA4X",
-        "meta": {
-            "background": "BACKGROUND_TRANSPARENT"
-        },
-        "type": "ROW"
-    },
-    "ROW-BytNzNA4Y": {
-        "children": [
-            "CHART--wEhS-MDSg",
-            "CHART--LXvS-RDSu"
-        ],
-        "id": "ROW-BytNzNA4Y",
-        "meta": {
-            "background": "BACKGROUND_TRANSPARENT"
-        },
-        "type": "ROW"
+    "type": "CHART"
+  },
+  "CHART-2": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-1"
+    ],
+    "id": "CHART-2",
+    "meta": {
+      "chartId": 2,
+      "height": 50,
+      "sliceName": "Big Number with Trendline",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-3": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-1"
+    ],
+    "id": "CHART-3",
+    "meta":{
+      "chartId": 3,
+      "height": 50,
+      "sliceName": "Table",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-4": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-2"
+    ],
+    "id": "CHART-4",
+    "meta": {
+      "chartId": 4,
+      "height": 50,
+      "sliceName": "Pivot Table",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-5": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-2"
+    ],
+    "id": "CHART-5",
+    "meta": {
+      "chartId": 5,
+      "height": 50,
+      "sliceName": "Time-Series Line Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-6": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-2"
+    ],
+    "id": "CHART-6",
+    "meta": {
+      "chartId": 6,
+      "height": 50,
+      "sliceName": "Time-Series Bar Chart V2",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-7": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-3"
+    ],
+    "id": "CHART-7",
+    "meta": {
+      "chartId": 7,
+      "height": 50,
+      "sliceName": "Time-Series Area Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-8": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-3"
+    ],
+    "id": "CHART-8",
+    "meta": {
+      "chartId": 8,
+      "height": 50,
+      "sliceName": "Time-Series Scatter Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-9": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-3"
+    ],
+    "id": "CHART-9",
+    "meta": {
+      "chartId": 9,
+      "height": 50,
+      "sliceName": "Pie Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-10": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-4"
+    ],
+    "id": "CHART-10",
+    "meta": {
+      "chartId": 10,
+      "height": 50,
+      "sliceName": "Bar Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-11": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-4"
+    ],
+    "id": "CHART-11",
+    "meta": {
+      "chartId": 11,
+      "height": 50,
+      "sliceName": "World Map",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-12": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-5"
+    ],
+    "id": "CHART-12",
+    "meta": {
+      "chartId": 12,
+      "height": 50,
+      "sliceName": "Box Plot Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-13": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-5"
+    ],
+    "id": "CHART-13",
+    "meta": {
+      "chartId": 13,
+      "height": 50,
+      "sliceName": "Bubble Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-14": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-5"
+    ],
+    "id": "CHART-14",
+    "meta": {
+      "chartId": 14,
+      "height": 50,
+      "sliceName": "Calendar Heatmap",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-15": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-6"
+    ],
+    "id": "CHART-15",
+    "meta": {
+      "chartId": 15,
+      "height": 50,
+      "sliceName": "Chord Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-16": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-6"
+    ],
+    "id": "CHART-16",
+    "meta": {
+      "chartId": 16,
+      "height": 50,
+      "sliceName": "Time-Series Percent Change Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-17": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-6"
+    ],
+    "id": "CHART-17",
+    "meta": {
+      "chartId": 17,
+      "height": 50,
+      "sliceName": "Time-Series Generic Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-18": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-7"
+    ],
+    "id": "CHART-18",
+    "meta": {
+      "chartId": 18,
+      "height": 50,
+      "sliceName": "Time-Series Smooth Line Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-19": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-7"
+    ],
+    "id": "CHART-19",
+    "meta": {
+      "chartId": 19,
+      "height": 50,
+      "sliceName": "Time-Series Step Line Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-20": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-7"
+    ],
+    "id": "CHART-20",
+    "meta": {
+      "chartId": 20,
+      "height": 50,
+      "sliceName": "Funnel Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-21": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-8"
+    ],
+    "id": "CHART-21",
+    "meta": {
+      "chartId": 21,
+      "height": 50,
+      "sliceName": "Gauge Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-22": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-8"
+    ],
+    "id": "CHART-22",
+    "meta": {
+      "chartId": 22,
+      "height": 50,
+      "sliceName": "Heatmap Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-23": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-8"
+    ],
+    "id": "CHART-23",
+    "meta": {
+      "chartId": 23,
+      "height": 50,
+      "sliceName": "Line Chart",

Review Comment:
   Missing



##########
superset/examples/echarts_dashboard.py:
##########
@@ -113,138 +496,813 @@ def load_echarts_dashboard() -> None:
         dash = Dashboard()
 
     js = textwrap.dedent(
-        """\
+        """
 {
-    "CHART-dxV7Il74hH": {
-      "children": [],
-      "id": "CHART-dxV7Il74hH",
-      "meta": {
-        "chartId": 597,
-        "height": 50,
-        "sliceName": "Box plot",
-        "width": 6
-      },
-      "type": "CHART"
-    },
-    "CHART-YyHWQacdcj": {
-      "children": [],
-      "id": "CHART-YyHWQacdcj",
-      "meta": {
-          "chartId": 15,
-          "height": 50,
-          "sliceName": "Participants",
-          "width": 6
-      },
-      "type": "CHART"
-    },
-    "CHART-oWKBOJ6Ydh": {
-      "children": [],
-      "id": "CHART-oWKBOJ6Ydh",
-      "meta":{
-          "chartId": 16,
-          "height": 50,
-          "sliceName": "Genders",
-          "width": 6
-        },
-      "type": "CHART"
-    },
-    "CHART-06Kg-rUggO": {
-      "children": [],
-      "id": "CHART-06Kg-rUggO",
-      "meta": {
-        "chartId": 617,
-        "height": 50,
-        "sliceName": "Number of Girls",
-        "width": 6
-      },
-      "type": "CHART"
-    },
-    "CHART--wEhS-MDSg": {
-      "children": [],
-      "id": "CHART--wEhS-MDS",
-      "meta": {
-        "chartId": 2,
-        "height": 50,
-        "sliceName": "Energy Force Layout",
-        "width": 6
-      },
-      "type": "CHART"
-    },
-    "CHART--LXvS-RDSu": {
-      "children": [],
-      "id": "CHART--LXvS-RDSu",
-      "meta": {
-        "chartId": 398,
-        "height": 50,
-        "sliceName": "Time-Series Bar Chart V2",
-        "width": 6
-      },
-      "type": "CHART"
-    },
-    "GRID_ID": {
-        "children": [
-            "ROW-SytNzNA4X",
-            "ROW-HkFFEzVRVm",
-            "ROW-BytNzNA4Y"
-        ],
-        "id": "GRID_ID",
-        "type": "GRID"
-    },
-    "HEADER_ID": {
-        "id": "HEADER_ID",
-        "meta": {
-            "text": "ECharts Dashboard"
-        },
-        "type": "HEADER"
-    },
-    "ROOT_ID": {
-        "children": [
-            "GRID_ID"
-        ],
-        "id": "ROOT_ID",
-        "type": "ROOT"
+  "CHART-1": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-1"
+    ],
+    "id": "CHART-1",
+    "meta": {
+      "chartId": 1,
+      "height": 50,
+      "sliceName": "Big Number",
+      "width": 6
     },
-    "ROW-HkFFEzVRVm": {
-        "children": [
-            "CHART-dxV7Il74hH",
-            "CHART-oWKBOJ6Ydh"
-        ],
-        "id": "ROW-HkFFEzVRVm",
-        "meta": {
-            "background": "BACKGROUND_TRANSPARENT"
-        },
-        "type": "ROW"
-    },
-    "ROW-SytNzNA4X": {
-        "children": [
-            "CHART-06Kg-rUggO",
-            "CHART-YyHWQacdcj"
-        ],
-        "id": "ROW-SytNzNA4X",
-        "meta": {
-            "background": "BACKGROUND_TRANSPARENT"
-        },
-        "type": "ROW"
-    },
-    "ROW-BytNzNA4Y": {
-        "children": [
-            "CHART--wEhS-MDSg",
-            "CHART--LXvS-RDSu"
-        ],
-        "id": "ROW-BytNzNA4Y",
-        "meta": {
-            "background": "BACKGROUND_TRANSPARENT"
-        },
-        "type": "ROW"
+    "type": "CHART"
+  },
+  "CHART-2": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-1"
+    ],
+    "id": "CHART-2",
+    "meta": {
+      "chartId": 2,
+      "height": 50,
+      "sliceName": "Big Number with Trendline",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-3": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-1"
+    ],
+    "id": "CHART-3",
+    "meta":{
+      "chartId": 3,
+      "height": 50,
+      "sliceName": "Table",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-4": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-2"
+    ],
+    "id": "CHART-4",
+    "meta": {
+      "chartId": 4,
+      "height": 50,
+      "sliceName": "Pivot Table",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-5": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-2"
+    ],
+    "id": "CHART-5",
+    "meta": {
+      "chartId": 5,
+      "height": 50,
+      "sliceName": "Time-Series Line Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-6": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-2"
+    ],
+    "id": "CHART-6",
+    "meta": {
+      "chartId": 6,
+      "height": 50,
+      "sliceName": "Time-Series Bar Chart V2",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-7": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-3"
+    ],
+    "id": "CHART-7",
+    "meta": {
+      "chartId": 7,
+      "height": 50,
+      "sliceName": "Time-Series Area Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-8": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-3"
+    ],
+    "id": "CHART-8",
+    "meta": {
+      "chartId": 8,
+      "height": 50,
+      "sliceName": "Time-Series Scatter Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-9": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-3"
+    ],
+    "id": "CHART-9",
+    "meta": {
+      "chartId": 9,
+      "height": 50,
+      "sliceName": "Pie Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-10": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-4"
+    ],
+    "id": "CHART-10",
+    "meta": {
+      "chartId": 10,
+      "height": 50,
+      "sliceName": "Bar Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-11": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-4"
+    ],
+    "id": "CHART-11",
+    "meta": {
+      "chartId": 11,
+      "height": 50,
+      "sliceName": "World Map",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-12": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-5"
+    ],
+    "id": "CHART-12",
+    "meta": {
+      "chartId": 12,
+      "height": 50,
+      "sliceName": "Box Plot Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-13": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-5"
+    ],
+    "id": "CHART-13",
+    "meta": {
+      "chartId": 13,
+      "height": 50,
+      "sliceName": "Bubble Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-14": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-5"
+    ],
+    "id": "CHART-14",
+    "meta": {
+      "chartId": 14,
+      "height": 50,
+      "sliceName": "Calendar Heatmap",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-15": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-6"
+    ],
+    "id": "CHART-15",
+    "meta": {
+      "chartId": 15,
+      "height": 50,
+      "sliceName": "Chord Chart",

Review Comment:
   This one is showing me an "unexpected error" of "missing label."



##########
superset/examples/echarts_dashboard.py:
##########
@@ -113,138 +496,813 @@ def load_echarts_dashboard() -> None:
         dash = Dashboard()
 
     js = textwrap.dedent(
-        """\
+        """
 {
-    "CHART-dxV7Il74hH": {
-      "children": [],
-      "id": "CHART-dxV7Il74hH",
-      "meta": {
-        "chartId": 597,
-        "height": 50,
-        "sliceName": "Box plot",
-        "width": 6
-      },
-      "type": "CHART"
-    },
-    "CHART-YyHWQacdcj": {
-      "children": [],
-      "id": "CHART-YyHWQacdcj",
-      "meta": {
-          "chartId": 15,
-          "height": 50,
-          "sliceName": "Participants",
-          "width": 6
-      },
-      "type": "CHART"
-    },
-    "CHART-oWKBOJ6Ydh": {
-      "children": [],
-      "id": "CHART-oWKBOJ6Ydh",
-      "meta":{
-          "chartId": 16,
-          "height": 50,
-          "sliceName": "Genders",
-          "width": 6
-        },
-      "type": "CHART"
-    },
-    "CHART-06Kg-rUggO": {
-      "children": [],
-      "id": "CHART-06Kg-rUggO",
-      "meta": {
-        "chartId": 617,
-        "height": 50,
-        "sliceName": "Number of Girls",
-        "width": 6
-      },
-      "type": "CHART"
-    },
-    "CHART--wEhS-MDSg": {
-      "children": [],
-      "id": "CHART--wEhS-MDS",
-      "meta": {
-        "chartId": 2,
-        "height": 50,
-        "sliceName": "Energy Force Layout",
-        "width": 6
-      },
-      "type": "CHART"
-    },
-    "CHART--LXvS-RDSu": {
-      "children": [],
-      "id": "CHART--LXvS-RDSu",
-      "meta": {
-        "chartId": 398,
-        "height": 50,
-        "sliceName": "Time-Series Bar Chart V2",
-        "width": 6
-      },
-      "type": "CHART"
-    },
-    "GRID_ID": {
-        "children": [
-            "ROW-SytNzNA4X",
-            "ROW-HkFFEzVRVm",
-            "ROW-BytNzNA4Y"
-        ],
-        "id": "GRID_ID",
-        "type": "GRID"
-    },
-    "HEADER_ID": {
-        "id": "HEADER_ID",
-        "meta": {
-            "text": "ECharts Dashboard"
-        },
-        "type": "HEADER"
-    },
-    "ROOT_ID": {
-        "children": [
-            "GRID_ID"
-        ],
-        "id": "ROOT_ID",
-        "type": "ROOT"
+  "CHART-1": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-1"
+    ],
+    "id": "CHART-1",
+    "meta": {
+      "chartId": 1,
+      "height": 50,
+      "sliceName": "Big Number",
+      "width": 6
     },
-    "ROW-HkFFEzVRVm": {
-        "children": [
-            "CHART-dxV7Il74hH",
-            "CHART-oWKBOJ6Ydh"
-        ],
-        "id": "ROW-HkFFEzVRVm",
-        "meta": {
-            "background": "BACKGROUND_TRANSPARENT"
-        },
-        "type": "ROW"
-    },
-    "ROW-SytNzNA4X": {
-        "children": [
-            "CHART-06Kg-rUggO",
-            "CHART-YyHWQacdcj"
-        ],
-        "id": "ROW-SytNzNA4X",
-        "meta": {
-            "background": "BACKGROUND_TRANSPARENT"
-        },
-        "type": "ROW"
-    },
-    "ROW-BytNzNA4Y": {
-        "children": [
-            "CHART--wEhS-MDSg",
-            "CHART--LXvS-RDSu"
-        ],
-        "id": "ROW-BytNzNA4Y",
-        "meta": {
-            "background": "BACKGROUND_TRANSPARENT"
-        },
-        "type": "ROW"
+    "type": "CHART"
+  },
+  "CHART-2": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-1"
+    ],
+    "id": "CHART-2",
+    "meta": {
+      "chartId": 2,
+      "height": 50,
+      "sliceName": "Big Number with Trendline",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-3": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-1"
+    ],
+    "id": "CHART-3",
+    "meta":{
+      "chartId": 3,
+      "height": 50,
+      "sliceName": "Table",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-4": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-2"
+    ],
+    "id": "CHART-4",
+    "meta": {
+      "chartId": 4,
+      "height": 50,
+      "sliceName": "Pivot Table",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-5": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-2"
+    ],
+    "id": "CHART-5",
+    "meta": {
+      "chartId": 5,
+      "height": 50,
+      "sliceName": "Time-Series Line Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-6": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-2"
+    ],
+    "id": "CHART-6",
+    "meta": {
+      "chartId": 6,
+      "height": 50,
+      "sliceName": "Time-Series Bar Chart V2",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-7": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-3"
+    ],
+    "id": "CHART-7",
+    "meta": {
+      "chartId": 7,
+      "height": 50,
+      "sliceName": "Time-Series Area Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-8": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-3"
+    ],
+    "id": "CHART-8",
+    "meta": {
+      "chartId": 8,
+      "height": 50,
+      "sliceName": "Time-Series Scatter Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-9": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-3"
+    ],
+    "id": "CHART-9",
+    "meta": {
+      "chartId": 9,
+      "height": 50,
+      "sliceName": "Pie Chart",

Review Comment:
   I'm also not seeing this one.



##########
superset/examples/echarts_dashboard.py:
##########
@@ -113,138 +496,813 @@ def load_echarts_dashboard() -> None:
         dash = Dashboard()
 
     js = textwrap.dedent(
-        """\
+        """
 {
-    "CHART-dxV7Il74hH": {
-      "children": [],
-      "id": "CHART-dxV7Il74hH",
-      "meta": {
-        "chartId": 597,
-        "height": 50,
-        "sliceName": "Box plot",
-        "width": 6
-      },
-      "type": "CHART"
-    },
-    "CHART-YyHWQacdcj": {
-      "children": [],
-      "id": "CHART-YyHWQacdcj",
-      "meta": {
-          "chartId": 15,
-          "height": 50,
-          "sliceName": "Participants",
-          "width": 6
-      },
-      "type": "CHART"
-    },
-    "CHART-oWKBOJ6Ydh": {
-      "children": [],
-      "id": "CHART-oWKBOJ6Ydh",
-      "meta":{
-          "chartId": 16,
-          "height": 50,
-          "sliceName": "Genders",
-          "width": 6
-        },
-      "type": "CHART"
-    },
-    "CHART-06Kg-rUggO": {
-      "children": [],
-      "id": "CHART-06Kg-rUggO",
-      "meta": {
-        "chartId": 617,
-        "height": 50,
-        "sliceName": "Number of Girls",
-        "width": 6
-      },
-      "type": "CHART"
-    },
-    "CHART--wEhS-MDSg": {
-      "children": [],
-      "id": "CHART--wEhS-MDS",
-      "meta": {
-        "chartId": 2,
-        "height": 50,
-        "sliceName": "Energy Force Layout",
-        "width": 6
-      },
-      "type": "CHART"
-    },
-    "CHART--LXvS-RDSu": {
-      "children": [],
-      "id": "CHART--LXvS-RDSu",
-      "meta": {
-        "chartId": 398,
-        "height": 50,
-        "sliceName": "Time-Series Bar Chart V2",
-        "width": 6
-      },
-      "type": "CHART"
-    },
-    "GRID_ID": {
-        "children": [
-            "ROW-SytNzNA4X",
-            "ROW-HkFFEzVRVm",
-            "ROW-BytNzNA4Y"
-        ],
-        "id": "GRID_ID",
-        "type": "GRID"
-    },
-    "HEADER_ID": {
-        "id": "HEADER_ID",
-        "meta": {
-            "text": "ECharts Dashboard"
-        },
-        "type": "HEADER"
-    },
-    "ROOT_ID": {
-        "children": [
-            "GRID_ID"
-        ],
-        "id": "ROOT_ID",
-        "type": "ROOT"
+  "CHART-1": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-1"
+    ],
+    "id": "CHART-1",
+    "meta": {
+      "chartId": 1,
+      "height": 50,
+      "sliceName": "Big Number",
+      "width": 6
     },
-    "ROW-HkFFEzVRVm": {
-        "children": [
-            "CHART-dxV7Il74hH",
-            "CHART-oWKBOJ6Ydh"
-        ],
-        "id": "ROW-HkFFEzVRVm",
-        "meta": {
-            "background": "BACKGROUND_TRANSPARENT"
-        },
-        "type": "ROW"
-    },
-    "ROW-SytNzNA4X": {
-        "children": [
-            "CHART-06Kg-rUggO",
-            "CHART-YyHWQacdcj"
-        ],
-        "id": "ROW-SytNzNA4X",
-        "meta": {
-            "background": "BACKGROUND_TRANSPARENT"
-        },
-        "type": "ROW"
-    },
-    "ROW-BytNzNA4Y": {
-        "children": [
-            "CHART--wEhS-MDSg",
-            "CHART--LXvS-RDSu"
-        ],
-        "id": "ROW-BytNzNA4Y",
-        "meta": {
-            "background": "BACKGROUND_TRANSPARENT"
-        },
-        "type": "ROW"
+    "type": "CHART"
+  },
+  "CHART-2": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-1"
+    ],
+    "id": "CHART-2",
+    "meta": {
+      "chartId": 2,
+      "height": 50,
+      "sliceName": "Big Number with Trendline",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-3": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-1"
+    ],
+    "id": "CHART-3",
+    "meta":{
+      "chartId": 3,
+      "height": 50,
+      "sliceName": "Table",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-4": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-2"
+    ],
+    "id": "CHART-4",
+    "meta": {
+      "chartId": 4,
+      "height": 50,
+      "sliceName": "Pivot Table",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-5": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-2"
+    ],
+    "id": "CHART-5",
+    "meta": {
+      "chartId": 5,
+      "height": 50,
+      "sliceName": "Time-Series Line Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-6": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-2"
+    ],
+    "id": "CHART-6",
+    "meta": {
+      "chartId": 6,
+      "height": 50,
+      "sliceName": "Time-Series Bar Chart V2",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-7": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-3"
+    ],
+    "id": "CHART-7",
+    "meta": {
+      "chartId": 7,
+      "height": 50,
+      "sliceName": "Time-Series Area Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-8": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-3"
+    ],
+    "id": "CHART-8",
+    "meta": {
+      "chartId": 8,
+      "height": 50,
+      "sliceName": "Time-Series Scatter Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-9": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-3"
+    ],
+    "id": "CHART-9",
+    "meta": {
+      "chartId": 9,
+      "height": 50,
+      "sliceName": "Pie Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-10": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-4"
+    ],
+    "id": "CHART-10",
+    "meta": {
+      "chartId": 10,
+      "height": 50,
+      "sliceName": "Bar Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-11": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-4"
+    ],
+    "id": "CHART-11",
+    "meta": {
+      "chartId": 11,
+      "height": 50,
+      "sliceName": "World Map",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-12": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-5"
+    ],
+    "id": "CHART-12",
+    "meta": {
+      "chartId": 12,
+      "height": 50,
+      "sliceName": "Box Plot Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-13": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-5"
+    ],
+    "id": "CHART-13",
+    "meta": {
+      "chartId": 13,
+      "height": 50,
+      "sliceName": "Bubble Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-14": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-5"
+    ],
+    "id": "CHART-14",
+    "meta": {
+      "chartId": 14,
+      "height": 50,
+      "sliceName": "Calendar Heatmap",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-15": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-6"
+    ],
+    "id": "CHART-15",
+    "meta": {
+      "chartId": 15,
+      "height": 50,
+      "sliceName": "Chord Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-16": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-6"
+    ],
+    "id": "CHART-16",
+    "meta": {
+      "chartId": 16,
+      "height": 50,
+      "sliceName": "Time-Series Percent Change Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-17": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-6"
+    ],
+    "id": "CHART-17",
+    "meta": {
+      "chartId": 17,
+      "height": 50,
+      "sliceName": "Time-Series Generic Chart",

Review Comment:
   This one seems to be missing.



##########
superset/examples/echarts_dashboard.py:
##########
@@ -113,138 +496,813 @@ def load_echarts_dashboard() -> None:
         dash = Dashboard()
 
     js = textwrap.dedent(
-        """\
+        """
 {
-    "CHART-dxV7Il74hH": {
-      "children": [],
-      "id": "CHART-dxV7Il74hH",
-      "meta": {
-        "chartId": 597,
-        "height": 50,
-        "sliceName": "Box plot",
-        "width": 6
-      },
-      "type": "CHART"
-    },
-    "CHART-YyHWQacdcj": {
-      "children": [],
-      "id": "CHART-YyHWQacdcj",
-      "meta": {
-          "chartId": 15,
-          "height": 50,
-          "sliceName": "Participants",
-          "width": 6
-      },
-      "type": "CHART"
-    },
-    "CHART-oWKBOJ6Ydh": {
-      "children": [],
-      "id": "CHART-oWKBOJ6Ydh",
-      "meta":{
-          "chartId": 16,
-          "height": 50,
-          "sliceName": "Genders",
-          "width": 6
-        },
-      "type": "CHART"
-    },
-    "CHART-06Kg-rUggO": {
-      "children": [],
-      "id": "CHART-06Kg-rUggO",
-      "meta": {
-        "chartId": 617,
-        "height": 50,
-        "sliceName": "Number of Girls",
-        "width": 6
-      },
-      "type": "CHART"
-    },
-    "CHART--wEhS-MDSg": {
-      "children": [],
-      "id": "CHART--wEhS-MDS",
-      "meta": {
-        "chartId": 2,
-        "height": 50,
-        "sliceName": "Energy Force Layout",
-        "width": 6
-      },
-      "type": "CHART"
-    },
-    "CHART--LXvS-RDSu": {
-      "children": [],
-      "id": "CHART--LXvS-RDSu",
-      "meta": {
-        "chartId": 398,
-        "height": 50,
-        "sliceName": "Time-Series Bar Chart V2",
-        "width": 6
-      },
-      "type": "CHART"
-    },
-    "GRID_ID": {
-        "children": [
-            "ROW-SytNzNA4X",
-            "ROW-HkFFEzVRVm",
-            "ROW-BytNzNA4Y"
-        ],
-        "id": "GRID_ID",
-        "type": "GRID"
-    },
-    "HEADER_ID": {
-        "id": "HEADER_ID",
-        "meta": {
-            "text": "ECharts Dashboard"
-        },
-        "type": "HEADER"
-    },
-    "ROOT_ID": {
-        "children": [
-            "GRID_ID"
-        ],
-        "id": "ROOT_ID",
-        "type": "ROOT"
+  "CHART-1": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-1"
+    ],
+    "id": "CHART-1",
+    "meta": {
+      "chartId": 1,
+      "height": 50,
+      "sliceName": "Big Number",
+      "width": 6
     },
-    "ROW-HkFFEzVRVm": {
-        "children": [
-            "CHART-dxV7Il74hH",
-            "CHART-oWKBOJ6Ydh"
-        ],
-        "id": "ROW-HkFFEzVRVm",
-        "meta": {
-            "background": "BACKGROUND_TRANSPARENT"
-        },
-        "type": "ROW"
-    },
-    "ROW-SytNzNA4X": {
-        "children": [
-            "CHART-06Kg-rUggO",
-            "CHART-YyHWQacdcj"
-        ],
-        "id": "ROW-SytNzNA4X",
-        "meta": {
-            "background": "BACKGROUND_TRANSPARENT"
-        },
-        "type": "ROW"
-    },
-    "ROW-BytNzNA4Y": {
-        "children": [
-            "CHART--wEhS-MDSg",
-            "CHART--LXvS-RDSu"
-        ],
-        "id": "ROW-BytNzNA4Y",
-        "meta": {
-            "background": "BACKGROUND_TRANSPARENT"
-        },
-        "type": "ROW"
+    "type": "CHART"
+  },
+  "CHART-2": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-1"
+    ],
+    "id": "CHART-2",
+    "meta": {
+      "chartId": 2,
+      "height": 50,
+      "sliceName": "Big Number with Trendline",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-3": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-1"
+    ],
+    "id": "CHART-3",
+    "meta":{
+      "chartId": 3,
+      "height": 50,
+      "sliceName": "Table",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-4": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-2"
+    ],
+    "id": "CHART-4",
+    "meta": {
+      "chartId": 4,
+      "height": 50,
+      "sliceName": "Pivot Table",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-5": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-2"
+    ],
+    "id": "CHART-5",
+    "meta": {
+      "chartId": 5,
+      "height": 50,
+      "sliceName": "Time-Series Line Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-6": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-2"
+    ],
+    "id": "CHART-6",
+    "meta": {
+      "chartId": 6,
+      "height": 50,
+      "sliceName": "Time-Series Bar Chart V2",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-7": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-3"
+    ],
+    "id": "CHART-7",
+    "meta": {
+      "chartId": 7,
+      "height": 50,
+      "sliceName": "Time-Series Area Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-8": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-3"
+    ],
+    "id": "CHART-8",
+    "meta": {
+      "chartId": 8,
+      "height": 50,
+      "sliceName": "Time-Series Scatter Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-9": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-3"
+    ],
+    "id": "CHART-9",
+    "meta": {
+      "chartId": 9,
+      "height": 50,
+      "sliceName": "Pie Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-10": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-4"
+    ],
+    "id": "CHART-10",
+    "meta": {
+      "chartId": 10,
+      "height": 50,
+      "sliceName": "Bar Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-11": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-4"
+    ],
+    "id": "CHART-11",
+    "meta": {
+      "chartId": 11,
+      "height": 50,
+      "sliceName": "World Map",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-12": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-5"
+    ],
+    "id": "CHART-12",
+    "meta": {
+      "chartId": 12,
+      "height": 50,
+      "sliceName": "Box Plot Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-13": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-5"
+    ],
+    "id": "CHART-13",
+    "meta": {
+      "chartId": 13,
+      "height": 50,
+      "sliceName": "Bubble Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-14": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-5"
+    ],
+    "id": "CHART-14",
+    "meta": {
+      "chartId": 14,
+      "height": 50,
+      "sliceName": "Calendar Heatmap",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-15": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-6"
+    ],
+    "id": "CHART-15",
+    "meta": {
+      "chartId": 15,
+      "height": 50,
+      "sliceName": "Chord Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-16": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-6"
+    ],
+    "id": "CHART-16",
+    "meta": {
+      "chartId": 16,
+      "height": 50,
+      "sliceName": "Time-Series Percent Change Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-17": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-6"
+    ],
+    "id": "CHART-17",
+    "meta": {
+      "chartId": 17,
+      "height": 50,
+      "sliceName": "Time-Series Generic Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-18": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-7"
+    ],
+    "id": "CHART-18",
+    "meta": {
+      "chartId": 18,
+      "height": 50,
+      "sliceName": "Time-Series Smooth Line Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-19": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-7"
+    ],
+    "id": "CHART-19",
+    "meta": {
+      "chartId": 19,
+      "height": 50,
+      "sliceName": "Time-Series Step Line Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-20": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-7"
+    ],
+    "id": "CHART-20",
+    "meta": {
+      "chartId": 20,
+      "height": 50,
+      "sliceName": "Funnel Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-21": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-8"
+    ],
+    "id": "CHART-21",
+    "meta": {
+      "chartId": 21,
+      "height": 50,
+      "sliceName": "Gauge Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-22": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-8"
+    ],
+    "id": "CHART-22",
+    "meta": {
+      "chartId": 22,
+      "height": 50,
+      "sliceName": "Heatmap Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-23": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-8"
+    ],
+    "id": "CHART-23",
+    "meta": {
+      "chartId": 23,
+      "height": 50,
+      "sliceName": "Line Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-24": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-9"
+    ],
+    "id": "CHART-24",
+    "meta": {
+      "chartId": 24,
+      "height": 50,
+      "sliceName": "Mixed Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-25": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-9"
+    ],
+    "id": "CHART-25",
+    "meta": {
+      "chartId": 25,
+      "height": 50,
+      "sliceName": "Partition Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-26": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-9"
+    ],
+    "id": "CHART-26",
+    "meta": {
+      "chartId": 26,
+      "height": 50,
+      "sliceName": "Radar Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-27": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-10"
+    ],
+    "id": "CHART-27",
+    "meta": {
+      "chartId": 27,
+      "height": 50,
+      "sliceName": "Nightingale Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-28": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-10"
+    ],
+    "id": "CHART-28",
+    "meta": {
+      "chartId": 28,
+      "height": 50,
+      "sliceName": "Sankey Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-29": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-10"
+    ],
+    "id": "CHART-29",
+    "meta": {
+      "chartId": 29,
+      "height": 50,
+      "sliceName": "Sunburst Chart",

Review Comment:
   Missing



##########
superset/examples/echarts_dashboard.py:
##########
@@ -113,138 +496,813 @@ def load_echarts_dashboard() -> None:
         dash = Dashboard()
 
     js = textwrap.dedent(
-        """\
+        """
 {
-    "CHART-dxV7Il74hH": {
-      "children": [],
-      "id": "CHART-dxV7Il74hH",
-      "meta": {
-        "chartId": 597,
-        "height": 50,
-        "sliceName": "Box plot",
-        "width": 6
-      },
-      "type": "CHART"
-    },
-    "CHART-YyHWQacdcj": {
-      "children": [],
-      "id": "CHART-YyHWQacdcj",
-      "meta": {
-          "chartId": 15,
-          "height": 50,
-          "sliceName": "Participants",
-          "width": 6
-      },
-      "type": "CHART"
-    },
-    "CHART-oWKBOJ6Ydh": {
-      "children": [],
-      "id": "CHART-oWKBOJ6Ydh",
-      "meta":{
-          "chartId": 16,
-          "height": 50,
-          "sliceName": "Genders",
-          "width": 6
-        },
-      "type": "CHART"
-    },
-    "CHART-06Kg-rUggO": {
-      "children": [],
-      "id": "CHART-06Kg-rUggO",
-      "meta": {
-        "chartId": 617,
-        "height": 50,
-        "sliceName": "Number of Girls",
-        "width": 6
-      },
-      "type": "CHART"
-    },
-    "CHART--wEhS-MDSg": {
-      "children": [],
-      "id": "CHART--wEhS-MDS",
-      "meta": {
-        "chartId": 2,
-        "height": 50,
-        "sliceName": "Energy Force Layout",
-        "width": 6
-      },
-      "type": "CHART"
-    },
-    "CHART--LXvS-RDSu": {
-      "children": [],
-      "id": "CHART--LXvS-RDSu",
-      "meta": {
-        "chartId": 398,
-        "height": 50,
-        "sliceName": "Time-Series Bar Chart V2",
-        "width": 6
-      },
-      "type": "CHART"
-    },
-    "GRID_ID": {
-        "children": [
-            "ROW-SytNzNA4X",
-            "ROW-HkFFEzVRVm",
-            "ROW-BytNzNA4Y"
-        ],
-        "id": "GRID_ID",
-        "type": "GRID"
-    },
-    "HEADER_ID": {
-        "id": "HEADER_ID",
-        "meta": {
-            "text": "ECharts Dashboard"
-        },
-        "type": "HEADER"
-    },
-    "ROOT_ID": {
-        "children": [
-            "GRID_ID"
-        ],
-        "id": "ROOT_ID",
-        "type": "ROOT"
+  "CHART-1": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-1"
+    ],
+    "id": "CHART-1",
+    "meta": {
+      "chartId": 1,
+      "height": 50,
+      "sliceName": "Big Number",
+      "width": 6
     },
-    "ROW-HkFFEzVRVm": {
-        "children": [
-            "CHART-dxV7Il74hH",
-            "CHART-oWKBOJ6Ydh"
-        ],
-        "id": "ROW-HkFFEzVRVm",
-        "meta": {
-            "background": "BACKGROUND_TRANSPARENT"
-        },
-        "type": "ROW"
-    },
-    "ROW-SytNzNA4X": {
-        "children": [
-            "CHART-06Kg-rUggO",
-            "CHART-YyHWQacdcj"
-        ],
-        "id": "ROW-SytNzNA4X",
-        "meta": {
-            "background": "BACKGROUND_TRANSPARENT"
-        },
-        "type": "ROW"
-    },
-    "ROW-BytNzNA4Y": {
-        "children": [
-            "CHART--wEhS-MDSg",
-            "CHART--LXvS-RDSu"
-        ],
-        "id": "ROW-BytNzNA4Y",
-        "meta": {
-            "background": "BACKGROUND_TRANSPARENT"
-        },
-        "type": "ROW"
+    "type": "CHART"
+  },
+  "CHART-2": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-1"
+    ],
+    "id": "CHART-2",
+    "meta": {
+      "chartId": 2,
+      "height": 50,
+      "sliceName": "Big Number with Trendline",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-3": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-1"
+    ],
+    "id": "CHART-3",
+    "meta":{
+      "chartId": 3,
+      "height": 50,
+      "sliceName": "Table",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-4": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-2"
+    ],
+    "id": "CHART-4",
+    "meta": {
+      "chartId": 4,
+      "height": 50,
+      "sliceName": "Pivot Table",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-5": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-2"
+    ],
+    "id": "CHART-5",
+    "meta": {
+      "chartId": 5,
+      "height": 50,
+      "sliceName": "Time-Series Line Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-6": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-2"
+    ],
+    "id": "CHART-6",
+    "meta": {
+      "chartId": 6,
+      "height": 50,
+      "sliceName": "Time-Series Bar Chart V2",

Review Comment:
   I'm not seeing this one either.



##########
superset/examples/echarts_dashboard.py:
##########
@@ -113,138 +496,813 @@ def load_echarts_dashboard() -> None:
         dash = Dashboard()
 
     js = textwrap.dedent(
-        """\
+        """
 {
-    "CHART-dxV7Il74hH": {
-      "children": [],
-      "id": "CHART-dxV7Il74hH",
-      "meta": {
-        "chartId": 597,
-        "height": 50,
-        "sliceName": "Box plot",
-        "width": 6
-      },
-      "type": "CHART"
-    },
-    "CHART-YyHWQacdcj": {
-      "children": [],
-      "id": "CHART-YyHWQacdcj",
-      "meta": {
-          "chartId": 15,
-          "height": 50,
-          "sliceName": "Participants",
-          "width": 6
-      },
-      "type": "CHART"
-    },
-    "CHART-oWKBOJ6Ydh": {
-      "children": [],
-      "id": "CHART-oWKBOJ6Ydh",
-      "meta":{
-          "chartId": 16,
-          "height": 50,
-          "sliceName": "Genders",
-          "width": 6
-        },
-      "type": "CHART"
-    },
-    "CHART-06Kg-rUggO": {
-      "children": [],
-      "id": "CHART-06Kg-rUggO",
-      "meta": {
-        "chartId": 617,
-        "height": 50,
-        "sliceName": "Number of Girls",
-        "width": 6
-      },
-      "type": "CHART"
-    },
-    "CHART--wEhS-MDSg": {
-      "children": [],
-      "id": "CHART--wEhS-MDS",
-      "meta": {
-        "chartId": 2,
-        "height": 50,
-        "sliceName": "Energy Force Layout",
-        "width": 6
-      },
-      "type": "CHART"
-    },
-    "CHART--LXvS-RDSu": {
-      "children": [],
-      "id": "CHART--LXvS-RDSu",
-      "meta": {
-        "chartId": 398,
-        "height": 50,
-        "sliceName": "Time-Series Bar Chart V2",
-        "width": 6
-      },
-      "type": "CHART"
-    },
-    "GRID_ID": {
-        "children": [
-            "ROW-SytNzNA4X",
-            "ROW-HkFFEzVRVm",
-            "ROW-BytNzNA4Y"
-        ],
-        "id": "GRID_ID",
-        "type": "GRID"
-    },
-    "HEADER_ID": {
-        "id": "HEADER_ID",
-        "meta": {
-            "text": "ECharts Dashboard"
-        },
-        "type": "HEADER"
-    },
-    "ROOT_ID": {
-        "children": [
-            "GRID_ID"
-        ],
-        "id": "ROOT_ID",
-        "type": "ROOT"
+  "CHART-1": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-1"
+    ],
+    "id": "CHART-1",
+    "meta": {
+      "chartId": 1,
+      "height": 50,
+      "sliceName": "Big Number",
+      "width": 6
     },
-    "ROW-HkFFEzVRVm": {
-        "children": [
-            "CHART-dxV7Il74hH",
-            "CHART-oWKBOJ6Ydh"
-        ],
-        "id": "ROW-HkFFEzVRVm",
-        "meta": {
-            "background": "BACKGROUND_TRANSPARENT"
-        },
-        "type": "ROW"
-    },
-    "ROW-SytNzNA4X": {
-        "children": [
-            "CHART-06Kg-rUggO",
-            "CHART-YyHWQacdcj"
-        ],
-        "id": "ROW-SytNzNA4X",
-        "meta": {
-            "background": "BACKGROUND_TRANSPARENT"
-        },
-        "type": "ROW"
-    },
-    "ROW-BytNzNA4Y": {
-        "children": [
-            "CHART--wEhS-MDSg",
-            "CHART--LXvS-RDSu"
-        ],
-        "id": "ROW-BytNzNA4Y",
-        "meta": {
-            "background": "BACKGROUND_TRANSPARENT"
-        },
-        "type": "ROW"
+    "type": "CHART"
+  },
+  "CHART-2": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-1"
+    ],
+    "id": "CHART-2",
+    "meta": {
+      "chartId": 2,
+      "height": 50,
+      "sliceName": "Big Number with Trendline",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-3": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-1"
+    ],
+    "id": "CHART-3",
+    "meta":{
+      "chartId": 3,
+      "height": 50,
+      "sliceName": "Table",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-4": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-2"
+    ],
+    "id": "CHART-4",
+    "meta": {
+      "chartId": 4,
+      "height": 50,
+      "sliceName": "Pivot Table",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-5": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-2"
+    ],
+    "id": "CHART-5",
+    "meta": {
+      "chartId": 5,
+      "height": 50,
+      "sliceName": "Time-Series Line Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-6": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-2"
+    ],
+    "id": "CHART-6",
+    "meta": {
+      "chartId": 6,
+      "height": 50,
+      "sliceName": "Time-Series Bar Chart V2",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-7": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-3"
+    ],
+    "id": "CHART-7",
+    "meta": {
+      "chartId": 7,
+      "height": 50,
+      "sliceName": "Time-Series Area Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-8": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-3"
+    ],
+    "id": "CHART-8",
+    "meta": {
+      "chartId": 8,
+      "height": 50,
+      "sliceName": "Time-Series Scatter Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-9": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-3"
+    ],
+    "id": "CHART-9",
+    "meta": {
+      "chartId": 9,
+      "height": 50,
+      "sliceName": "Pie Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-10": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-4"
+    ],
+    "id": "CHART-10",
+    "meta": {
+      "chartId": 10,
+      "height": 50,
+      "sliceName": "Bar Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-11": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-4"
+    ],
+    "id": "CHART-11",
+    "meta": {
+      "chartId": 11,
+      "height": 50,
+      "sliceName": "World Map",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-12": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-5"
+    ],
+    "id": "CHART-12",
+    "meta": {
+      "chartId": 12,
+      "height": 50,
+      "sliceName": "Box Plot Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-13": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-5"
+    ],
+    "id": "CHART-13",
+    "meta": {
+      "chartId": 13,
+      "height": 50,
+      "sliceName": "Bubble Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-14": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-5"
+    ],
+    "id": "CHART-14",
+    "meta": {
+      "chartId": 14,
+      "height": 50,
+      "sliceName": "Calendar Heatmap",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-15": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-6"
+    ],
+    "id": "CHART-15",
+    "meta": {
+      "chartId": 15,
+      "height": 50,
+      "sliceName": "Chord Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-16": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-6"
+    ],
+    "id": "CHART-16",
+    "meta": {
+      "chartId": 16,
+      "height": 50,
+      "sliceName": "Time-Series Percent Change Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-17": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-6"
+    ],
+    "id": "CHART-17",
+    "meta": {
+      "chartId": 17,
+      "height": 50,
+      "sliceName": "Time-Series Generic Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-18": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-7"
+    ],
+    "id": "CHART-18",
+    "meta": {
+      "chartId": 18,
+      "height": 50,
+      "sliceName": "Time-Series Smooth Line Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-19": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-7"
+    ],
+    "id": "CHART-19",
+    "meta": {
+      "chartId": 19,
+      "height": 50,
+      "sliceName": "Time-Series Step Line Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-20": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-7"
+    ],
+    "id": "CHART-20",
+    "meta": {
+      "chartId": 20,
+      "height": 50,
+      "sliceName": "Funnel Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-21": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-8"
+    ],
+    "id": "CHART-21",
+    "meta": {
+      "chartId": 21,
+      "height": 50,
+      "sliceName": "Gauge Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-22": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-8"
+    ],
+    "id": "CHART-22",
+    "meta": {
+      "chartId": 22,
+      "height": 50,
+      "sliceName": "Heatmap Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-23": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-8"
+    ],
+    "id": "CHART-23",
+    "meta": {
+      "chartId": 23,
+      "height": 50,
+      "sliceName": "Line Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-24": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-9"
+    ],
+    "id": "CHART-24",
+    "meta": {
+      "chartId": 24,
+      "height": 50,
+      "sliceName": "Mixed Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-25": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-9"
+    ],
+    "id": "CHART-25",
+    "meta": {
+      "chartId": 25,
+      "height": 50,
+      "sliceName": "Partition Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-26": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-9"
+    ],
+    "id": "CHART-26",
+    "meta": {
+      "chartId": 26,
+      "height": 50,
+      "sliceName": "Radar Chart",

Review Comment:
   Missing



##########
superset/examples/echarts_dashboard.py:
##########
@@ -113,138 +496,813 @@ def load_echarts_dashboard() -> None:
         dash = Dashboard()
 
     js = textwrap.dedent(
-        """\
+        """
 {
-    "CHART-dxV7Il74hH": {
-      "children": [],
-      "id": "CHART-dxV7Il74hH",
-      "meta": {
-        "chartId": 597,
-        "height": 50,
-        "sliceName": "Box plot",
-        "width": 6
-      },
-      "type": "CHART"
-    },
-    "CHART-YyHWQacdcj": {
-      "children": [],
-      "id": "CHART-YyHWQacdcj",
-      "meta": {
-          "chartId": 15,
-          "height": 50,
-          "sliceName": "Participants",
-          "width": 6
-      },
-      "type": "CHART"
-    },
-    "CHART-oWKBOJ6Ydh": {
-      "children": [],
-      "id": "CHART-oWKBOJ6Ydh",
-      "meta":{
-          "chartId": 16,
-          "height": 50,
-          "sliceName": "Genders",
-          "width": 6
-        },
-      "type": "CHART"
-    },
-    "CHART-06Kg-rUggO": {
-      "children": [],
-      "id": "CHART-06Kg-rUggO",
-      "meta": {
-        "chartId": 617,
-        "height": 50,
-        "sliceName": "Number of Girls",
-        "width": 6
-      },
-      "type": "CHART"
-    },
-    "CHART--wEhS-MDSg": {
-      "children": [],
-      "id": "CHART--wEhS-MDS",
-      "meta": {
-        "chartId": 2,
-        "height": 50,
-        "sliceName": "Energy Force Layout",
-        "width": 6
-      },
-      "type": "CHART"
-    },
-    "CHART--LXvS-RDSu": {
-      "children": [],
-      "id": "CHART--LXvS-RDSu",
-      "meta": {
-        "chartId": 398,
-        "height": 50,
-        "sliceName": "Time-Series Bar Chart V2",
-        "width": 6
-      },
-      "type": "CHART"
-    },
-    "GRID_ID": {
-        "children": [
-            "ROW-SytNzNA4X",
-            "ROW-HkFFEzVRVm",
-            "ROW-BytNzNA4Y"
-        ],
-        "id": "GRID_ID",
-        "type": "GRID"
-    },
-    "HEADER_ID": {
-        "id": "HEADER_ID",
-        "meta": {
-            "text": "ECharts Dashboard"
-        },
-        "type": "HEADER"
-    },
-    "ROOT_ID": {
-        "children": [
-            "GRID_ID"
-        ],
-        "id": "ROOT_ID",
-        "type": "ROOT"
+  "CHART-1": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-1"
+    ],
+    "id": "CHART-1",
+    "meta": {
+      "chartId": 1,
+      "height": 50,
+      "sliceName": "Big Number",
+      "width": 6
     },
-    "ROW-HkFFEzVRVm": {
-        "children": [
-            "CHART-dxV7Il74hH",
-            "CHART-oWKBOJ6Ydh"
-        ],
-        "id": "ROW-HkFFEzVRVm",
-        "meta": {
-            "background": "BACKGROUND_TRANSPARENT"
-        },
-        "type": "ROW"
-    },
-    "ROW-SytNzNA4X": {
-        "children": [
-            "CHART-06Kg-rUggO",
-            "CHART-YyHWQacdcj"
-        ],
-        "id": "ROW-SytNzNA4X",
-        "meta": {
-            "background": "BACKGROUND_TRANSPARENT"
-        },
-        "type": "ROW"
-    },
-    "ROW-BytNzNA4Y": {
-        "children": [
-            "CHART--wEhS-MDSg",
-            "CHART--LXvS-RDSu"
-        ],
-        "id": "ROW-BytNzNA4Y",
-        "meta": {
-            "background": "BACKGROUND_TRANSPARENT"
-        },
-        "type": "ROW"
+    "type": "CHART"
+  },
+  "CHART-2": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-1"
+    ],
+    "id": "CHART-2",
+    "meta": {
+      "chartId": 2,
+      "height": 50,
+      "sliceName": "Big Number with Trendline",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-3": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-1"
+    ],
+    "id": "CHART-3",
+    "meta":{
+      "chartId": 3,
+      "height": 50,
+      "sliceName": "Table",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-4": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-2"
+    ],
+    "id": "CHART-4",
+    "meta": {
+      "chartId": 4,
+      "height": 50,
+      "sliceName": "Pivot Table",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-5": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-2"
+    ],
+    "id": "CHART-5",
+    "meta": {
+      "chartId": 5,
+      "height": 50,
+      "sliceName": "Time-Series Line Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-6": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-2"
+    ],
+    "id": "CHART-6",
+    "meta": {
+      "chartId": 6,
+      "height": 50,
+      "sliceName": "Time-Series Bar Chart V2",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-7": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-3"
+    ],
+    "id": "CHART-7",
+    "meta": {
+      "chartId": 7,
+      "height": 50,
+      "sliceName": "Time-Series Area Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-8": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-3"
+    ],
+    "id": "CHART-8",
+    "meta": {
+      "chartId": 8,
+      "height": 50,
+      "sliceName": "Time-Series Scatter Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-9": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-3"
+    ],
+    "id": "CHART-9",
+    "meta": {
+      "chartId": 9,
+      "height": 50,
+      "sliceName": "Pie Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-10": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-4"
+    ],
+    "id": "CHART-10",
+    "meta": {
+      "chartId": 10,
+      "height": 50,
+      "sliceName": "Bar Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-11": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-4"
+    ],
+    "id": "CHART-11",
+    "meta": {
+      "chartId": 11,
+      "height": 50,
+      "sliceName": "World Map",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-12": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-5"
+    ],
+    "id": "CHART-12",
+    "meta": {
+      "chartId": 12,
+      "height": 50,
+      "sliceName": "Box Plot Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-13": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-5"
+    ],
+    "id": "CHART-13",
+    "meta": {
+      "chartId": 13,
+      "height": 50,
+      "sliceName": "Bubble Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-14": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-5"
+    ],
+    "id": "CHART-14",
+    "meta": {
+      "chartId": 14,
+      "height": 50,
+      "sliceName": "Calendar Heatmap",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-15": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-6"
+    ],
+    "id": "CHART-15",
+    "meta": {
+      "chartId": 15,
+      "height": 50,
+      "sliceName": "Chord Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-16": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-6"
+    ],
+    "id": "CHART-16",
+    "meta": {
+      "chartId": 16,
+      "height": 50,
+      "sliceName": "Time-Series Percent Change Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-17": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-6"
+    ],
+    "id": "CHART-17",
+    "meta": {
+      "chartId": 17,
+      "height": 50,
+      "sliceName": "Time-Series Generic Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-18": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-7"
+    ],
+    "id": "CHART-18",
+    "meta": {
+      "chartId": 18,
+      "height": 50,
+      "sliceName": "Time-Series Smooth Line Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-19": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-7"
+    ],
+    "id": "CHART-19",
+    "meta": {
+      "chartId": 19,
+      "height": 50,
+      "sliceName": "Time-Series Step Line Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-20": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-7"
+    ],
+    "id": "CHART-20",
+    "meta": {
+      "chartId": 20,
+      "height": 50,
+      "sliceName": "Funnel Chart",

Review Comment:
   This one seems to be missing.



##########
superset/examples/echarts_dashboard.py:
##########
@@ -113,138 +496,813 @@ def load_echarts_dashboard() -> None:
         dash = Dashboard()
 
     js = textwrap.dedent(
-        """\
+        """
 {
-    "CHART-dxV7Il74hH": {
-      "children": [],
-      "id": "CHART-dxV7Il74hH",
-      "meta": {
-        "chartId": 597,
-        "height": 50,
-        "sliceName": "Box plot",
-        "width": 6
-      },
-      "type": "CHART"
-    },
-    "CHART-YyHWQacdcj": {
-      "children": [],
-      "id": "CHART-YyHWQacdcj",
-      "meta": {
-          "chartId": 15,
-          "height": 50,
-          "sliceName": "Participants",
-          "width": 6
-      },
-      "type": "CHART"
-    },
-    "CHART-oWKBOJ6Ydh": {
-      "children": [],
-      "id": "CHART-oWKBOJ6Ydh",
-      "meta":{
-          "chartId": 16,
-          "height": 50,
-          "sliceName": "Genders",
-          "width": 6
-        },
-      "type": "CHART"
-    },
-    "CHART-06Kg-rUggO": {
-      "children": [],
-      "id": "CHART-06Kg-rUggO",
-      "meta": {
-        "chartId": 617,
-        "height": 50,
-        "sliceName": "Number of Girls",
-        "width": 6
-      },
-      "type": "CHART"
-    },
-    "CHART--wEhS-MDSg": {
-      "children": [],
-      "id": "CHART--wEhS-MDS",
-      "meta": {
-        "chartId": 2,
-        "height": 50,
-        "sliceName": "Energy Force Layout",
-        "width": 6
-      },
-      "type": "CHART"
-    },
-    "CHART--LXvS-RDSu": {
-      "children": [],
-      "id": "CHART--LXvS-RDSu",
-      "meta": {
-        "chartId": 398,
-        "height": 50,
-        "sliceName": "Time-Series Bar Chart V2",
-        "width": 6
-      },
-      "type": "CHART"
-    },
-    "GRID_ID": {
-        "children": [
-            "ROW-SytNzNA4X",
-            "ROW-HkFFEzVRVm",
-            "ROW-BytNzNA4Y"
-        ],
-        "id": "GRID_ID",
-        "type": "GRID"
-    },
-    "HEADER_ID": {
-        "id": "HEADER_ID",
-        "meta": {
-            "text": "ECharts Dashboard"
-        },
-        "type": "HEADER"
-    },
-    "ROOT_ID": {
-        "children": [
-            "GRID_ID"
-        ],
-        "id": "ROOT_ID",
-        "type": "ROOT"
+  "CHART-1": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-1"
+    ],
+    "id": "CHART-1",
+    "meta": {
+      "chartId": 1,
+      "height": 50,
+      "sliceName": "Big Number",
+      "width": 6
     },
-    "ROW-HkFFEzVRVm": {
-        "children": [
-            "CHART-dxV7Il74hH",
-            "CHART-oWKBOJ6Ydh"
-        ],
-        "id": "ROW-HkFFEzVRVm",
-        "meta": {
-            "background": "BACKGROUND_TRANSPARENT"
-        },
-        "type": "ROW"
-    },
-    "ROW-SytNzNA4X": {
-        "children": [
-            "CHART-06Kg-rUggO",
-            "CHART-YyHWQacdcj"
-        ],
-        "id": "ROW-SytNzNA4X",
-        "meta": {
-            "background": "BACKGROUND_TRANSPARENT"
-        },
-        "type": "ROW"
-    },
-    "ROW-BytNzNA4Y": {
-        "children": [
-            "CHART--wEhS-MDSg",
-            "CHART--LXvS-RDSu"
-        ],
-        "id": "ROW-BytNzNA4Y",
-        "meta": {
-            "background": "BACKGROUND_TRANSPARENT"
-        },
-        "type": "ROW"
+    "type": "CHART"
+  },
+  "CHART-2": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-1"
+    ],
+    "id": "CHART-2",
+    "meta": {
+      "chartId": 2,
+      "height": 50,
+      "sliceName": "Big Number with Trendline",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-3": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-1"
+    ],
+    "id": "CHART-3",
+    "meta":{
+      "chartId": 3,
+      "height": 50,
+      "sliceName": "Table",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-4": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-2"
+    ],
+    "id": "CHART-4",
+    "meta": {
+      "chartId": 4,
+      "height": 50,
+      "sliceName": "Pivot Table",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-5": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-2"
+    ],
+    "id": "CHART-5",
+    "meta": {
+      "chartId": 5,
+      "height": 50,
+      "sliceName": "Time-Series Line Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-6": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-2"
+    ],
+    "id": "CHART-6",
+    "meta": {
+      "chartId": 6,
+      "height": 50,
+      "sliceName": "Time-Series Bar Chart V2",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-7": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-3"
+    ],
+    "id": "CHART-7",
+    "meta": {
+      "chartId": 7,
+      "height": 50,
+      "sliceName": "Time-Series Area Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-8": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-3"
+    ],
+    "id": "CHART-8",
+    "meta": {
+      "chartId": 8,
+      "height": 50,
+      "sliceName": "Time-Series Scatter Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-9": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-3"
+    ],
+    "id": "CHART-9",
+    "meta": {
+      "chartId": 9,
+      "height": 50,
+      "sliceName": "Pie Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-10": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-4"
+    ],
+    "id": "CHART-10",
+    "meta": {
+      "chartId": 10,
+      "height": 50,
+      "sliceName": "Bar Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-11": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-4"
+    ],
+    "id": "CHART-11",
+    "meta": {
+      "chartId": 11,
+      "height": 50,
+      "sliceName": "World Map",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-12": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-5"
+    ],
+    "id": "CHART-12",
+    "meta": {
+      "chartId": 12,
+      "height": 50,
+      "sliceName": "Box Plot Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-13": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-5"
+    ],
+    "id": "CHART-13",
+    "meta": {
+      "chartId": 13,
+      "height": 50,
+      "sliceName": "Bubble Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-14": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-5"
+    ],
+    "id": "CHART-14",
+    "meta": {
+      "chartId": 14,
+      "height": 50,
+      "sliceName": "Calendar Heatmap",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-15": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-6"
+    ],
+    "id": "CHART-15",
+    "meta": {
+      "chartId": 15,
+      "height": 50,
+      "sliceName": "Chord Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-16": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-6"
+    ],
+    "id": "CHART-16",
+    "meta": {
+      "chartId": 16,
+      "height": 50,
+      "sliceName": "Time-Series Percent Change Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-17": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-6"
+    ],
+    "id": "CHART-17",
+    "meta": {
+      "chartId": 17,
+      "height": 50,
+      "sliceName": "Time-Series Generic Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-18": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-7"
+    ],
+    "id": "CHART-18",
+    "meta": {
+      "chartId": 18,
+      "height": 50,
+      "sliceName": "Time-Series Smooth Line Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-19": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-7"
+    ],
+    "id": "CHART-19",
+    "meta": {
+      "chartId": 19,
+      "height": 50,
+      "sliceName": "Time-Series Step Line Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-20": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-7"
+    ],
+    "id": "CHART-20",
+    "meta": {
+      "chartId": 20,
+      "height": 50,
+      "sliceName": "Funnel Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-21": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-8"
+    ],
+    "id": "CHART-21",
+    "meta": {
+      "chartId": 21,
+      "height": 50,
+      "sliceName": "Gauge Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-22": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-8"
+    ],
+    "id": "CHART-22",
+    "meta": {
+      "chartId": 22,
+      "height": 50,
+      "sliceName": "Heatmap Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-23": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-8"
+    ],
+    "id": "CHART-23",
+    "meta": {
+      "chartId": 23,
+      "height": 50,
+      "sliceName": "Line Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-24": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-9"
+    ],
+    "id": "CHART-24",
+    "meta": {
+      "chartId": 24,
+      "height": 50,
+      "sliceName": "Mixed Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-25": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-9"
+    ],
+    "id": "CHART-25",
+    "meta": {
+      "chartId": 25,
+      "height": 50,
+      "sliceName": "Partition Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-26": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-9"
+    ],
+    "id": "CHART-26",
+    "meta": {
+      "chartId": 26,
+      "height": 50,
+      "sliceName": "Radar Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-27": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-10"
+    ],
+    "id": "CHART-27",
+    "meta": {
+      "chartId": 27,
+      "height": 50,
+      "sliceName": "Nightingale Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-28": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-10"
+    ],
+    "id": "CHART-28",
+    "meta": {
+      "chartId": 28,
+      "height": 50,
+      "sliceName": "Sankey Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-29": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-10"
+    ],
+    "id": "CHART-29",
+    "meta": {
+      "chartId": 29,
+      "height": 50,
+      "sliceName": "Sunburst Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-30": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-11"
+    ],
+    "id": "CHART-30",
+    "meta": {
+      "chartId": 30,
+      "height": 50,
+      "sliceName": "Treemap Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-31": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-11"
+    ],
+    "id": "CHART-31",
+    "meta": {
+      "chartId": 31,
+      "height": 50,
+      "sliceName": "Treemap V2 Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-32": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-11"
+    ],
+    "id": "CHART-32",
+    "meta": {
+      "chartId": 32,
+      "height": 50,
+      "sliceName": "Word Cloud Chart",

Review Comment:
   Missing



##########
superset/examples/echarts_dashboard.py:
##########
@@ -113,138 +496,813 @@ def load_echarts_dashboard() -> None:
         dash = Dashboard()
 
     js = textwrap.dedent(
-        """\
+        """
 {
-    "CHART-dxV7Il74hH": {
-      "children": [],
-      "id": "CHART-dxV7Il74hH",
-      "meta": {
-        "chartId": 597,
-        "height": 50,
-        "sliceName": "Box plot",
-        "width": 6
-      },
-      "type": "CHART"
-    },
-    "CHART-YyHWQacdcj": {
-      "children": [],
-      "id": "CHART-YyHWQacdcj",
-      "meta": {
-          "chartId": 15,
-          "height": 50,
-          "sliceName": "Participants",
-          "width": 6
-      },
-      "type": "CHART"
-    },
-    "CHART-oWKBOJ6Ydh": {
-      "children": [],
-      "id": "CHART-oWKBOJ6Ydh",
-      "meta":{
-          "chartId": 16,
-          "height": 50,
-          "sliceName": "Genders",
-          "width": 6
-        },
-      "type": "CHART"
-    },
-    "CHART-06Kg-rUggO": {
-      "children": [],
-      "id": "CHART-06Kg-rUggO",
-      "meta": {
-        "chartId": 617,
-        "height": 50,
-        "sliceName": "Number of Girls",
-        "width": 6
-      },
-      "type": "CHART"
-    },
-    "CHART--wEhS-MDSg": {
-      "children": [],
-      "id": "CHART--wEhS-MDS",
-      "meta": {
-        "chartId": 2,
-        "height": 50,
-        "sliceName": "Energy Force Layout",
-        "width": 6
-      },
-      "type": "CHART"
-    },
-    "CHART--LXvS-RDSu": {
-      "children": [],
-      "id": "CHART--LXvS-RDSu",
-      "meta": {
-        "chartId": 398,
-        "height": 50,
-        "sliceName": "Time-Series Bar Chart V2",
-        "width": 6
-      },
-      "type": "CHART"
-    },
-    "GRID_ID": {
-        "children": [
-            "ROW-SytNzNA4X",
-            "ROW-HkFFEzVRVm",
-            "ROW-BytNzNA4Y"
-        ],
-        "id": "GRID_ID",
-        "type": "GRID"
-    },
-    "HEADER_ID": {
-        "id": "HEADER_ID",
-        "meta": {
-            "text": "ECharts Dashboard"
-        },
-        "type": "HEADER"
-    },
-    "ROOT_ID": {
-        "children": [
-            "GRID_ID"
-        ],
-        "id": "ROOT_ID",
-        "type": "ROOT"
+  "CHART-1": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-1"
+    ],
+    "id": "CHART-1",
+    "meta": {
+      "chartId": 1,
+      "height": 50,
+      "sliceName": "Big Number",
+      "width": 6
     },
-    "ROW-HkFFEzVRVm": {
-        "children": [
-            "CHART-dxV7Il74hH",
-            "CHART-oWKBOJ6Ydh"
-        ],
-        "id": "ROW-HkFFEzVRVm",
-        "meta": {
-            "background": "BACKGROUND_TRANSPARENT"
-        },
-        "type": "ROW"
-    },
-    "ROW-SytNzNA4X": {
-        "children": [
-            "CHART-06Kg-rUggO",
-            "CHART-YyHWQacdcj"
-        ],
-        "id": "ROW-SytNzNA4X",
-        "meta": {
-            "background": "BACKGROUND_TRANSPARENT"
-        },
-        "type": "ROW"
-    },
-    "ROW-BytNzNA4Y": {
-        "children": [
-            "CHART--wEhS-MDSg",
-            "CHART--LXvS-RDSu"
-        ],
-        "id": "ROW-BytNzNA4Y",
-        "meta": {
-            "background": "BACKGROUND_TRANSPARENT"
-        },
-        "type": "ROW"
+    "type": "CHART"
+  },
+  "CHART-2": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-1"
+    ],
+    "id": "CHART-2",
+    "meta": {
+      "chartId": 2,
+      "height": 50,
+      "sliceName": "Big Number with Trendline",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-3": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-1"
+    ],
+    "id": "CHART-3",
+    "meta":{
+      "chartId": 3,
+      "height": 50,
+      "sliceName": "Table",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-4": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-2"
+    ],
+    "id": "CHART-4",
+    "meta": {
+      "chartId": 4,
+      "height": 50,
+      "sliceName": "Pivot Table",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-5": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-2"
+    ],
+    "id": "CHART-5",
+    "meta": {
+      "chartId": 5,
+      "height": 50,
+      "sliceName": "Time-Series Line Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-6": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-2"
+    ],
+    "id": "CHART-6",
+    "meta": {
+      "chartId": 6,
+      "height": 50,
+      "sliceName": "Time-Series Bar Chart V2",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-7": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-3"
+    ],
+    "id": "CHART-7",
+    "meta": {
+      "chartId": 7,
+      "height": 50,
+      "sliceName": "Time-Series Area Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-8": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-3"
+    ],
+    "id": "CHART-8",
+    "meta": {
+      "chartId": 8,
+      "height": 50,
+      "sliceName": "Time-Series Scatter Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-9": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-3"
+    ],
+    "id": "CHART-9",
+    "meta": {
+      "chartId": 9,
+      "height": 50,
+      "sliceName": "Pie Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-10": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-4"
+    ],
+    "id": "CHART-10",
+    "meta": {
+      "chartId": 10,
+      "height": 50,
+      "sliceName": "Bar Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-11": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-1",
+      "ROW-4"
+    ],
+    "id": "CHART-11",
+    "meta": {
+      "chartId": 11,
+      "height": 50,
+      "sliceName": "World Map",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-12": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-5"
+    ],
+    "id": "CHART-12",
+    "meta": {
+      "chartId": 12,
+      "height": 50,
+      "sliceName": "Box Plot Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-13": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-5"
+    ],
+    "id": "CHART-13",
+    "meta": {
+      "chartId": 13,
+      "height": 50,
+      "sliceName": "Bubble Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-14": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-5"
+    ],
+    "id": "CHART-14",
+    "meta": {
+      "chartId": 14,
+      "height": 50,
+      "sliceName": "Calendar Heatmap",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-15": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-6"
+    ],
+    "id": "CHART-15",
+    "meta": {
+      "chartId": 15,
+      "height": 50,
+      "sliceName": "Chord Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-16": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-6"
+    ],
+    "id": "CHART-16",
+    "meta": {
+      "chartId": 16,
+      "height": 50,
+      "sliceName": "Time-Series Percent Change Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-17": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-6"
+    ],
+    "id": "CHART-17",
+    "meta": {
+      "chartId": 17,
+      "height": 50,
+      "sliceName": "Time-Series Generic Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-18": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-7"
+    ],
+    "id": "CHART-18",
+    "meta": {
+      "chartId": 18,
+      "height": 50,
+      "sliceName": "Time-Series Smooth Line Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-19": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-7"
+    ],
+    "id": "CHART-19",
+    "meta": {
+      "chartId": 19,
+      "height": 50,
+      "sliceName": "Time-Series Step Line Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-20": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-7"
+    ],
+    "id": "CHART-20",
+    "meta": {
+      "chartId": 20,
+      "height": 50,
+      "sliceName": "Funnel Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-21": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-8"
+    ],
+    "id": "CHART-21",
+    "meta": {
+      "chartId": 21,
+      "height": 50,
+      "sliceName": "Gauge Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-22": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-8"
+    ],
+    "id": "CHART-22",
+    "meta": {
+      "chartId": 22,
+      "height": 50,
+      "sliceName": "Heatmap Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-23": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-8"
+    ],
+    "id": "CHART-23",
+    "meta": {
+      "chartId": 23,
+      "height": 50,
+      "sliceName": "Line Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-24": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-9"
+    ],
+    "id": "CHART-24",
+    "meta": {
+      "chartId": 24,
+      "height": 50,
+      "sliceName": "Mixed Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-25": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-9"
+    ],
+    "id": "CHART-25",
+    "meta": {
+      "chartId": 25,
+      "height": 50,
+      "sliceName": "Partition Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-26": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-9"
+    ],
+    "id": "CHART-26",
+    "meta": {
+      "chartId": 26,
+      "height": 50,
+      "sliceName": "Radar Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-27": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-10"
+    ],
+    "id": "CHART-27",
+    "meta": {
+      "chartId": 27,
+      "height": 50,
+      "sliceName": "Nightingale Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-28": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-10"
+    ],
+    "id": "CHART-28",
+    "meta": {
+      "chartId": 28,
+      "height": 50,
+      "sliceName": "Sankey Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-29": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-10"
+    ],
+    "id": "CHART-29",
+    "meta": {
+      "chartId": 29,
+      "height": 50,
+      "sliceName": "Sunburst Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-30": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-11"
+    ],
+    "id": "CHART-30",
+    "meta": {
+      "chartId": 30,
+      "height": 50,
+      "sliceName": "Treemap Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-31": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-11"
+    ],
+    "id": "CHART-31",
+    "meta": {
+      "chartId": 31,
+      "height": 50,
+      "sliceName": "Treemap V2 Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "CHART-32": {
+    "children": [],
+    "parents": [
+      "ROOT_ID",
+      "TABS-TOP",
+      "TAB-TOP-2",
+      "ROW-11"
+    ],
+    "id": "CHART-32",
+    "meta": {
+      "chartId": 32,
+      "height": 50,
+      "sliceName": "Word Cloud Chart",
+      "width": 6
+    },
+    "type": "CHART"
+  },
+  "GRID_ID": {
+    "children": [],
+    "id": "GRID_ID",
+    "type": "GRID"
+  },
+  "HEADER_ID": {
+    "id": "HEADER_ID",
+    "meta": {
+      "text": "ECharts Dashboard"

Review Comment:
   Should we rename this everywhere to avoid confusion later?  It looks like 
the title is updated but maybe we should do the filenames and other references 
to "ECharts" too.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to