-
Notifications
You must be signed in to change notification settings - Fork 1
/
spline-area-styling.json
37 lines (37 loc) · 1.14 KB
/
spline-area-styling.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"strings": {
"legendTitle": "Renewable Electricity Generated"
},
"hasAnimations": true,
"descriptions": {
"legend": {
"type": "Legend",
"name": "legend",
"orientation": "Horizontal"
},
"content": {
"type": "CategoryChart",
"name": "chart",
"chartType": "SplineArea",
"dataSourceRef": "CountryRenewableElectricity",
"legendRef": "legend",
"yAxisTitle": "TWh",
"isTransitionInEnabled": true,
"isVerticalZoomEnabled": false,
"isHorizontalZoomEnabled": false,
"markerTypes": [ "Triangle" ],
"markerBrushes": [ "white" ],
"markerOutlines": [ "rgb(140, 231, 217)", "rgb(238, 88, 121)", "rgb(115, 86, 86)" ],
"brushes": [ "rgb(140, 231, 217)", "rgb(238, 88, 121)", "rgb(115, 86, 86)" ],
"outlines": [ "rgb(140, 231, 217)", "rgb(238, 88, 121)", "rgb(115, 86, 86)" ],
"computedPlotAreaMarginMode": "Series",
"highlightingMode": "FadeOthersSpecific",
"highlightingBehavior": "NearestItemsAndSeries"
}
},
"modules": [
"charts/LegendModule",
"charts/CategoryChartModule",
"charts/DataChartInteractivityModule"
]
}