Skip to content

Instantly share code, notes, and snippets.

@declann
Created December 17, 2021 18:17
Show Gist options
  • Save declann/387137803b566b6ffdb9ed3396505fa6 to your computer and use it in GitHub Desktop.
Save declann/387137803b566b6ffdb9ed3396505fa6 to your computer and use it in GitHub Desktop.
Vega-Lite spec from Fri Dec 17 2021
{
"$schema": "https://vega.github.io/schema/vega-lite/v5.json",
"data": { "url": "https://gist.githubusercontent.com/declann/b3136000e4458e7e8cc0241a218ab1b4/raw/cd6333148d9d67425cc7323b50b1b21c4a5c32bd/hot%2520data%2520from%2520bounce.cul.js%2520dev" },
"width": 700,
"height": 80,
"mark": "text",
"encoding": {
"row": { "field": "hot" },
"x": { "field": "t_in", "type": "quantitative" },
"y": { "field": "function" },
"color": { "field": "function" },
"text": { "field": "value", "type": "quantitative" }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment