mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +00:00
feat: Migrates TreeMap chart (#23741)
This commit is contained in:
committed by
GitHub
parent
522eb97b65
commit
af24092440
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user