Skip to content

Instantly share code, notes, and snippets.

@Akiyamka
Last active October 17, 2019 15:34
Show Gist options
  • Save Akiyamka/3cdc0d2724f18252ad2b262a65dd5106 to your computer and use it in GitHub Desktop.
Save Akiyamka/3cdc0d2724f18252ad2b262a65dd5106 to your computer and use it in GitHub Desktop.
[
{
"title": "Estimated population exposed",
"id": "total",
"value": 1400000
},
{
"title": "Estimated households exposed",
"value": 2980,
"id": "households"
},
{
"title": "Estimated low income population",
"value": 500000,
"id": "low_income",
"children": [
{
"title": "Children",
"subtitle": "Age 0-14",
"value": 115000,
"icon": "children"
},
{
"title": "Adults",
"subtitle": "Age 15-64",
"value": 350000,
"icon": "adults"
},
{
"title": "Elderly",
"subtitle": "Age 65+",
"value": 35000,
"icon": "elderly"
}
]
},
{
"title": "Urban and rural",
"value": 2980,
"id": "urban_rural",
"children": [
{
"title": "Urban",
"value": 150000,
"icon": "urban"
},
{
"title": "Rural",
"value": 350000,
"icon": "rural"
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment