Created
April 14, 2017 18:23
-
-
Save domoritz/97a17454818741b5f8c9195e06a768cf to your computer and use it in GitHub Desktop.
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
{ | |
"data": { | |
"values": [ | |
{"date": "20010101", "close": "1"}, | |
{"date": "20010102", "close": "2"}, | |
{"date": "20010103", "close": "3"} | |
], | |
"format": { | |
"parse": { | |
"date": "date:'%Y%m%d'" | |
} | |
} | |
}, | |
"mark": "line", | |
"encoding": { | |
"x": { | |
"field": "date", | |
"type": "temporal" | |
}, | |
"y": { | |
"field": "close", | |
"type": "quantitative" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment