Skip to content

Instantly share code, notes, and snippets.

@jsanch
Forked from timwis/parking-violations.v2.json
Last active November 7, 2016 05:21
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 jsanch/89182b345bdfe18b3d7f29ac52023790 to your computer and use it in GitHub Desktop.
Save jsanch/89182b345bdfe18b3d7f29ac52023790 to your computer and use it in GitHub Desktop.
MWBE Spending VizWit configuration
{
"version": "2",
"header": {
"title": "M/WBE Spending",
"description": "",
"navigation": [
{
"label": "Download",
"url": "https://comptroller-nyc.demo.socrata.com/api/views/addi-hm63/rows.csv?accessType=DOWNLOAD"
}
]
},
"cards": [
{
"x": 0,
"y": 0,
"width": 12,
"height": 6,
"vizwit": {
"title": "M/WBEs per ZIP Code",
"chartType": "choropleth",
"provider": "socrata",
"domain": "comptroller-nyc.demo.socrata.com",
"dataset": "gn2x-26p3",
"groupBy": ":@computed_region_ij2c_35vi",
"boundaries": "https://comptroller-nyc.demo.socrata.com/resource/ij2c-35vi.geojson",
"boundariesLabel": "zipcode",
"boundariesId": "_feature_id"
}
},
{
"x": 0,
"y": 3,
"width": 6,
"height": 4,
"vizwit": {
"title": "M/WBE Category",
"chartType": "bar",
"provider": "socrata",
"domain": "comptroller-nyc.demo.socrata.com",
"dataset": "gn2x-26p3",
"groupBy": "m_wbe_category"
}
},
{
"x": 6,
"y": 3,
"width": 6,
"height": 4,
"vizwit": {
"title": "Has recieved payment",
"chartType": "pie",
"provider": "socrata",
"domain": "comptroller-nyc.demo.socrata.com",
"dataset": "gn2x-26p3",
"groupBy": "recieves_payments"
}
},
{
"x": 0,
"y": 6,
"width": 12,
"height": 5,
"vizwit": {
"title": "M/WBE Vendors",
"chartType": "table",
"provider": "socrata",
"domain": "comptroller-nyc.demo.socrata.com",
"dataset": "gn2x-26p3",
"padded": true
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment