Skip to content

Instantly share code, notes, and snippets.

@jonwolfe
Created April 27, 2020 21:26
Show Gist options
  • Save jonwolfe/a8f0fb3e25c85ee44b5b13e8fbcdf72c to your computer and use it in GitHub Desktop.
Save jonwolfe/a8f0fb3e25c85ee44b5b13e8fbcdf72c to your computer and use it in GitHub Desktop.
{
"name": "Vocal Video Charts",
"id": 1,
"colors": {
"common": [
"#FF4C6C",
"#00D1C0",
"#FF7D58",
"#4087F9",
"#A17CFF",
"#FF869B",
"#8D9DB3",
"#647080"
],
"progressChart": [
"#FF4C6C",
"#666666"
],
"sparkline": [
"#FF4C6C"
],
"scatterPlot": [
"#FF4C6C"
],
"candlestickChart": [
"#00d1c0",
"#ff4c6c"
],
"heatmap": [
"#ff4c6c"
]
},
"grid": {
"type": 2,
"lineWidth": 1,
"color": "#d8d8db"
},
"labels": {
"type": 1,
"fontName": "SF UI Text",
"fontStyle": "Medium",
"textCase": "ORIGINAL",
"fontSize": 24,
"lineHeight": 29,
"letterSpacing": 0,
"color": "#636364",
"yAxisPosition": "left",
"xAxisPosition": "bottom"
},
"beginAtZero": 0,
"lineType": 2,
"sorting": 1,
"typeOfCircle": 0,
"lineChart": {
"lineWidth": 2,
"dotType": 1,
"dotDiameter": 8
},
"areaChart": {
"lineWidth": 0,
"opacity": 0.8
},
"verticalBarChart": {
"margin": 0.4,
"roundTop": 0,
"useOneColor": true
},
"horizontalBarChart": {
"margin": 0.4,
"roundTop": 0,
"useOneColor": true
},
"groupedBarChart": {
"margin": 0.4,
"roundTop": 0
},
"groupedHorizontalBarChart": {
"margin": 0.4,
"roundTop": 0
},
"donutChart": {
"thicknessOfDonut": 120
},
"progressChart": {
"backgroundColor": "#edeef0",
"thicknessOfProgress": 40,
"endOfLine": 1
},
"sparkline": {
"lineWidth": 1,
"dotDiameter": 4
},
"scatterPlot": {
"dotDiameter": 8
},
"candlestickChart": {
"margin": 0.4,
"unfilledNegativeBoxes": false
},
"histogram": {
"margin": 2
},
"heatmap": {
"margin": 0,
"segments": 4
},
"updatable": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment