@10yun/cv-mobile-ui 0.5.63 → 0.5.64
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/other/uCharts-uniapp/index.js +2 -0
- package/other/uCharts-uniapp/package.json +42 -0
- package/other/{qiun-data-charts/js_sdk → uCharts-uniapp}/u-charts/config-echarts.js +421 -421
- package/other/{qiun-data-charts → uCharts-uniapp/u-charts}/license.md +201 -201
- package/other/uCharts-uniapp/u-charts/package.json +19 -0
- package/other/{qiun-data-charts/readme.md → uCharts-uniapp/u-charts/readme-npm.md} +57 -63
- package/other/{qiun-data-charts/js_sdk → uCharts-uniapp}/u-charts/readme.md +4 -4
- package/other/{qiun-data-charts/js_sdk → uCharts-uniapp}/u-charts/u-charts.js +7661 -7661
- package/other/{qiun-data-charts/js_sdk → uCharts-uniapp}/u-charts/u-charts.min.js +1 -1
- package/package.json +1 -1
- package/ui-cv/components/cv-filter-hm/cv-filter-hm.vue +134 -167
- package/other/qiun-data-charts/changelog.md +0 -320
- package/other/qiun-data-charts/components/qiun-data-charts/qiun-data-charts.vue +0 -1618
- package/other/qiun-data-charts/components/qiun-error/qiun-error.vue +0 -46
- package/other/qiun-data-charts/components/qiun-loading/loading1.vue +0 -162
- package/other/qiun-data-charts/components/qiun-loading/loading2.vue +0 -170
- package/other/qiun-data-charts/components/qiun-loading/loading3.vue +0 -173
- package/other/qiun-data-charts/components/qiun-loading/loading4.vue +0 -222
- package/other/qiun-data-charts/components/qiun-loading/loading5.vue +0 -229
- package/other/qiun-data-charts/components/qiun-loading/qiun-loading.vue +0 -36
- package/other/qiun-data-charts/js_sdk2/app-echarts.min.js +0 -23
- package/other/qiun-data-charts/js_sdk2/h5-echarts.min.js +0 -23
- package/other/qiun-data-charts/package.json +0 -81
- package/other/qiun-data-charts/static/app-plus/echarts.min.js +0 -23
- package/other/qiun-data-charts/static/h5/echarts.min.js +0 -23
- package/other/qiun-data-charts_2.5.0-20230101_example/App.vue +0 -20
- package/other/qiun-data-charts_2.5.0-20230101_example/common/uni-icons.css +0 -542
- package/other/qiun-data-charts_2.5.0-20230101_example/common/uni.css +0 -246
- package/other/qiun-data-charts_2.5.0-20230101_example/components/qiun-title-bar/qiun-title-bar.vue +0 -51
- package/other/qiun-data-charts_2.5.0-20230101_example/components/test-charts/test-charts.vue +0 -48
- package/other/qiun-data-charts_2.5.0-20230101_example/main.js +0 -13
- package/other/qiun-data-charts_2.5.0-20230101_example/manifest.json +0 -75
- package/other/qiun-data-charts_2.5.0-20230101_example/mockdata/demodata.json +0 -448
- package/other/qiun-data-charts_2.5.0-20230101_example/mockdata/mapdata.json +0 -1
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/canvas/canvas.vue +0 -142
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/echarts/echarts.vue +0 -228
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/format-e/format-e.vue +0 -113
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/format-u/format-u.vue +0 -110
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/index/index.vue +0 -58
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/layout/layout.vue +0 -174
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/other/other.vue +0 -233
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/tab/tab.vue +0 -115
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/ucharts/ucharts.vue +0 -339
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/unicloud/unicloud.vue +0 -117
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/updata/updata.vue +0 -212
- package/other/qiun-data-charts_2.5.0-20230101_example/pages.json +0 -79
- package/other/qiun-data-charts_2.5.0-20230101_example/static/logo.png +0 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/uni.scss +0 -76
- package/other/qiun-data-charts_2.5.0-20230101_example/uniCloud-aliyun/database/db_init.json +0 -455
- package/other/qiun-data-charts_2.5.0-20230101_example/uniCloud-aliyun/database/qiun-charts-demo.schema.json +0 -76
- package/other/u-charts/config.js +0 -503
- package/other/u-charts/data.json +0 -1143
- package/other/u-charts/demodata.json +0 -267
- package/other/u-charts/mapdata.json +0 -41
- package/other/u-charts/u-charts.js +0 -5687
- package/other/u-charts/u-charts.min.js +0 -1
- package/other/u-charts/u-charts.vue +0 -466
- /package/other/{qiun-data-charts/js_sdk → uCharts-uniapp}/u-charts/config-ucharts.js +0 -0
package/other/u-charts/config.js
DELETED
|
@@ -1,503 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* uCharts组件 默认配置文件,如有修改,更新前请备份此文件!!
|
|
3
|
-
* Copyright (c) 2021 QIUN秋云 https://www.ucharts.cn All rights reserved.
|
|
4
|
-
* Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
|
|
5
|
-
*
|
|
6
|
-
* uCharts官方网站
|
|
7
|
-
* https://www.uCharts.cn
|
|
8
|
-
*
|
|
9
|
-
* 开源地址:
|
|
10
|
-
* https://gitee.com/uCharts/uCharts
|
|
11
|
-
*
|
|
12
|
-
* uni-app插件市场地址:
|
|
13
|
-
* http://ext.dcloud.net.cn/plugin?id=271
|
|
14
|
-
*
|
|
15
|
-
*/
|
|
16
|
-
module.exports = {
|
|
17
|
-
type: [
|
|
18
|
-
'pie',
|
|
19
|
-
'ring',
|
|
20
|
-
'rose',
|
|
21
|
-
'word',
|
|
22
|
-
'funnel',
|
|
23
|
-
'map',
|
|
24
|
-
'arcbar',
|
|
25
|
-
'line',
|
|
26
|
-
'column',
|
|
27
|
-
'area',
|
|
28
|
-
'radar',
|
|
29
|
-
'gauge',
|
|
30
|
-
'candle',
|
|
31
|
-
'mix',
|
|
32
|
-
'point',
|
|
33
|
-
'bubble'
|
|
34
|
-
],
|
|
35
|
-
categories: ['line', 'column', 'area', 'radar', 'gauge', 'candle', 'mix', 'point', 'bubble'],
|
|
36
|
-
//以上数据请勿改动,下面是自定义默认配置,请添加项目所需的个性配置
|
|
37
|
-
pie: {
|
|
38
|
-
type: 'pie',
|
|
39
|
-
padding: [15, 15, 0, 15],
|
|
40
|
-
legend: {
|
|
41
|
-
show: true,
|
|
42
|
-
padding: 5,
|
|
43
|
-
lineHeight: 11,
|
|
44
|
-
margin: 0
|
|
45
|
-
},
|
|
46
|
-
dataLabel: true,
|
|
47
|
-
extra: {
|
|
48
|
-
pie: {
|
|
49
|
-
border: true,
|
|
50
|
-
borderColor: '#FFFFFF',
|
|
51
|
-
borderWidth: 3
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
},
|
|
55
|
-
ring: {
|
|
56
|
-
type: 'ring',
|
|
57
|
-
padding: [5, 5, 5, 5],
|
|
58
|
-
legend: {
|
|
59
|
-
show: true,
|
|
60
|
-
position: 'right',
|
|
61
|
-
float: 'center',
|
|
62
|
-
itemGap: 10,
|
|
63
|
-
padding: 5,
|
|
64
|
-
lineHeight: 26,
|
|
65
|
-
margin: 5,
|
|
66
|
-
borderWidth: 1
|
|
67
|
-
},
|
|
68
|
-
disablePieStroke: true,
|
|
69
|
-
dataLabel: true,
|
|
70
|
-
subtitle: {
|
|
71
|
-
name: '70%',
|
|
72
|
-
color: '#7cb5ec',
|
|
73
|
-
fontSize: 25
|
|
74
|
-
},
|
|
75
|
-
title: {
|
|
76
|
-
name: '收益率',
|
|
77
|
-
color: '#666666',
|
|
78
|
-
fontSize: 15
|
|
79
|
-
},
|
|
80
|
-
extra: {
|
|
81
|
-
pie: {
|
|
82
|
-
offsetAngle: 0,
|
|
83
|
-
ringWidth: 40,
|
|
84
|
-
labelWidth: 15
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
},
|
|
88
|
-
rose: {
|
|
89
|
-
type: 'rose',
|
|
90
|
-
padding: [15, 15, 0, 15],
|
|
91
|
-
legend: {
|
|
92
|
-
show: true,
|
|
93
|
-
position: 'left',
|
|
94
|
-
float: 'center',
|
|
95
|
-
itemGap: 10,
|
|
96
|
-
padding: 5,
|
|
97
|
-
lineHeight: 26,
|
|
98
|
-
margin: 5,
|
|
99
|
-
borderWidth: 1
|
|
100
|
-
},
|
|
101
|
-
dataLabel: true,
|
|
102
|
-
extra: {
|
|
103
|
-
rose: {
|
|
104
|
-
type: 'area',
|
|
105
|
-
minRadius: 50,
|
|
106
|
-
activeOpacity: 0.5,
|
|
107
|
-
offsetAngle: 0,
|
|
108
|
-
labelWidth: 15
|
|
109
|
-
}
|
|
110
|
-
}
|
|
111
|
-
},
|
|
112
|
-
word: {
|
|
113
|
-
type: 'word',
|
|
114
|
-
extra: {
|
|
115
|
-
word: {
|
|
116
|
-
type: 'normal'
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
},
|
|
120
|
-
funnel: {
|
|
121
|
-
type: 'funnel',
|
|
122
|
-
padding: [15, 15, 0, 15],
|
|
123
|
-
legend: {
|
|
124
|
-
show: true,
|
|
125
|
-
padding: 5,
|
|
126
|
-
lineHeight: 11,
|
|
127
|
-
margin: 0
|
|
128
|
-
},
|
|
129
|
-
dataLabel: true,
|
|
130
|
-
extra: {
|
|
131
|
-
funnel: {
|
|
132
|
-
border: true,
|
|
133
|
-
borderWidth: 2,
|
|
134
|
-
borderColor: '#FFFFFF'
|
|
135
|
-
}
|
|
136
|
-
}
|
|
137
|
-
},
|
|
138
|
-
map: {
|
|
139
|
-
type: 'map',
|
|
140
|
-
padding: [0, 0, 0, 0],
|
|
141
|
-
legend: {
|
|
142
|
-
show: false
|
|
143
|
-
},
|
|
144
|
-
dataLabel: true,
|
|
145
|
-
extra: {
|
|
146
|
-
map: {
|
|
147
|
-
border: true,
|
|
148
|
-
borderWidth: 1,
|
|
149
|
-
borderColor: '#666666',
|
|
150
|
-
fillOpacity: 0.6
|
|
151
|
-
}
|
|
152
|
-
}
|
|
153
|
-
},
|
|
154
|
-
arcbar: {
|
|
155
|
-
type: 'arcbar',
|
|
156
|
-
legend: { show: false },
|
|
157
|
-
dataLabel: true,
|
|
158
|
-
title: {
|
|
159
|
-
name: '百分比',
|
|
160
|
-
color: '#00FF00',
|
|
161
|
-
fontSize: 25
|
|
162
|
-
},
|
|
163
|
-
subtitle: {
|
|
164
|
-
name: '默认标题',
|
|
165
|
-
color: '#666666',
|
|
166
|
-
fontSize: 15
|
|
167
|
-
},
|
|
168
|
-
extra: {
|
|
169
|
-
arcbar: {
|
|
170
|
-
type: 'default',
|
|
171
|
-
width: 12
|
|
172
|
-
}
|
|
173
|
-
}
|
|
174
|
-
},
|
|
175
|
-
line: {
|
|
176
|
-
type: 'line',
|
|
177
|
-
padding: [15, 30, 0, 15],
|
|
178
|
-
legend: {
|
|
179
|
-
show: true,
|
|
180
|
-
padding: 5,
|
|
181
|
-
lineHeight: 11,
|
|
182
|
-
margin: 0
|
|
183
|
-
},
|
|
184
|
-
dataLabel: true,
|
|
185
|
-
dataPointShape: true,
|
|
186
|
-
xAxis: {
|
|
187
|
-
disableGrid: true
|
|
188
|
-
},
|
|
189
|
-
yAxis: {
|
|
190
|
-
gridType: 'dash',
|
|
191
|
-
gridColor: '#CCCCCC',
|
|
192
|
-
dashLength: 8,
|
|
193
|
-
splitNumber: 4,
|
|
194
|
-
format: (val) => {
|
|
195
|
-
return val.toFixed(0);
|
|
196
|
-
}
|
|
197
|
-
},
|
|
198
|
-
extra: {
|
|
199
|
-
line: {
|
|
200
|
-
type: 'straight'
|
|
201
|
-
}
|
|
202
|
-
}
|
|
203
|
-
},
|
|
204
|
-
column: {
|
|
205
|
-
type: 'column',
|
|
206
|
-
padding: [15, 5, 0, 15],
|
|
207
|
-
legend: {
|
|
208
|
-
show: true,
|
|
209
|
-
padding: 5,
|
|
210
|
-
lineHeight: 11,
|
|
211
|
-
margin: 0
|
|
212
|
-
},
|
|
213
|
-
animation: true,
|
|
214
|
-
dataLabel: true,
|
|
215
|
-
xAxis: {
|
|
216
|
-
disableGrid: true
|
|
217
|
-
},
|
|
218
|
-
yAxis: {
|
|
219
|
-
data: [
|
|
220
|
-
{
|
|
221
|
-
position: 'right',
|
|
222
|
-
axisLine: false,
|
|
223
|
-
format: (val) => {
|
|
224
|
-
return val.toFixed(0);
|
|
225
|
-
}
|
|
226
|
-
}
|
|
227
|
-
]
|
|
228
|
-
},
|
|
229
|
-
extra: {
|
|
230
|
-
column: {
|
|
231
|
-
type: 'group',
|
|
232
|
-
width: 30
|
|
233
|
-
}
|
|
234
|
-
}
|
|
235
|
-
},
|
|
236
|
-
area: {
|
|
237
|
-
type: 'area',
|
|
238
|
-
padding: [15, 15, 0, 15],
|
|
239
|
-
legend: {
|
|
240
|
-
show: true
|
|
241
|
-
},
|
|
242
|
-
dataLabel: true,
|
|
243
|
-
dataPointShape: true,
|
|
244
|
-
xAxis: {
|
|
245
|
-
disableGrid: true
|
|
246
|
-
},
|
|
247
|
-
yAxis: {
|
|
248
|
-
gridType: 'dash',
|
|
249
|
-
gridColor: '#CCCCCC',
|
|
250
|
-
dashLength: 8,
|
|
251
|
-
splitNumber: 5
|
|
252
|
-
},
|
|
253
|
-
extra: {
|
|
254
|
-
area: {
|
|
255
|
-
type: 'straight',
|
|
256
|
-
opacity: 0.2,
|
|
257
|
-
addLine: true,
|
|
258
|
-
width: 2,
|
|
259
|
-
gradient: false
|
|
260
|
-
}
|
|
261
|
-
}
|
|
262
|
-
},
|
|
263
|
-
radar: {
|
|
264
|
-
type: 'radar',
|
|
265
|
-
padding: [15, 15, 0, 15],
|
|
266
|
-
legend: {
|
|
267
|
-
show: true,
|
|
268
|
-
padding: 5,
|
|
269
|
-
lineHeight: 11,
|
|
270
|
-
margin: 0
|
|
271
|
-
},
|
|
272
|
-
animation: true,
|
|
273
|
-
dataLabel: true,
|
|
274
|
-
extra: {
|
|
275
|
-
radar: {
|
|
276
|
-
max: 200,
|
|
277
|
-
gridType: 'radar' //radar或者circle可选,网格样式,默认radar
|
|
278
|
-
}
|
|
279
|
-
}
|
|
280
|
-
},
|
|
281
|
-
gauge: {
|
|
282
|
-
type: 'gauge',
|
|
283
|
-
legend: { show: false },
|
|
284
|
-
animation: true,
|
|
285
|
-
dataLabel: true,
|
|
286
|
-
title: {
|
|
287
|
-
name: '字符串类型',
|
|
288
|
-
color: '#00FF00',
|
|
289
|
-
fontSize: 25,
|
|
290
|
-
offsetY: 50
|
|
291
|
-
},
|
|
292
|
-
subtitle: {
|
|
293
|
-
name: '字符串类型',
|
|
294
|
-
color: '#666666',
|
|
295
|
-
fontSize: 15,
|
|
296
|
-
offsetY: -50
|
|
297
|
-
},
|
|
298
|
-
extra: {
|
|
299
|
-
gauge: {
|
|
300
|
-
type: 'default',
|
|
301
|
-
width: 30,
|
|
302
|
-
startAngle: 0.75,
|
|
303
|
-
endAngle: 0.25,
|
|
304
|
-
startNumber: 0,
|
|
305
|
-
endNumber: 100,
|
|
306
|
-
splitLine: {
|
|
307
|
-
fixRadius: 0,
|
|
308
|
-
splitNumber: 10,
|
|
309
|
-
width: 30,
|
|
310
|
-
color: '#FFFFFF',
|
|
311
|
-
childNumber: 5,
|
|
312
|
-
childWidth: 30 * 0.4
|
|
313
|
-
},
|
|
314
|
-
pointer: {
|
|
315
|
-
width: 30 * 0.8,
|
|
316
|
-
color: 'auto'
|
|
317
|
-
}
|
|
318
|
-
}
|
|
319
|
-
}
|
|
320
|
-
},
|
|
321
|
-
candle: {
|
|
322
|
-
type: 'candle',
|
|
323
|
-
padding: [15, 15, 0, 15],
|
|
324
|
-
legend: {
|
|
325
|
-
show: true,
|
|
326
|
-
padding: 5,
|
|
327
|
-
lineHeight: 11,
|
|
328
|
-
margin: 8
|
|
329
|
-
},
|
|
330
|
-
enableMarkLine: true,
|
|
331
|
-
enableScroll: true,
|
|
332
|
-
dataLabel: false,
|
|
333
|
-
dataPointShape: true,
|
|
334
|
-
xAxis: {
|
|
335
|
-
disableGrid: true,
|
|
336
|
-
labelCount: 4,
|
|
337
|
-
itemCount: 5,
|
|
338
|
-
scrollShow: true,
|
|
339
|
-
scrollAlign: 'right'
|
|
340
|
-
},
|
|
341
|
-
yAxis: {
|
|
342
|
-
gridType: 'dash',
|
|
343
|
-
splitNumber: 5,
|
|
344
|
-
format: (val) => {
|
|
345
|
-
return val.toFixed(0);
|
|
346
|
-
}
|
|
347
|
-
},
|
|
348
|
-
extra: {
|
|
349
|
-
candle: {
|
|
350
|
-
color: {
|
|
351
|
-
upLine: '#f04864',
|
|
352
|
-
upFill: '#f04864',
|
|
353
|
-
downLine: '#2fc25b',
|
|
354
|
-
downFill: '#2fc25b'
|
|
355
|
-
},
|
|
356
|
-
average: {
|
|
357
|
-
show: true,
|
|
358
|
-
name: ['MA5', 'MA10', 'MA30'],
|
|
359
|
-
day: [5, 10, 20],
|
|
360
|
-
color: ['#1890ff', '#2fc25b', '#facc14']
|
|
361
|
-
}
|
|
362
|
-
},
|
|
363
|
-
tooltip: {
|
|
364
|
-
bgColor: '#000000',
|
|
365
|
-
bgOpacity: 0.7,
|
|
366
|
-
gridType: 'dash',
|
|
367
|
-
dashLength: 5,
|
|
368
|
-
gridColor: '#1890ff',
|
|
369
|
-
fontColor: '#FFFFFF',
|
|
370
|
-
horizentalLine: true,
|
|
371
|
-
xAxisLabel: true,
|
|
372
|
-
yAxisLabel: true,
|
|
373
|
-
labelBgColor: '#DFE8FF',
|
|
374
|
-
labelBgOpacity: 0.95,
|
|
375
|
-
labelAlign: 'left',
|
|
376
|
-
labelFontColor: '#666666'
|
|
377
|
-
},
|
|
378
|
-
markLine: {
|
|
379
|
-
type: 'dash',
|
|
380
|
-
dashLength: 5,
|
|
381
|
-
data: [
|
|
382
|
-
{
|
|
383
|
-
value: 2150,
|
|
384
|
-
lineColor: '#f04864',
|
|
385
|
-
showLabel: true
|
|
386
|
-
},
|
|
387
|
-
{
|
|
388
|
-
value: 2350,
|
|
389
|
-
lineColor: '#f04864',
|
|
390
|
-
showLabel: true
|
|
391
|
-
}
|
|
392
|
-
]
|
|
393
|
-
}
|
|
394
|
-
}
|
|
395
|
-
},
|
|
396
|
-
mix: {
|
|
397
|
-
type: 'mix',
|
|
398
|
-
padding: [15, 15, 0, 15],
|
|
399
|
-
legend: {
|
|
400
|
-
show: true,
|
|
401
|
-
position: 'bottom',
|
|
402
|
-
float: 'center',
|
|
403
|
-
padding: 5,
|
|
404
|
-
lineHeight: 11,
|
|
405
|
-
margin: 6
|
|
406
|
-
},
|
|
407
|
-
dataLabel: true,
|
|
408
|
-
dataPointShape: true,
|
|
409
|
-
xAxis: {
|
|
410
|
-
disableGrid: true
|
|
411
|
-
},
|
|
412
|
-
yAxis: {
|
|
413
|
-
data: [
|
|
414
|
-
{
|
|
415
|
-
calibration: true,
|
|
416
|
-
position: 'left',
|
|
417
|
-
title: '折线',
|
|
418
|
-
titleFontSize: 12,
|
|
419
|
-
format: (val) => {
|
|
420
|
-
return val.toFixed(0) + '度';
|
|
421
|
-
}
|
|
422
|
-
},
|
|
423
|
-
{
|
|
424
|
-
calibration: true,
|
|
425
|
-
position: 'right',
|
|
426
|
-
min: 0,
|
|
427
|
-
max: 200,
|
|
428
|
-
title: '柱状图',
|
|
429
|
-
titleFontSize: 12,
|
|
430
|
-
format: (val) => {
|
|
431
|
-
return val.toFixed(0) + '元';
|
|
432
|
-
}
|
|
433
|
-
},
|
|
434
|
-
{
|
|
435
|
-
calibration: true,
|
|
436
|
-
position: 'right',
|
|
437
|
-
min: 0,
|
|
438
|
-
max: 200,
|
|
439
|
-
title: '点',
|
|
440
|
-
titleFontSize: 12
|
|
441
|
-
}
|
|
442
|
-
],
|
|
443
|
-
showTitle: true,
|
|
444
|
-
gridType: 'dash',
|
|
445
|
-
dashLength: 4,
|
|
446
|
-
splitNumber: 5
|
|
447
|
-
},
|
|
448
|
-
extra: {
|
|
449
|
-
column: {
|
|
450
|
-
width: 20
|
|
451
|
-
}
|
|
452
|
-
}
|
|
453
|
-
},
|
|
454
|
-
point: {
|
|
455
|
-
type: 'point',
|
|
456
|
-
padding: [15, 30, 0, 15],
|
|
457
|
-
legend: {
|
|
458
|
-
show: true
|
|
459
|
-
},
|
|
460
|
-
dataLabel: false,
|
|
461
|
-
dataPointShape: true,
|
|
462
|
-
xAxis: {
|
|
463
|
-
disableGrid: true,
|
|
464
|
-
labelCount: 4
|
|
465
|
-
},
|
|
466
|
-
yAxis: {
|
|
467
|
-
gridType: 'dash',
|
|
468
|
-
gridColor: '#CCCCCC',
|
|
469
|
-
dashLength: 8,
|
|
470
|
-
splitNumber: 4,
|
|
471
|
-
format: (val) => {
|
|
472
|
-
return val.toFixed(1);
|
|
473
|
-
}
|
|
474
|
-
},
|
|
475
|
-
extra: {
|
|
476
|
-
point: {}
|
|
477
|
-
}
|
|
478
|
-
},
|
|
479
|
-
bubble: {
|
|
480
|
-
type: 'bubble',
|
|
481
|
-
padding: [15, 30, 0, 15],
|
|
482
|
-
legend: {
|
|
483
|
-
show: true
|
|
484
|
-
},
|
|
485
|
-
dataLabel: true,
|
|
486
|
-
xAxis: {
|
|
487
|
-
disableGrid: true,
|
|
488
|
-
labelCount: 4
|
|
489
|
-
},
|
|
490
|
-
yAxis: {
|
|
491
|
-
gridType: 'dash',
|
|
492
|
-
gridColor: '#CCCCCC',
|
|
493
|
-
dashLength: 8,
|
|
494
|
-
splitNumber: 4,
|
|
495
|
-
format: (val) => {
|
|
496
|
-
return val.toFixed(1);
|
|
497
|
-
}
|
|
498
|
-
},
|
|
499
|
-
extra: {
|
|
500
|
-
bubble: {}
|
|
501
|
-
}
|
|
502
|
-
}
|
|
503
|
-
};
|