mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore: E2E tests for Drill to Detail supported Charts (#21681)
This commit is contained in:
@@ -171,18 +171,6 @@ def create_slices(tbl: SqlaTable) -> List[Slice]:
|
||||
groupby=["gender"],
|
||||
),
|
||||
),
|
||||
# TODO: use a different dataset for world map
|
||||
Slice(
|
||||
**slice_props,
|
||||
slice_name="World Map",
|
||||
viz_type="world_map",
|
||||
params=get_slice_json(
|
||||
defaults,
|
||||
viz_type="world_map",
|
||||
metric="sum__num",
|
||||
entity="gender",
|
||||
),
|
||||
),
|
||||
# ---------------------
|
||||
# TIER 2
|
||||
# ---------------------
|
||||
@@ -673,7 +661,7 @@ def load_supported_charts_dashboard() -> None:
|
||||
"meta": {
|
||||
"chartId": 11,
|
||||
"height": 50,
|
||||
"sliceName": "World Map",
|
||||
"sliceName": "% Rural",
|
||||
"width": 4
|
||||
},
|
||||
"type": "CHART"
|
||||
|
||||
Reference in New Issue
Block a user