Skip to content

Commit

Permalink
chore: set default selection for all mdd demos
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelgerber committed Jul 25, 2024
1 parent 796cae3 commit d73a79f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/multi-dim/causes-of-death.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
default_selection:
- World
- Europe
- Asia
dimensions:
- choices:
- description: See all causes side by side
Expand Down
1 change: 1 addition & 0 deletions public/multi-dim/life-expectancy.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "Life expectancy",
"dimensions_title": "by age and sex",
"default_selection": ["World", "Europe", "Asia"],
"dimensions": [
{
"slug": "age",
Expand Down
1 change: 1 addition & 0 deletions public/multi-dim/plastic.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "Plastic",
"dimensions_title": "waste and pollution",
"default_selection": ["World", "Europe", "Asia"],
"dimensions": [
{
"slug": "metric",
Expand Down
4 changes: 4 additions & 0 deletions public/multi-dim/poverty.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Poverty
dimensions_title: by poverty line
default_selection:
- World
- Europe
- Asia
dimensions:
- slug: povertyLine
name: Poverty line
Expand Down

0 comments on commit d73a79f

Please sign in to comment.