Created
June 24, 2018 02:02
-
-
Save szbl/1983d7775e37874f2126b4b7db495575 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"legend": { | |
"title": "Primary Care (PCMH) Sites", | |
"labels": ["1-20 Sites", "21-60 Sites", "61-200 Sites", "201+ Sites"], | |
"ranges": [ | |
{ | |
"min": 1, | |
"max": 20, | |
"color": "#9ecae1" | |
}, | |
{ | |
"min": 21, | |
"max": 60, | |
"color": "#6baed6" | |
}, | |
{ | |
"min": 61, | |
"max": 200, | |
"color": "#3182bd" | |
}, | |
{ | |
"min": 201, | |
"max": "", | |
"color": "#08519c" | |
} | |
] | |
}, | |
"data": [ | |
{ | |
"regionID": "WA", | |
"title": "Washington", | |
"value": 18, | |
"description": "Lorem Ipsum is simply dummy text of the printing industry. Lorem Ipsum has been the industry's standard text." | |
}, | |
{ | |
"regionID": "OR", | |
"title": "Oregon", | |
"value": 30, | |
"description": "Lorem Ipsum is simply dummy text of the printing industry. Lorem Ipsum has been the industry's standard text." | |
}, | |
{ | |
"regionID": "CA", | |
"title": "California", | |
"value": 230, | |
"description": "Lorem Ipsum is simply dummy text of the printing industry. Lorem Ipsum has been the industry's standard text." | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment