-
Notifications
You must be signed in to change notification settings - Fork 1
/
value-lines.json
56 lines (56 loc) · 1.71 KB
/
value-lines.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"strings": {
"legendTitle": "Renewable Electricity Generated"
},
"descriptions": {
"legend": {
"type": "Legend",
"name": "legend",
"orientation": "Horizontal"
},
"editor": {
"type": "PropertyEditorPanel",
"name": "PropertyEditor",
"componentRendererRef": "renderer",
"targetRef": "chart",
"descriptionType": "CategoryChart",
"isHorizontal": true,
"isWrappingEnabled": true,
"properties": [
{
"type": "PropertyEditorPropertyDescription",
"propertyPath": "ValueListHandler",
"name": "ValueListEditor",
"label": "Value List",
"shouldOverrideDefaultEditor": true,
"valueType": "EnumValue",
"dropDownValues": [ "Auto", "Average", "GlobalAverage", "GlobalMaximum", "GlobalMinimum", "Maximum", "Minimum" ],
"dropDownNames": [ "Auto", "Average", "GlobalAverage", "GlobalMaximum", "GlobalMinimum", "Maximum", "Minimum" ],
"primitiveValue": "Auto",
"changedRef": "EditorChangeUpdateValueLines"
}
]
},
"content": {
"type": "CategoryChart",
"name": "chart",
"dataSourceRef": "CountryRenewableElectricity",
"includedProperties": ["Year", "America", "Europe"],
"chartType": "Column",
"legendRef": "legend",
"isHorizontalZoomEnabled": false,
"isVerticalZoomEnabled": false,
"crosshairsDisplayMode": "None",
"valueLines": ["Auto"],
"isTransitionInEnabled": false,
"yAxisMinimumValue": 0,
"yAxisMaximumValue": 100
}
},
"modules": [
"withDescriptions",
"layouts/PropertyEditorPanelModule",
"charts/LegendModule",
"charts/CategoryChartModule"
]
}