Created
October 18, 2021 18:47
-
-
Save DevinBayly/ac7ec07d5ee5c5bf283e88c4f14fac57 to your computer and use it in GitHub Desktop.
Vega-Lite spec from Mon Oct 18 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
| { | |
| "data": { | |
| "url": "https://gist.githubusercontent.com/DevinBayly/946ca3386bc910be49121e209f8a6d5b/raw/d38bbfc4315abac24198b90c9958fda95979ca5c/iris.json" | |
| }, | |
| "mark": "bar", | |
| "encoding": { | |
| "y": { | |
| "aggregate": "mean", | |
| "field": "petal_length", | |
| "type": "quantitative" | |
| }, | |
| "x": { | |
| "bin": {}, | |
| "field": "petal_width", | |
| "type": "quantitative", | |
| "scale": {} | |
| } | |
| }, | |
| "config": { | |
| "line": { | |
| "point": true | |
| }, | |
| "scale": { | |
| "useUnaggregatedDomain": true | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment