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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
| "area":{
| "type": "area",
| "canvasId": "",
| "canvas2d": false,
| "background": "none",
| "animation": true,
| "timing": "easeOut",
| "duration": 1000,
| "color": [
| "#1890FF",
| "#91CB74",
| "#FAC858",
| "#EE6666",
| "#73C0DE",
| "#3CA272",
| "#FC8452",
| "#9A60B4",
| "#ea7ccc"
| ],
| "padding": [
| 15,
| 15,
| 0,
| 15
| ],
| "rotate": false,
| "errorReload": true,
| "fontSize": 13,
| "fontColor": "#666666",
| "enableScroll": false,
| "touchMoveLimit": 60,
| "enableMarkLine": false,
| "dataLabel": false,
| "dataPointShape": true,
| "dataPointShapeType": "solid",
| "tapLegend": true,
| "xAxis": {
| "disabled": true,
| "axisLine": true,
| "axisLineColor": "#CCCCCC",
| "calibration": false,
| "fontColor": "#666666",
| "fontSize": 13,
| "rotateLabel": false,
| "itemCount": 5,
| "boundaryGap": "center",
| "disableGrid": true,
| "gridColor": "#CCCCCC",
| "gridType": "solid",
| "dashLength": 4,
| "gridEval": 1,
| "scrollShow": false,
| "scrollAlign": "left",
| "scrollColor": "#A6A6A6",
| "scrollBackgroundColor": "#EFEBEF",
| "format": ""
| },
| "yAxis": {
| "disabled": false,
| "disableGrid": false,
| "splitNumber": 5,
| "gridType": "dash",
| "dashLength": 2,
| "gridColor": "#CCCCCC",
| "padding": 10,
| "showTitle": false,
| "data": []
| },
| "legend": {
| "show": true,
| "position": "bottom",
| "float": "center",
| "padding": 5,
| "margin": 5,
| "backgroundColor": "rgba(0,0,0,0)",
| "borderColor": "rgba(0,0,0,0)",
| "borderWidth": 0,
| "fontSize": 13,
| "fontColor": "#666666",
| "lineHeight": 11,
| "hiddenColor": "#CECECE",
| "itemGap": 10
| },
| "extra": {
| "area": {
| "type": "straight",
| "opacity": 0.2,
| "addLine": true,
| "width": 2,
| "gradient": false
| },
| "tooltip": {
| "showBox": true,
| "showArrow": true,
| "showCategory": false,
| "borderWidth": 0,
| "borderRadius": 0,
| "borderColor": "#000000",
| "borderOpacity": 0.7,
| "bgColor": "#000000",
| "bgOpacity": 0.7,
| "gridType": "solid",
| "dashLength": 4,
| "gridColor": "#CCCCCC",
| "fontColor": "#FFFFFF",
| "splitLine": true,
| "horizentalLine": false,
| "xAxisLabel": false,
| "yAxisLabel": false,
| "labelBgColor": "#FFFFFF",
| "labelBgOpacity": 0.7,
| "labelFontColor": "#666666"
| },
| "markLine": {
| "type": "solid",
| "dashLength": 4,
| "data": []
| }
| }
| }
|
|