Skip to content

Instantly share code, notes, and snippets.

@jelmerk
Created December 4, 2021 14:01
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 jelmerk/c924edb4ed0360e8235c283345a8b6be to your computer and use it in GitHub Desktop.
Save jelmerk/c924edb4ed0360e8235c283345a8b6be to your computer and use it in GitHub Desktop.
{
"width": 1200,
"height": 200,
"title": "Active executors over time",
"datasets": {
"foo": activeExecutors,
"bar": []
},
"data": {
"name": "foo"
},
"layer": [
{
"mark": {"type":"line", "color": "red"},
"encoding": {
"x": {"field": "timestamp", "type": "temporal", "title": "time"},
"y": {
"field": "activeExecutors",
"type": "quantitative",
"title": "Active executors"
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment