Skip to content

Instantly share code, notes, and snippets.

@timwis
Last active January 8, 2016 18:01
Show Gist options
  • Save timwis/254fd37d73692adf0f64 to your computer and use it in GitHub Desktop.
Save timwis/254fd37d73692adf0f64 to your computer and use it in GitHub Desktop.
Philly part 2 crime incidents VizWit
{
"version": "2",
"header": {
"title": "VizWit",
"description": "Lorem ipsum dolor sit amet"
},
"cards": [
{
"x": 0,
"y": 0,
"width": 12,
"height": 4,
"vizwit": {
"chartType": "choropleth",
"title": "Incidents by District",
"domain": "data.phila.gov",
"dataset": "r24g-zx3n",
"groupBy": "dc_dist",
"boundaries": "https://data.phila.gov/resource/bbgf-pidf.geojson",
"boundariesLabel": "dist_num",
"boundariesId": "dist_numc"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment