Last active
January 8, 2016 18:01
-
-
Save timwis/254fd37d73692adf0f64 to your computer and use it in GitHub Desktop.
Philly part 2 crime incidents VizWit
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
{ | |
"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