Skip to content

Instantly share code, notes, and snippets.

@timwis
Last active October 25, 2015 17:24
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 timwis/62db6150f3b1716ca868 to your computer and use it in GitHub Desktop.
Save timwis/62db6150f3b1716ca868 to your computer and use it in GitHub Desktop.
Fire Statistics VizWit
{
"version": "2",
"header": {
"title": "Fire Department"
},
"cards": [
{
"x": 0,
"y": 0,
"width": 12,
"height": 4,
"vizwit": {
"chartType": "datetime",
"title": "Fire Runs",
"domain": "data.phila.gov",
"dataset": "kpcd-avzt",
"groupBy": "year",
"aggregateField": "runs",
"aggregateFunction": "sum"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment