Last active
October 17, 2019 15:34
-
-
Save Akiyamka/3cdc0d2724f18252ad2b262a65dd5106 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"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