feat: Migrates TreeMap chart (#23741)

This commit is contained in:
Michael S. Molina
2023-06-08 11:27:08 -03:00
committed by GitHub
parent 522eb97b65
commit af24092440
69 changed files with 1436 additions and 2637 deletions

View File

@@ -92,7 +92,7 @@ charts_config_1: dict[str, Any] = {
},
"charts/Games_per_Genre_131.yaml": {
"slice_name": "Games per Genre",
"viz_type": "treemap",
"viz_type": "treemap_v2",
"params": {},
"cache_timeout": None,
"uuid": "0499bdec-0837-44f3-ae8a-8c670de81afd",
@@ -185,7 +185,7 @@ dashboards_config_1: dict[str, Any] = {
charts_config_2: dict[str, Any] = {
"charts/Games_per_Genre_131.yaml": {
"slice_name": "Games per Genre",
"viz_type": "treemap",
"viz_type": "treemap_v2",
"params": {},
"cache_timeout": None,
"uuid": "0499bdec-0837-44f3-ae8a-8c670de81afd",