Skip to content

Commit

Permalink
chore: Cleanup example dashboard filter scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
john-bodley committed Mar 2, 2023
1 parent 1f3eb56 commit d166950
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -318,15 +318,15 @@ metadata:
COUNT(*): "#D1C6BC"
filter_scopes:
"3965":
Country_Name:
country_name:
scope:
- ROOT_ID
immune: []
Product_Category:
product_category:
scope:
- ROOT_ID
immune: []
Clinical Stage:
clinical_stage:
scope:
- ROOT_ID
immune: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -717,15 +717,15 @@ metadata:
color_scheme: supersetColors
filter_scopes:
'1387':
Ethnic Minority:
ethnic_minority:
scope:
- TAB-AsMaxdYL_t
immune: []
gender:
scope:
- ROOT_ID
immune: []
Developer Type:
developer_type:
scope:
- ROOT_ID
immune: []
Expand Down
8 changes: 4 additions & 4 deletions superset/examples/configs/dashboards/Sales_Dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -385,21 +385,21 @@ metadata:
expanded_slices: {}
refresh_frequency: 0
default_filters: '{"671": {"__time_range": "No filter"}}'
color_scheme: supersetColors
filter_scopes:
'671':
ProductLine:
"671":
product_line:
scope:
- TAB-4fthLQmdX
immune: []
DealSize:
deal_size:
scope:
- ROOT_ID
immune: []
__time_range:
scope:
- ROOT_ID
immune: []
color_scheme: supersetColors
label_colors:
Medium: '#1FA8C9'
Small: '#454E7C'
Expand Down
8 changes: 4 additions & 4 deletions superset/examples/configs/dashboards/Video_Game_Sales.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -370,16 +370,16 @@ metadata:
"No filter"}}'
color_scheme: supersetColors
filter_scopes:
'3547':
Platform:
"3547":
platform:
scope:
- TAB-2_QXp8aNq
immune: []
Genre:
genre:
scope:
- ROOT_ID
immune: []
Publisher:
publisher:
scope:
- ROOT_ID
immune: []
Expand Down

0 comments on commit d166950

Please sign in to comment.