Skip to content

Commit

Permalink
fix: select country in examples chart (#14561)
Browse files Browse the repository at this point in the history
(cherry picked from commit 09050ae)
  • Loading branch information
betodealmeida authored and amitmiran137 committed May 24, 2021
1 parent bc1e208 commit 47c27ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset/examples/country_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ def load_country_map_data(only_metadata: bool = False, force: bool = False) -> N
"optionName": "metric_112342",
},
"row_limit": 500000,
"select_country": "france",
}

print("Creating a slice")
Expand Down

0 comments on commit 47c27ce

Please sign in to comment.