Created
December 17, 2021 18:17
-
-
Save declann/387137803b566b6ffdb9ed3396505fa6 to your computer and use it in GitHub Desktop.
Vega-Lite spec from Fri Dec 17 2021
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
{ | |
"$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