Created
April 24, 2017 14:04
-
-
Save mgottholsen/1908f7299cc373bd0090d3b222da1a57 to your computer and use it in GitHub Desktop.
This file contains 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": "datetime", | |
"title": "Date/time Chart", | |
"provider": "socrata" | |
} | |
}, | |
{ | |
"x": 0, | |
"y": 4, | |
"width": 6, | |
"height": 4, | |
"vizwit": null | |
}, | |
{ | |
"x": 6, | |
"y": 4, | |
"width": 6, | |
"height": 4, | |
"vizwit": null | |
}, | |
{ | |
"x": 0, | |
"y": 8, | |
"width": 6, | |
"height": 4, | |
"vizwit": null | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment