-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdash-array-tickmarks.json
More file actions
47 lines (47 loc) · 1.21 KB
/
dash-array-tickmarks.json
File metadata and controls
47 lines (47 loc) · 1.21 KB
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
{
"todo": "FIX: Attempted to access an element as a type incompatible with the array",
"export": false,
"descriptions": {
"content": {
"type": "DataChart",
"name": "chart",
"computedPlotAreaMarginMode": "Series",
"axes": [
{
"type": "CategoryXAxis",
"name": "xAxis",
"dataSourceRef": "CountryRenewableElectricity",
"label": "Year",
"tickLength": 20,
"tickStrokeDashArray": [2, 2],
"tickStroke": "darkslategray",
"interval": 1
},
{
"type": "NumericYAxis",
"name": "yAxis",
"tickLength": 20,
"tickStrokeDashArray": [2, 2],
"tickStroke": "darkslategray",
"minimumValue": 0
}
],
"series": [
{
"type": "ColumnSeries",
"name": "columnSeries1",
"title": "China",
"xAxisRef": "xAxis",
"yAxisRef": "yAxis",
"dataSourceRef": "CountryRenewableElectricity",
"valueMemberPath": "China",
"showDefaultTooltip": true
}
]
}
},
"modules": [
"charts/DataChartCategoryModule",
"charts/DataChartInteractivityModule"
]
}