Skip to content

Instantly share code, notes, and snippets.

@domoritz
Created April 14, 2017 18:23
Show Gist options
  • Save domoritz/97a17454818741b5f8c9195e06a768cf to your computer and use it in GitHub Desktop.
Save domoritz/97a17454818741b5f8c9195e06a768cf to your computer and use it in GitHub Desktop.
{
"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