@semi-bot/semi-vchart-theme-ida 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dark.json +533 -48
- package/darkEcharts.json +133 -25
- package/light.json +131 -63
- package/lightEcharts.json +25 -24
- package/package.json +1 -1
- package/raw.json +1900 -469
package/darkEcharts.json
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
{
|
|
2
2
|
"color": [
|
|
3
|
-
"#
|
|
4
|
-
"#
|
|
5
|
-
"#
|
|
6
|
-
"#
|
|
7
|
-
"#
|
|
8
|
-
"#
|
|
9
|
-
"#
|
|
10
|
-
"#
|
|
11
|
-
"#
|
|
12
|
-
"#
|
|
3
|
+
"#10C4BB",
|
|
4
|
+
"#aa590a",
|
|
5
|
+
"#b088df",
|
|
6
|
+
"#ec2f5d",
|
|
7
|
+
"#1396f1",
|
|
8
|
+
"#cb9c1e",
|
|
9
|
+
"#0b9698",
|
|
10
|
+
"#97c765",
|
|
11
|
+
"#d179d3",
|
|
12
|
+
"#6774c6",
|
|
13
|
+
"#85D200",
|
|
14
|
+
"#D263D8",
|
|
15
|
+
"#79A2CE"
|
|
13
16
|
],
|
|
14
17
|
"textStyle": {},
|
|
15
18
|
"line": {
|
|
16
19
|
"lineStyle": {
|
|
20
|
+
"width": 2,
|
|
17
21
|
"curveType": "linear"
|
|
18
22
|
},
|
|
19
|
-
"itemStyle": {
|
|
20
|
-
"symbolType": "circle"
|
|
21
|
-
},
|
|
22
|
-
"symbol": "circle",
|
|
23
|
+
"itemStyle": {},
|
|
23
24
|
"label": {
|
|
24
|
-
"color": "inherit"
|
|
25
|
-
"position": "top"
|
|
25
|
+
"color": "inherit"
|
|
26
26
|
}
|
|
27
27
|
},
|
|
28
28
|
"bar": {
|
|
@@ -32,7 +32,8 @@
|
|
|
32
32
|
4,
|
|
33
33
|
0,
|
|
34
34
|
0
|
|
35
|
-
]
|
|
35
|
+
],
|
|
36
|
+
"borderWidth": 0
|
|
36
37
|
},
|
|
37
38
|
"barWidth": "70%",
|
|
38
39
|
"barCategoryGap": "10%",
|
|
@@ -60,10 +61,27 @@
|
|
|
60
61
|
4,
|
|
61
62
|
4,
|
|
62
63
|
4
|
|
63
|
-
]
|
|
64
|
+
],
|
|
65
|
+
"borderWidth": 0
|
|
64
66
|
},
|
|
65
67
|
"label": {
|
|
66
|
-
"
|
|
68
|
+
"fontSize": 12,
|
|
69
|
+
"fontWeight": 400,
|
|
70
|
+
"lineHeight": 16,
|
|
71
|
+
"fontFamily": [
|
|
72
|
+
"Inter",
|
|
73
|
+
"BlinkMacSystemFont",
|
|
74
|
+
"Segoe UI",
|
|
75
|
+
"PingFang SC",
|
|
76
|
+
"Hiragino Sans GB",
|
|
77
|
+
"Microsoft YaHei",
|
|
78
|
+
"Helvetica Neue",
|
|
79
|
+
"Helvetica",
|
|
80
|
+
"Arial",
|
|
81
|
+
"sans-serif",
|
|
82
|
+
"D-DIN"
|
|
83
|
+
],
|
|
84
|
+
"color": "#ffffff",
|
|
67
85
|
"position": "inside"
|
|
68
86
|
}
|
|
69
87
|
},
|
|
@@ -72,10 +90,12 @@
|
|
|
72
90
|
"trigger": "axis",
|
|
73
91
|
"z": 0,
|
|
74
92
|
"lineStyle": {
|
|
75
|
-
"visible": true
|
|
93
|
+
"visible": true,
|
|
94
|
+
"color": "#f9f9f90d"
|
|
76
95
|
},
|
|
77
96
|
"shadowStyle": {
|
|
78
|
-
"visible": true
|
|
97
|
+
"visible": true,
|
|
98
|
+
"color": "#f9f9f90d"
|
|
79
99
|
},
|
|
80
100
|
"label": {
|
|
81
101
|
"show": false,
|
|
@@ -89,17 +109,105 @@
|
|
|
89
109
|
},
|
|
90
110
|
"legend": {
|
|
91
111
|
"type": "scroll",
|
|
112
|
+
"orient": "horizontal",
|
|
113
|
+
"top": "top",
|
|
114
|
+
"padding": {
|
|
115
|
+
"bottom": 20
|
|
116
|
+
},
|
|
117
|
+
"itemGap": 24,
|
|
118
|
+
"textStyle": {
|
|
119
|
+
"visible": true,
|
|
120
|
+
"fontSize": 12,
|
|
121
|
+
"fontWeight": 400,
|
|
122
|
+
"lineHeight": 16,
|
|
123
|
+
"fontFamily": [
|
|
124
|
+
"Inter",
|
|
125
|
+
"BlinkMacSystemFont",
|
|
126
|
+
"Segoe UI",
|
|
127
|
+
"PingFang SC",
|
|
128
|
+
"Hiragino Sans GB",
|
|
129
|
+
"Microsoft YaHei",
|
|
130
|
+
"Helvetica Neue",
|
|
131
|
+
"Helvetica",
|
|
132
|
+
"Arial",
|
|
133
|
+
"sans-serif",
|
|
134
|
+
"D-DIN"
|
|
135
|
+
],
|
|
136
|
+
"color": "#f9f9f9a6"
|
|
137
|
+
},
|
|
138
|
+
"itemStyle": {},
|
|
139
|
+
"pageTextStyle": {
|
|
140
|
+
"color": "#f9f9f9a6"
|
|
141
|
+
}
|
|
142
|
+
},
|
|
143
|
+
"tooltip": {
|
|
144
|
+
"padding": [
|
|
145
|
+
16,
|
|
146
|
+
16,
|
|
147
|
+
16,
|
|
148
|
+
16
|
|
149
|
+
],
|
|
150
|
+
"backgroundColor": "#16161A",
|
|
151
|
+
"borderColor": "#485050ff",
|
|
152
|
+
"borderWidth": 0.5,
|
|
92
153
|
"textStyle": {
|
|
93
|
-
"
|
|
154
|
+
"fontSize": 12,
|
|
155
|
+
"fontFamily": [
|
|
156
|
+
"Inter",
|
|
157
|
+
"BlinkMacSystemFont",
|
|
158
|
+
"Segoe UI",
|
|
159
|
+
"PingFang SC",
|
|
160
|
+
"Hiragino Sans GB",
|
|
161
|
+
"Microsoft YaHei",
|
|
162
|
+
"Helvetica Neue",
|
|
163
|
+
"Helvetica",
|
|
164
|
+
"Arial",
|
|
165
|
+
"sans-serif",
|
|
166
|
+
"D-DIN"
|
|
167
|
+
],
|
|
168
|
+
"fontColor": "#f9f9f9a6"
|
|
94
169
|
}
|
|
95
170
|
},
|
|
96
|
-
"tooltip": {},
|
|
97
171
|
"title": {
|
|
98
172
|
"textStyle": {
|
|
99
|
-
"visible": true
|
|
173
|
+
"visible": true,
|
|
174
|
+
"fontSize": 18,
|
|
175
|
+
"fontWeight": 600,
|
|
176
|
+
"lineHeight": 24,
|
|
177
|
+
"fontFamily": [
|
|
178
|
+
"Inter",
|
|
179
|
+
"BlinkMacSystemFont",
|
|
180
|
+
"Segoe UI",
|
|
181
|
+
"PingFang SC",
|
|
182
|
+
"Hiragino Sans GB",
|
|
183
|
+
"Microsoft YaHei",
|
|
184
|
+
"Helvetica Neue",
|
|
185
|
+
"Helvetica",
|
|
186
|
+
"Arial",
|
|
187
|
+
"sans-serif",
|
|
188
|
+
"D-DIN"
|
|
189
|
+
],
|
|
190
|
+
"color": "#f9f9f9ff"
|
|
100
191
|
},
|
|
101
192
|
"subtextStyle": {
|
|
102
|
-
"visible": true
|
|
193
|
+
"visible": true,
|
|
194
|
+
"fontSize": 14,
|
|
195
|
+
"fontWeight": 400,
|
|
196
|
+
"lineHeight": 20,
|
|
197
|
+
"fontFamily": [
|
|
198
|
+
"Inter",
|
|
199
|
+
"BlinkMacSystemFont",
|
|
200
|
+
"Segoe UI",
|
|
201
|
+
"PingFang SC",
|
|
202
|
+
"Hiragino Sans GB",
|
|
203
|
+
"Microsoft YaHei",
|
|
204
|
+
"Helvetica Neue",
|
|
205
|
+
"Helvetica",
|
|
206
|
+
"Arial",
|
|
207
|
+
"sans-serif",
|
|
208
|
+
"D-DIN"
|
|
209
|
+
],
|
|
210
|
+
"color": "#f9f9f959"
|
|
103
211
|
}
|
|
104
212
|
},
|
|
105
213
|
"categoryAxis": {
|
package/light.json
CHANGED
|
@@ -9,15 +9,15 @@
|
|
|
9
9
|
"maxDomainLength": 13,
|
|
10
10
|
"scheme": [
|
|
11
11
|
"#10C4BB",
|
|
12
|
-
"#
|
|
13
|
-
"#
|
|
14
|
-
"#
|
|
15
|
-
"#
|
|
16
|
-
"#
|
|
17
|
-
"#
|
|
18
|
-
"#
|
|
19
|
-
"#
|
|
20
|
-
"#
|
|
12
|
+
"#f39916",
|
|
13
|
+
"#8046d9",
|
|
14
|
+
"#fe7f96",
|
|
15
|
+
"#6cc9ff",
|
|
16
|
+
"#aa7a11",
|
|
17
|
+
"#59d3cf",
|
|
18
|
+
"#54842b",
|
|
19
|
+
"#c653cd",
|
|
20
|
+
"#8693dc",
|
|
21
21
|
"#85D200",
|
|
22
22
|
"#D263D8",
|
|
23
23
|
"#79A2CE"
|
|
@@ -51,9 +51,10 @@
|
|
|
51
51
|
"subtextStyle": {
|
|
52
52
|
"visible": true,
|
|
53
53
|
"fontSize": 14,
|
|
54
|
-
"fontWeight":
|
|
54
|
+
"fontWeight": 500,
|
|
55
55
|
"lineHeight": 20,
|
|
56
56
|
"fontFamily": [
|
|
57
|
+
"D-DIN",
|
|
57
58
|
"Inter",
|
|
58
59
|
"BlinkMacSystemFont",
|
|
59
60
|
"Segoe UI",
|
|
@@ -63,16 +64,35 @@
|
|
|
63
64
|
"Helvetica Neue",
|
|
64
65
|
"Helvetica",
|
|
65
66
|
"Arial",
|
|
66
|
-
"sans-serif"
|
|
67
|
-
"D-DIN"
|
|
67
|
+
"sans-serif"
|
|
68
68
|
],
|
|
69
69
|
"fill": "#22272759"
|
|
70
70
|
}
|
|
71
71
|
},
|
|
72
72
|
"axisX": {
|
|
73
73
|
"title": {
|
|
74
|
-
"visible":
|
|
75
|
-
"
|
|
74
|
+
"visible": true,
|
|
75
|
+
"style": {
|
|
76
|
+
"fontSize": 12,
|
|
77
|
+
"fontWeight": 400,
|
|
78
|
+
"lineHeight": 16,
|
|
79
|
+
"fontFamily": [
|
|
80
|
+
"D-DIN",
|
|
81
|
+
"Inter",
|
|
82
|
+
"BlinkMacSystemFont",
|
|
83
|
+
"Segoe UI",
|
|
84
|
+
"PingFang SC",
|
|
85
|
+
"Hiragino Sans GB",
|
|
86
|
+
"Microsoft YaHei",
|
|
87
|
+
"Helvetica Neue",
|
|
88
|
+
"Helvetica",
|
|
89
|
+
"Arial",
|
|
90
|
+
"sans-serif"
|
|
91
|
+
],
|
|
92
|
+
"fill": "#222727cc"
|
|
93
|
+
},
|
|
94
|
+
"position": "center",
|
|
95
|
+
"space": 4
|
|
76
96
|
},
|
|
77
97
|
"label": {
|
|
78
98
|
"visible": true,
|
|
@@ -81,6 +101,7 @@
|
|
|
81
101
|
"fontWeight": 400,
|
|
82
102
|
"lineHeight": 16,
|
|
83
103
|
"fontFamily": [
|
|
104
|
+
"D-DIN",
|
|
84
105
|
"Inter",
|
|
85
106
|
"BlinkMacSystemFont",
|
|
86
107
|
"Segoe UI",
|
|
@@ -90,28 +111,32 @@
|
|
|
90
111
|
"Helvetica Neue",
|
|
91
112
|
"Helvetica",
|
|
92
113
|
"Arial",
|
|
93
|
-
"sans-serif"
|
|
94
|
-
"D-DIN"
|
|
114
|
+
"sans-serif"
|
|
95
115
|
],
|
|
96
116
|
"fill": "#222727a6"
|
|
97
117
|
},
|
|
98
|
-
"space":
|
|
118
|
+
"space": 4
|
|
99
119
|
},
|
|
100
120
|
"domainLine": {
|
|
101
121
|
"visible": true,
|
|
102
122
|
"style": {
|
|
103
123
|
"lineWidth": 1,
|
|
104
|
-
"stroke": "#c6cdccff"
|
|
124
|
+
"stroke": "#c6cdccff",
|
|
125
|
+
"lineCap": "round"
|
|
105
126
|
}
|
|
106
127
|
},
|
|
107
128
|
"tick": {
|
|
108
129
|
"visible": true,
|
|
109
130
|
"style": {
|
|
110
|
-
"lineWidth":
|
|
111
|
-
"stroke": "#c6cdccff"
|
|
131
|
+
"lineWidth": 0.5,
|
|
132
|
+
"stroke": "#c6cdccff",
|
|
133
|
+
"lineCap": "round"
|
|
112
134
|
}
|
|
113
135
|
},
|
|
114
136
|
"subTick": {
|
|
137
|
+
"style": {
|
|
138
|
+
"lineCap": "round"
|
|
139
|
+
},
|
|
115
140
|
"visible": false
|
|
116
141
|
},
|
|
117
142
|
"grid": {
|
|
@@ -123,8 +148,28 @@
|
|
|
123
148
|
},
|
|
124
149
|
"axisY": {
|
|
125
150
|
"title": {
|
|
126
|
-
"visible":
|
|
127
|
-
"
|
|
151
|
+
"visible": true,
|
|
152
|
+
"style": {
|
|
153
|
+
"fontSize": 12,
|
|
154
|
+
"fontWeight": 400,
|
|
155
|
+
"lineHeight": 16,
|
|
156
|
+
"fontFamily": [
|
|
157
|
+
"D-DIN",
|
|
158
|
+
"Inter",
|
|
159
|
+
"BlinkMacSystemFont",
|
|
160
|
+
"Segoe UI",
|
|
161
|
+
"PingFang SC",
|
|
162
|
+
"Hiragino Sans GB",
|
|
163
|
+
"Microsoft YaHei",
|
|
164
|
+
"Helvetica Neue",
|
|
165
|
+
"Helvetica",
|
|
166
|
+
"Arial",
|
|
167
|
+
"sans-serif"
|
|
168
|
+
],
|
|
169
|
+
"fill": "#222727cc"
|
|
170
|
+
},
|
|
171
|
+
"position": "center",
|
|
172
|
+
"space": 4
|
|
128
173
|
},
|
|
129
174
|
"label": {
|
|
130
175
|
"visible": true,
|
|
@@ -133,6 +178,7 @@
|
|
|
133
178
|
"fontWeight": 400,
|
|
134
179
|
"lineHeight": 16,
|
|
135
180
|
"fontFamily": [
|
|
181
|
+
"D-DIN",
|
|
136
182
|
"Inter",
|
|
137
183
|
"BlinkMacSystemFont",
|
|
138
184
|
"Segoe UI",
|
|
@@ -142,12 +188,11 @@
|
|
|
142
188
|
"Helvetica Neue",
|
|
143
189
|
"Helvetica",
|
|
144
190
|
"Arial",
|
|
145
|
-
"sans-serif"
|
|
146
|
-
"D-DIN"
|
|
191
|
+
"sans-serif"
|
|
147
192
|
],
|
|
148
193
|
"fill": "#222727a6"
|
|
149
194
|
},
|
|
150
|
-
"space":
|
|
195
|
+
"space": 12
|
|
151
196
|
},
|
|
152
197
|
"domainLine": {
|
|
153
198
|
"visible": false
|
|
@@ -166,10 +211,14 @@
|
|
|
166
211
|
"lineDash": [
|
|
167
212
|
2,
|
|
168
213
|
2
|
|
169
|
-
]
|
|
214
|
+
],
|
|
215
|
+
"lineCap": "butt"
|
|
170
216
|
}
|
|
171
217
|
},
|
|
172
218
|
"subGrid": {
|
|
219
|
+
"style": {
|
|
220
|
+
"lineCap": "butt"
|
|
221
|
+
},
|
|
173
222
|
"visible": false
|
|
174
223
|
}
|
|
175
224
|
},
|
|
@@ -185,6 +234,7 @@
|
|
|
185
234
|
"fontWeight": 400,
|
|
186
235
|
"lineHeight": 16,
|
|
187
236
|
"fontFamily": [
|
|
237
|
+
"D-DIN",
|
|
188
238
|
"Inter",
|
|
189
239
|
"BlinkMacSystemFont",
|
|
190
240
|
"Segoe UI",
|
|
@@ -194,8 +244,7 @@
|
|
|
194
244
|
"Helvetica Neue",
|
|
195
245
|
"Helvetica",
|
|
196
246
|
"Arial",
|
|
197
|
-
"sans-serif"
|
|
198
|
-
"D-DIN"
|
|
247
|
+
"sans-serif"
|
|
199
248
|
],
|
|
200
249
|
"fill": "#222727a6"
|
|
201
250
|
},
|
|
@@ -211,7 +260,7 @@
|
|
|
211
260
|
"tick": {
|
|
212
261
|
"visible": true,
|
|
213
262
|
"style": {
|
|
214
|
-
"lineWidth":
|
|
263
|
+
"lineWidth": 0.5,
|
|
215
264
|
"stroke": "#c6cdccff"
|
|
216
265
|
}
|
|
217
266
|
},
|
|
@@ -237,6 +286,7 @@
|
|
|
237
286
|
"fontWeight": 400,
|
|
238
287
|
"lineHeight": 16,
|
|
239
288
|
"fontFamily": [
|
|
289
|
+
"D-DIN",
|
|
240
290
|
"Inter",
|
|
241
291
|
"BlinkMacSystemFont",
|
|
242
292
|
"Segoe UI",
|
|
@@ -246,8 +296,7 @@
|
|
|
246
296
|
"Helvetica Neue",
|
|
247
297
|
"Helvetica",
|
|
248
298
|
"Arial",
|
|
249
|
-
"sans-serif"
|
|
250
|
-
"D-DIN"
|
|
299
|
+
"sans-serif"
|
|
251
300
|
],
|
|
252
301
|
"fill": "#222727a6"
|
|
253
302
|
},
|
|
@@ -256,7 +305,7 @@
|
|
|
256
305
|
"domainLine": {
|
|
257
306
|
"visible": true,
|
|
258
307
|
"style": {
|
|
259
|
-
"lineWidth":
|
|
308
|
+
"lineWidth": 0.5,
|
|
260
309
|
"stroke": "#c6cdccff"
|
|
261
310
|
}
|
|
262
311
|
},
|
|
@@ -306,6 +355,7 @@
|
|
|
306
355
|
"fontWeight": 400,
|
|
307
356
|
"lineHeight": 16,
|
|
308
357
|
"fontFamily": [
|
|
358
|
+
"D-DIN",
|
|
309
359
|
"Inter",
|
|
310
360
|
"BlinkMacSystemFont",
|
|
311
361
|
"Segoe UI",
|
|
@@ -315,14 +365,13 @@
|
|
|
315
365
|
"Helvetica Neue",
|
|
316
366
|
"Helvetica",
|
|
317
367
|
"Arial",
|
|
318
|
-
"sans-serif"
|
|
319
|
-
"D-DIN"
|
|
368
|
+
"sans-serif"
|
|
320
369
|
],
|
|
321
|
-
"fill": "#
|
|
370
|
+
"fill": "#222727cc"
|
|
322
371
|
},
|
|
323
372
|
"state": {
|
|
324
373
|
"unSelected": {
|
|
325
|
-
"fill": "#
|
|
374
|
+
"fill": "#222727cc",
|
|
326
375
|
"fillOpacity": 0.3
|
|
327
376
|
}
|
|
328
377
|
},
|
|
@@ -335,6 +384,7 @@
|
|
|
335
384
|
"fontWeight": 400,
|
|
336
385
|
"lineHeight": 16,
|
|
337
386
|
"fontFamily": [
|
|
387
|
+
"D-DIN",
|
|
338
388
|
"Inter",
|
|
339
389
|
"BlinkMacSystemFont",
|
|
340
390
|
"Segoe UI",
|
|
@@ -344,8 +394,7 @@
|
|
|
344
394
|
"Helvetica Neue",
|
|
345
395
|
"Helvetica",
|
|
346
396
|
"Arial",
|
|
347
|
-
"sans-serif"
|
|
348
|
-
"D-DIN"
|
|
397
|
+
"sans-serif"
|
|
349
398
|
],
|
|
350
399
|
"fill": "#222727ff"
|
|
351
400
|
},
|
|
@@ -367,7 +416,7 @@
|
|
|
367
416
|
},
|
|
368
417
|
"pager": {
|
|
369
418
|
"textStyle": {
|
|
370
|
-
"fill": "#
|
|
419
|
+
"fill": "#222727cc"
|
|
371
420
|
}
|
|
372
421
|
},
|
|
373
422
|
"orient": "top",
|
|
@@ -382,22 +431,23 @@
|
|
|
382
431
|
"spaceRow": 12,
|
|
383
432
|
"panel": {
|
|
384
433
|
"backgroundColor": "#ffffff",
|
|
434
|
+
"border": {
|
|
435
|
+
"radius": 12,
|
|
436
|
+
"width": 0,
|
|
437
|
+
"color": "#c6cdccff"
|
|
438
|
+
},
|
|
385
439
|
"padding": {
|
|
386
440
|
"top": 16,
|
|
387
441
|
"left": 16,
|
|
388
|
-
"right": 16,
|
|
389
442
|
"bottom": 16
|
|
390
|
-
},
|
|
391
|
-
"border": {
|
|
392
|
-
"width": 0.5,
|
|
393
|
-
"color": "#c6cdccff"
|
|
394
443
|
}
|
|
395
444
|
},
|
|
396
445
|
"titleLabel": {
|
|
397
|
-
"fontSize":
|
|
446
|
+
"fontSize": 16,
|
|
398
447
|
"fontWeight": 600,
|
|
399
|
-
"lineHeight":
|
|
448
|
+
"lineHeight": 24,
|
|
400
449
|
"fontFamily": [
|
|
450
|
+
"D-DIN",
|
|
401
451
|
"Inter",
|
|
402
452
|
"BlinkMacSystemFont",
|
|
403
453
|
"Segoe UI",
|
|
@@ -406,17 +456,16 @@
|
|
|
406
456
|
"Microsoft YaHei",
|
|
407
457
|
"Helvetica Neue",
|
|
408
458
|
"Helvetica",
|
|
409
|
-
"Arial"
|
|
410
|
-
"sans-serif",
|
|
411
|
-
"D-DIN"
|
|
459
|
+
"Arial"
|
|
412
460
|
],
|
|
413
461
|
"fontColor": "#222727ff"
|
|
414
462
|
},
|
|
415
463
|
"keyLabel": {
|
|
416
|
-
"fontSize":
|
|
464
|
+
"fontSize": 14,
|
|
417
465
|
"fontWeight": 400,
|
|
418
|
-
"lineHeight":
|
|
466
|
+
"lineHeight": 20,
|
|
419
467
|
"fontFamily": [
|
|
468
|
+
"D-DIN",
|
|
420
469
|
"Inter",
|
|
421
470
|
"BlinkMacSystemFont",
|
|
422
471
|
"Segoe UI",
|
|
@@ -426,17 +475,17 @@
|
|
|
426
475
|
"Helvetica Neue",
|
|
427
476
|
"Helvetica",
|
|
428
477
|
"Arial",
|
|
429
|
-
"sans-serif"
|
|
430
|
-
"D-DIN"
|
|
478
|
+
"sans-serif"
|
|
431
479
|
],
|
|
432
|
-
"fontColor": "#
|
|
480
|
+
"fontColor": "#222727cc",
|
|
433
481
|
"spacing": 24
|
|
434
482
|
},
|
|
435
483
|
"valueLabel": {
|
|
436
|
-
"fontSize":
|
|
437
|
-
"fontWeight":
|
|
438
|
-
"lineHeight":
|
|
484
|
+
"fontSize": 14,
|
|
485
|
+
"fontWeight": 700,
|
|
486
|
+
"lineHeight": 20,
|
|
439
487
|
"fontFamily": [
|
|
488
|
+
"D-DIN",
|
|
440
489
|
"Inter",
|
|
441
490
|
"BlinkMacSystemFont",
|
|
442
491
|
"Segoe UI",
|
|
@@ -446,8 +495,7 @@
|
|
|
446
495
|
"Helvetica Neue",
|
|
447
496
|
"Helvetica",
|
|
448
497
|
"Arial",
|
|
449
|
-
"sans-serif"
|
|
450
|
-
"D-DIN"
|
|
498
|
+
"sans-serif"
|
|
451
499
|
],
|
|
452
500
|
"fontColor": "#222727ff"
|
|
453
501
|
},
|
|
@@ -460,11 +508,31 @@
|
|
|
460
508
|
"linearField": {
|
|
461
509
|
"line": {
|
|
462
510
|
"style": {
|
|
463
|
-
"visible":
|
|
464
|
-
|
|
511
|
+
"visible": true,
|
|
512
|
+
"stroke": "#889292ff"
|
|
513
|
+
},
|
|
514
|
+
"width": 0.5
|
|
465
515
|
},
|
|
466
516
|
"label": {
|
|
467
|
-
"visible":
|
|
517
|
+
"visible": true,
|
|
518
|
+
"style": {
|
|
519
|
+
"fontSize": 12,
|
|
520
|
+
"fontWeight": 400,
|
|
521
|
+
"lineHeight": 16,
|
|
522
|
+
"fontFamily": [
|
|
523
|
+
"D-DIN",
|
|
524
|
+
"Inter",
|
|
525
|
+
"BlinkMacSystemFont",
|
|
526
|
+
"Segoe UI",
|
|
527
|
+
"PingFang SC",
|
|
528
|
+
"Hiragino Sans GB",
|
|
529
|
+
"Microsoft YaHei",
|
|
530
|
+
"Helvetica Neue",
|
|
531
|
+
"Helvetica",
|
|
532
|
+
"Arial",
|
|
533
|
+
"sans-serif"
|
|
534
|
+
]
|
|
535
|
+
},
|
|
468
536
|
"labelBackground": {
|
|
469
537
|
"visible": true
|
|
470
538
|
}
|
|
@@ -473,7 +541,7 @@
|
|
|
473
541
|
"bandField": {
|
|
474
542
|
"line": {
|
|
475
543
|
"style": {
|
|
476
|
-
"visible":
|
|
544
|
+
"visible": false,
|
|
477
545
|
"fill": "#2227270d"
|
|
478
546
|
}
|
|
479
547
|
},
|