Skip to content

Instantly share code, notes, and snippets.

@szbl
Created June 24, 2018 02:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save szbl/1983d7775e37874f2126b4b7db495575 to your computer and use it in GitHub Desktop.
Save szbl/1983d7775e37874f2126b4b7db495575 to your computer and use it in GitHub Desktop.
{
"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