Last active
January 30, 2023 22:55
-
-
Save rayrayzayzay/e9a970a5dc4540597a06dc6a9af17311 to your computer and use it in GitHub Desktop.
Numeric Visualizations
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
"visualizations": [ | |
{ | |
"dataset": "406862c2-0e38-46e3-87de-15ac79316396", | |
"type": "numeric", | |
"config": { | |
"numericAttribute": "capacity_percent", | |
"steps": [29, 44, 61, 73, 84] | |
}, | |
"style": { | |
"size": [5, 15, 20, 25], | |
"color": "hsl(0, 0%, 100%)", | |
"opacity": 0.8, | |
"strokeColor": "hsl(0, 0%, 100%)", | |
"strokeWidth": 2 | |
} | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment