@orbcharts/presets-basic 3.0.0-alpha.23 → 3.0.0-alpha.25
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/orbcharts-presets-basic.es.js +224 -616
- package/dist/orbcharts-presets-basic.umd.js +1 -1
- package/dist/src/grid/PRESET_LINE_AREAS_SEPARATE_SERIES.d.ts +4 -0
- package/dist/src/grid/index.d.ts +1 -1
- package/dist/src/multiGrid/PRESET_MULTI_GRID_SEPARATE_GRID.d.ts +4 -0
- package/dist/src/multiGrid/PRESET_MULTI_LINES_SEPARATE_GRID.d.ts +4 -0
- package/dist/src/multiGrid/PRESET_MULTI_LINE_AREAS_SEPARATE_GRID.d.ts +4 -0
- package/dist/src/multiGrid/index.d.ts +4 -10
- package/package.json +3 -3
- package/src/grid/{PRESET_LINE_AREAS_SEPARATE_GRID.ts → PRESET_LINE_AREAS_SEPARATE_SERIES.ts} +2 -2
- package/src/grid/index.ts +1 -1
- package/src/multiGrid/{PRESET_MULTI_GRID_2_GRID_SLOT.ts → PRESET_MULTI_GRID_SEPARATE_GRID.ts} +11 -11
- package/src/multiGrid/{PRESET_MULTI_LINES_2_GRID_SLOT.ts → PRESET_MULTI_LINES_SEPARATE_GRID.ts} +24 -12
- package/src/multiGrid/{PRESET_MULTI_LINE_AREAS_2_GRID_SLOT.ts → PRESET_MULTI_LINE_AREAS_SEPARATE_GRID.ts} +23 -11
- package/src/multiGrid/index.ts +4 -10
- package/dist/src/grid/PRESET_LINE_AREAS_SEPARATE_GRID.d.ts +0 -4
- package/dist/src/multiGrid/PRESET_MULTI_GRID_2_GRID_SLOT.d.ts +0 -4
- package/dist/src/multiGrid/PRESET_MULTI_GRID_3_GRID_SLOT.d.ts +0 -4
- package/dist/src/multiGrid/PRESET_MULTI_GRID_4_GRID_SLOT.d.ts +0 -4
- package/dist/src/multiGrid/PRESET_MULTI_LINES_2_GRID_SLOT.d.ts +0 -4
- package/dist/src/multiGrid/PRESET_MULTI_LINES_3_GRID_SLOT.d.ts +0 -4
- package/dist/src/multiGrid/PRESET_MULTI_LINES_4_GRID_SLOT.d.ts +0 -4
- package/dist/src/multiGrid/PRESET_MULTI_LINE_AREAS_2_GRID_SLOT.d.ts +0 -4
- package/dist/src/multiGrid/PRESET_MULTI_LINE_AREAS_3_GRID_SLOT.d.ts +0 -4
- package/dist/src/multiGrid/PRESET_MULTI_LINE_AREAS_4_GRID_SLOT.d.ts +0 -4
- package/src/multiGrid/PRESET_MULTI_GRID_3_GRID_SLOT.ts +0 -59
- package/src/multiGrid/PRESET_MULTI_GRID_4_GRID_SLOT.ts +0 -59
- package/src/multiGrid/PRESET_MULTI_LINES_3_GRID_SLOT.ts +0 -91
- package/src/multiGrid/PRESET_MULTI_LINES_4_GRID_SLOT.ts +0 -91
- package/src/multiGrid/PRESET_MULTI_LINE_AREAS_3_GRID_SLOT.ts +0 -115
- package/src/multiGrid/PRESET_MULTI_LINE_AREAS_4_GRID_SLOT.ts +0 -121
@@ -1,4 +1,4 @@
|
|
1
|
-
const
|
1
|
+
const i = {
|
2
2
|
Bubbles: {},
|
3
3
|
Pie: {},
|
4
4
|
PieEventTexts: {},
|
@@ -20,7 +20,7 @@ const t = {
|
|
20
20
|
ScalingArea: {},
|
21
21
|
ValueAxis: {},
|
22
22
|
ValueStackAxis: {}
|
23
|
-
},
|
23
|
+
}, r = {
|
24
24
|
MultiBars: {},
|
25
25
|
MultiBarStack: {},
|
26
26
|
MultiBarsTriangle: {},
|
@@ -33,13 +33,13 @@ const t = {
|
|
33
33
|
MultiValueStackAxis: {},
|
34
34
|
OverlappingValueAxes: {},
|
35
35
|
OverlappingValueStackAxes: {}
|
36
|
-
},
|
36
|
+
}, t = {
|
37
37
|
Tooltip: {}
|
38
|
-
},
|
38
|
+
}, o = {
|
39
39
|
name: "PRESET_BUBBLES_SCALING_BY_RADIUS",
|
40
40
|
description: "以半徑尺寸為比例的泡泡圖",
|
41
41
|
allPluginParams: {
|
42
|
-
...
|
42
|
+
...t,
|
43
43
|
Bubbles: {
|
44
44
|
arcScaleType: "radius"
|
45
45
|
},
|
@@ -48,7 +48,7 @@ const t = {
|
|
48
48
|
// 圓型圖例列點
|
49
49
|
}
|
50
50
|
}
|
51
|
-
},
|
51
|
+
}, n = {
|
52
52
|
name: "PRESET_BUBBLES_SEPARATE_SERIES",
|
53
53
|
description: "分開顯示Series泡泡",
|
54
54
|
chartParams: {
|
@@ -64,18 +64,18 @@ const t = {
|
|
64
64
|
separateSeries: !0
|
65
65
|
},
|
66
66
|
allPluginParams: {
|
67
|
-
...
|
67
|
+
...t,
|
68
68
|
Bubbles: {},
|
69
69
|
SeriesLegend: {
|
70
70
|
listRectRadius: 7
|
71
71
|
// 圓型圖例列點
|
72
72
|
}
|
73
73
|
}
|
74
|
-
},
|
74
|
+
}, l = {
|
75
75
|
name: "PRESET_PIE_DONUT",
|
76
76
|
description: "甜甜圈圖",
|
77
77
|
allPluginParams: {
|
78
|
-
...
|
78
|
+
...t,
|
79
79
|
Pie: {
|
80
80
|
innerRadius: 0.5
|
81
81
|
},
|
@@ -86,7 +86,7 @@ const t = {
|
|
86
86
|
// 圓型圖例列點
|
87
87
|
}
|
88
88
|
}
|
89
|
-
},
|
89
|
+
}, d = {
|
90
90
|
name: "PRESET_PIE_HALF_DONUT",
|
91
91
|
description: "半圓甜甜圈圖",
|
92
92
|
chartParams: {
|
@@ -98,7 +98,7 @@ const t = {
|
|
98
98
|
}
|
99
99
|
},
|
100
100
|
allPluginParams: {
|
101
|
-
...
|
101
|
+
...t,
|
102
102
|
Pie: {
|
103
103
|
innerRadius: 0.5,
|
104
104
|
startAngle: -Math.PI / 2,
|
@@ -118,7 +118,7 @@ const t = {
|
|
118
118
|
name: "PRESET_PIE_WITH_INNER_LABELS",
|
119
119
|
description: "圓餅圖及內部資料標籤",
|
120
120
|
allPluginParams: {
|
121
|
-
...
|
121
|
+
...t,
|
122
122
|
Pie: {},
|
123
123
|
PieLabels: {
|
124
124
|
labelCentroid: 1.3,
|
@@ -131,11 +131,11 @@ const t = {
|
|
131
131
|
// 圓型圖例列點
|
132
132
|
}
|
133
133
|
}
|
134
|
-
},
|
134
|
+
}, E = {
|
135
135
|
name: "PRESET_ROSE_SCALING_BY_RADIUS",
|
136
136
|
description: "以半徑尺寸為比例的玫瑰圖",
|
137
137
|
allPluginParams: {
|
138
|
-
...
|
138
|
+
...t,
|
139
139
|
Rose: {
|
140
140
|
arcScaleType: "radius"
|
141
141
|
},
|
@@ -147,28 +147,28 @@ const t = {
|
|
147
147
|
// 圓型圖例列點
|
148
148
|
}
|
149
149
|
}
|
150
|
-
},
|
150
|
+
}, u = {
|
151
151
|
name: "PRESET_SERIES_BASIC",
|
152
152
|
description: "基本Series參數",
|
153
153
|
allPluginParams: {
|
154
|
-
...t,
|
155
154
|
...i,
|
155
|
+
...t,
|
156
156
|
SeriesLegend: {
|
157
157
|
listRectRadius: 7
|
158
158
|
// 圓型圖例列點
|
159
159
|
}
|
160
160
|
}
|
161
|
-
},
|
161
|
+
}, S = {
|
162
162
|
name: "PRESET_SERIES_DESC",
|
163
163
|
description: "資料由大到小排序",
|
164
164
|
dataFormatter: {
|
165
|
-
sort: (a,
|
165
|
+
sort: (a, s) => s.value - a.value
|
166
166
|
},
|
167
167
|
allPluginParams: {
|
168
|
-
...
|
169
|
-
...
|
168
|
+
...i,
|
169
|
+
...t
|
170
170
|
}
|
171
|
-
},
|
171
|
+
}, R = {
|
172
172
|
name: "PRESET_SERIES_SEPARATE_SERIES_AND_SUM_SERIES",
|
173
173
|
description: "分開顯示Series並合併Series資料",
|
174
174
|
dataFormatter: {
|
@@ -176,18 +176,18 @@ const t = {
|
|
176
176
|
sumSeries: !0
|
177
177
|
},
|
178
178
|
allPluginParams: {
|
179
|
-
...
|
180
|
-
...
|
179
|
+
...i,
|
180
|
+
...t
|
181
181
|
}
|
182
|
-
},
|
182
|
+
}, _ = {
|
183
183
|
name: "PRESET_SERIES_SEPARATE_SERIES",
|
184
184
|
description: "分開顯示Series",
|
185
185
|
dataFormatter: {
|
186
186
|
separateSeries: !0
|
187
187
|
},
|
188
188
|
allPluginParams: {
|
189
|
-
...
|
190
|
-
...
|
189
|
+
...i,
|
190
|
+
...t
|
191
191
|
}
|
192
192
|
}, p = {
|
193
193
|
name: "PRESET_SERIES_SUM_SERIES",
|
@@ -196,10 +196,10 @@ const t = {
|
|
196
196
|
sumSeries: !0
|
197
197
|
},
|
198
198
|
allPluginParams: {
|
199
|
-
...
|
200
|
-
...
|
199
|
+
...i,
|
200
|
+
...t
|
201
201
|
}
|
202
|
-
},
|
202
|
+
}, A = {
|
203
203
|
name: "PRESET_BARS_HORIZONTAL_AND_ROUND",
|
204
204
|
description: "橫向圓角長條圖",
|
205
205
|
chartParams: {
|
@@ -227,7 +227,7 @@ const t = {
|
|
227
227
|
}
|
228
228
|
},
|
229
229
|
allPluginParams: {
|
230
|
-
...
|
230
|
+
...t,
|
231
231
|
Bars: {
|
232
232
|
barWidth: 0,
|
233
233
|
barPadding: 1,
|
@@ -245,7 +245,7 @@ const t = {
|
|
245
245
|
listRectRadius: 7
|
246
246
|
}
|
247
247
|
}
|
248
|
-
},
|
248
|
+
}, P = {
|
249
249
|
name: "PRESET_BARS_HORIZONTAL_AND_THIN",
|
250
250
|
description: "橫向細長長條圖",
|
251
251
|
chartParams: {
|
@@ -273,7 +273,7 @@ const t = {
|
|
273
273
|
}
|
274
274
|
},
|
275
275
|
allPluginParams: {
|
276
|
-
...
|
276
|
+
...t,
|
277
277
|
Bars: {
|
278
278
|
barWidth: 20,
|
279
279
|
barPadding: 1,
|
@@ -288,7 +288,7 @@ const t = {
|
|
288
288
|
padding: 14
|
289
289
|
}
|
290
290
|
}
|
291
|
-
},
|
291
|
+
}, c = {
|
292
292
|
name: "PRESET_BARS_ROUND",
|
293
293
|
description: "圓角長條圖",
|
294
294
|
chartParams: {
|
@@ -300,7 +300,7 @@ const t = {
|
|
300
300
|
}
|
301
301
|
},
|
302
302
|
allPluginParams: {
|
303
|
-
...
|
303
|
+
...t,
|
304
304
|
Bars: {
|
305
305
|
barWidth: 0,
|
306
306
|
barPadding: 1,
|
@@ -318,7 +318,7 @@ const t = {
|
|
318
318
|
listRectRadius: 7
|
319
319
|
}
|
320
320
|
}
|
321
|
-
},
|
321
|
+
}, m = {
|
322
322
|
name: "PRESET_BARS_THIN",
|
323
323
|
description: "細長條圖",
|
324
324
|
chartParams: {
|
@@ -330,7 +330,7 @@ const t = {
|
|
330
330
|
}
|
331
331
|
},
|
332
332
|
allPluginParams: {
|
333
|
-
...
|
333
|
+
...t,
|
334
334
|
Bars: {
|
335
335
|
barWidth: 20,
|
336
336
|
barPadding: 1,
|
@@ -345,7 +345,7 @@ const t = {
|
|
345
345
|
padding: 14
|
346
346
|
}
|
347
347
|
}
|
348
|
-
},
|
348
|
+
}, I = {
|
349
349
|
name: "PRESET_GRID_BASIC",
|
350
350
|
description: "基本Grid參數",
|
351
351
|
chartParams: {
|
@@ -358,7 +358,7 @@ const t = {
|
|
358
358
|
},
|
359
359
|
allPluginParams: {
|
360
360
|
...e,
|
361
|
-
...
|
361
|
+
...t,
|
362
362
|
GridLegend: {
|
363
363
|
position: "bottom",
|
364
364
|
justify: "center",
|
@@ -395,14 +395,14 @@ const t = {
|
|
395
395
|
},
|
396
396
|
allPluginParams: {
|
397
397
|
...e,
|
398
|
-
...
|
398
|
+
...t,
|
399
399
|
GridLegend: {
|
400
400
|
position: "bottom",
|
401
401
|
justify: "center",
|
402
402
|
padding: 14
|
403
403
|
}
|
404
404
|
}
|
405
|
-
},
|
405
|
+
}, L = {
|
406
406
|
name: "PRESET_GRID_PN_SCALE",
|
407
407
|
description: "正負值分向圖",
|
408
408
|
chartParams: {
|
@@ -423,14 +423,14 @@ const t = {
|
|
423
423
|
},
|
424
424
|
allPluginParams: {
|
425
425
|
...e,
|
426
|
-
...
|
426
|
+
...t,
|
427
427
|
GridLegend: {
|
428
428
|
position: "bottom",
|
429
429
|
justify: "center",
|
430
430
|
padding: 14
|
431
431
|
}
|
432
432
|
}
|
433
|
-
},
|
433
|
+
}, h = {
|
434
434
|
name: "PRESET_GRID_ROTATE_AXIS_LABEL",
|
435
435
|
description: "傾斜標籤",
|
436
436
|
chartParams: {
|
@@ -444,7 +444,7 @@ const t = {
|
|
444
444
|
},
|
445
445
|
allPluginParams: {
|
446
446
|
...e,
|
447
|
-
...
|
447
|
+
...t,
|
448
448
|
GroupAxis: {
|
449
449
|
tickPadding: 15,
|
450
450
|
tickTextRotate: -30
|
@@ -455,7 +455,7 @@ const t = {
|
|
455
455
|
padding: 14
|
456
456
|
}
|
457
457
|
}
|
458
|
-
},
|
458
|
+
}, x = {
|
459
459
|
name: "PRESET_GRID_SEPARATE_SERIES",
|
460
460
|
description: "分開顯示Series",
|
461
461
|
chartParams: {
|
@@ -474,7 +474,7 @@ const t = {
|
|
474
474
|
},
|
475
475
|
allPluginParams: {
|
476
476
|
...e,
|
477
|
-
...
|
477
|
+
...t,
|
478
478
|
GroupAxis: {
|
479
479
|
tickPadding: 15,
|
480
480
|
tickTextRotate: -30
|
@@ -505,7 +505,7 @@ const t = {
|
|
505
505
|
}
|
506
506
|
},
|
507
507
|
allPluginParams: {
|
508
|
-
...
|
508
|
+
...t,
|
509
509
|
Lines: {},
|
510
510
|
LineAreas: {},
|
511
511
|
Dots: {},
|
@@ -519,7 +519,7 @@ const t = {
|
|
519
519
|
listRectHeight: 2
|
520
520
|
}
|
521
521
|
}
|
522
|
-
},
|
522
|
+
}, b = {
|
523
523
|
name: "PRESET_LINE_AREAS_CURVE",
|
524
524
|
description: "弧線折線圖",
|
525
525
|
chartParams: {
|
@@ -539,7 +539,7 @@ const t = {
|
|
539
539
|
}
|
540
540
|
},
|
541
541
|
allPluginParams: {
|
542
|
-
...
|
542
|
+
...t,
|
543
543
|
Lines: {
|
544
544
|
lineCurve: "curveMonotoneX",
|
545
545
|
lineWidth: 3
|
@@ -558,7 +558,7 @@ const t = {
|
|
558
558
|
listRectHeight: 2
|
559
559
|
}
|
560
560
|
}
|
561
|
-
},
|
561
|
+
}, M = {
|
562
562
|
name: "PRESET_LINE_AREAS_HIGHLIGHT_GROUP_DOTS",
|
563
563
|
description: "折線圖及Highlight Group圓點",
|
564
564
|
chartParams: {
|
@@ -578,7 +578,7 @@ const t = {
|
|
578
578
|
}
|
579
579
|
},
|
580
580
|
allPluginParams: {
|
581
|
-
...
|
581
|
+
...t,
|
582
582
|
Lines: {
|
583
583
|
lineWidth: 3
|
584
584
|
},
|
@@ -620,7 +620,7 @@ const t = {
|
|
620
620
|
}
|
621
621
|
},
|
622
622
|
allPluginParams: {
|
623
|
-
...
|
623
|
+
...t,
|
624
624
|
Lines: {},
|
625
625
|
LineAreas: {},
|
626
626
|
Dots: {},
|
@@ -634,7 +634,7 @@ const t = {
|
|
634
634
|
listRectHeight: 2
|
635
635
|
}
|
636
636
|
}
|
637
|
-
},
|
637
|
+
}, N = {
|
638
638
|
name: "PRESET_LINE_AREAS_LOOSE_TICKS",
|
639
639
|
description: "寬鬆標籤",
|
640
640
|
chartParams: {
|
@@ -654,7 +654,7 @@ const t = {
|
|
654
654
|
}
|
655
655
|
},
|
656
656
|
allPluginParams: {
|
657
|
-
...
|
657
|
+
...t,
|
658
658
|
Lines: {},
|
659
659
|
LineAreas: {},
|
660
660
|
Dots: {},
|
@@ -670,7 +670,7 @@ const t = {
|
|
670
670
|
listRectHeight: 2
|
671
671
|
}
|
672
672
|
}
|
673
|
-
},
|
673
|
+
}, f = {
|
674
674
|
name: "PRESET_LINE_AREAS_ROTATE_AXIS_LABEL",
|
675
675
|
description: "傾斜標籤",
|
676
676
|
chartParams: {
|
@@ -690,7 +690,7 @@ const t = {
|
|
690
690
|
}
|
691
691
|
},
|
692
692
|
allPluginParams: {
|
693
|
-
...
|
693
|
+
...t,
|
694
694
|
Lines: {},
|
695
695
|
LineAreas: {},
|
696
696
|
Dots: {},
|
@@ -707,8 +707,8 @@ const t = {
|
|
707
707
|
listRectHeight: 2
|
708
708
|
}
|
709
709
|
}
|
710
|
-
},
|
711
|
-
name: "
|
710
|
+
}, B = {
|
711
|
+
name: "PRESET_LINE_AREAS_SEPARATE_SERIES",
|
712
712
|
description: "LineAreas 分開顯示Series",
|
713
713
|
chartParams: {
|
714
714
|
padding: {
|
@@ -729,7 +729,7 @@ const t = {
|
|
729
729
|
}
|
730
730
|
},
|
731
731
|
allPluginParams: {
|
732
|
-
...
|
732
|
+
...t,
|
733
733
|
Lines: {},
|
734
734
|
LineAreas: {},
|
735
735
|
Dots: {},
|
@@ -746,7 +746,7 @@ const t = {
|
|
746
746
|
listRectHeight: 2
|
747
747
|
}
|
748
748
|
}
|
749
|
-
},
|
749
|
+
}, H = {
|
750
750
|
name: "PRESET_LINES_BASIC",
|
751
751
|
description: "基本Lines參數",
|
752
752
|
chartParams: {
|
@@ -759,7 +759,7 @@ const t = {
|
|
759
759
|
highlightTarget: "series"
|
760
760
|
},
|
761
761
|
allPluginParams: {
|
762
|
-
...
|
762
|
+
...t,
|
763
763
|
Lines: {},
|
764
764
|
Dots: {},
|
765
765
|
GroupAxis: {},
|
@@ -772,7 +772,7 @@ const t = {
|
|
772
772
|
listRectHeight: 2
|
773
773
|
}
|
774
774
|
}
|
775
|
-
},
|
775
|
+
}, O = {
|
776
776
|
name: "PRESET_LINES_CURVE",
|
777
777
|
description: "弧線折線圖",
|
778
778
|
chartParams: {
|
@@ -785,7 +785,7 @@ const t = {
|
|
785
785
|
highlightTarget: "series"
|
786
786
|
},
|
787
787
|
allPluginParams: {
|
788
|
-
...
|
788
|
+
...t,
|
789
789
|
Lines: {
|
790
790
|
lineCurve: "curveMonotoneX",
|
791
791
|
lineWidth: 3
|
@@ -814,7 +814,7 @@ const t = {
|
|
814
814
|
highlightTarget: "group"
|
815
815
|
},
|
816
816
|
allPluginParams: {
|
817
|
-
...
|
817
|
+
...t,
|
818
818
|
Lines: {},
|
819
819
|
Dots: {
|
820
820
|
onlyShowHighlighted: !1
|
@@ -858,7 +858,7 @@ const t = {
|
|
858
858
|
}
|
859
859
|
},
|
860
860
|
allPluginParams: {
|
861
|
-
...
|
861
|
+
...t,
|
862
862
|
Lines: {},
|
863
863
|
Dots: {},
|
864
864
|
GroupAxis: {},
|
@@ -871,7 +871,7 @@ const t = {
|
|
871
871
|
listRectHeight: 2
|
872
872
|
}
|
873
873
|
}
|
874
|
-
},
|
874
|
+
}, y = {
|
875
875
|
name: "PRESET_LINES_LOOSE_TICKS",
|
876
876
|
description: "寬鬆標籤",
|
877
877
|
chartParams: {
|
@@ -884,7 +884,7 @@ const t = {
|
|
884
884
|
highlightTarget: "series"
|
885
885
|
},
|
886
886
|
allPluginParams: {
|
887
|
-
...
|
887
|
+
...t,
|
888
888
|
Lines: {},
|
889
889
|
Dots: {},
|
890
890
|
GroupAxis: {
|
@@ -899,7 +899,7 @@ const t = {
|
|
899
899
|
listRectHeight: 2
|
900
900
|
}
|
901
901
|
}
|
902
|
-
},
|
902
|
+
}, C = {
|
903
903
|
name: "PRESET_LINES_ROTATE_AXIS_LABEL",
|
904
904
|
description: "傾斜標籤",
|
905
905
|
chartParams: {
|
@@ -912,7 +912,7 @@ const t = {
|
|
912
912
|
highlightTarget: "series"
|
913
913
|
},
|
914
914
|
allPluginParams: {
|
915
|
-
...
|
915
|
+
...t,
|
916
916
|
Lines: {},
|
917
917
|
Dots: {},
|
918
918
|
GroupAxis: {
|
@@ -928,7 +928,7 @@ const t = {
|
|
928
928
|
listRectHeight: 2
|
929
929
|
}
|
930
930
|
}
|
931
|
-
},
|
931
|
+
}, k = {
|
932
932
|
name: "PRESET_LINES_WITH_SOLID_DOTS",
|
933
933
|
description: "折線圖及實心圓點",
|
934
934
|
chartParams: {
|
@@ -941,7 +941,7 @@ const t = {
|
|
941
941
|
highlightTarget: "series"
|
942
942
|
},
|
943
943
|
allPluginParams: {
|
944
|
-
...
|
944
|
+
...t,
|
945
945
|
Lines: {},
|
946
946
|
Dots: {
|
947
947
|
radius: 3,
|
@@ -958,7 +958,34 @@ const t = {
|
|
958
958
|
listRectHeight: 2
|
959
959
|
}
|
960
960
|
}
|
961
|
-
},
|
961
|
+
}, j = {
|
962
|
+
name: "PRESET_MULTI_GRID_BASIC",
|
963
|
+
description: "基本MultiGrid參數",
|
964
|
+
chartParams: {
|
965
|
+
padding: {
|
966
|
+
top: 60,
|
967
|
+
right: 60,
|
968
|
+
bottom: 120,
|
969
|
+
left: 60
|
970
|
+
},
|
971
|
+
highlightTarget: "series"
|
972
|
+
},
|
973
|
+
allPluginParams: {
|
974
|
+
...r,
|
975
|
+
...t,
|
976
|
+
MultiGridLegend: {
|
977
|
+
position: "bottom",
|
978
|
+
justify: "center",
|
979
|
+
padding: 14,
|
980
|
+
gridList: [
|
981
|
+
{},
|
982
|
+
{
|
983
|
+
listRectHeight: 2
|
984
|
+
}
|
985
|
+
]
|
986
|
+
}
|
987
|
+
}
|
988
|
+
}, v = {
|
962
989
|
name: "PRESET_MULTI_GRID_DIVERGING",
|
963
990
|
description: "雙向折線圖",
|
964
991
|
chartParams: {
|
@@ -1000,7 +1027,7 @@ const t = {
|
|
1000
1027
|
// 將兩個grid拆分
|
1001
1028
|
},
|
1002
1029
|
allPluginParams: {
|
1003
|
-
...
|
1030
|
+
...t,
|
1004
1031
|
MultiGroupAxis: {
|
1005
1032
|
tickPadding: 60,
|
1006
1033
|
// 加長間距
|
@@ -1038,58 +1065,54 @@ const t = {
|
|
1038
1065
|
}
|
1039
1066
|
}
|
1040
1067
|
}, F = {
|
1041
|
-
name: "
|
1042
|
-
description: "
|
1068
|
+
name: "PRESET_MULTI_GRID_ROUND_STYLE",
|
1069
|
+
description: "MultiGrid圓弧風格",
|
1043
1070
|
chartParams: {
|
1044
1071
|
padding: {
|
1045
1072
|
top: 60,
|
1046
1073
|
right: 60,
|
1047
|
-
bottom:
|
1074
|
+
bottom: 120,
|
1048
1075
|
left: 60
|
1049
|
-
}
|
1050
|
-
|
1051
|
-
dataFormatter: {
|
1052
|
-
separateGrid: !0
|
1076
|
+
},
|
1077
|
+
highlightTarget: "series"
|
1053
1078
|
},
|
1054
1079
|
allPluginParams: {
|
1055
|
-
...
|
1056
|
-
MultiGroupAxis: {
|
1057
|
-
tickTextRotate: -30,
|
1058
|
-
gridIndexes: [0, 1]
|
1059
|
-
},
|
1060
|
-
MultiValueAxis: {
|
1061
|
-
gridIndexes: [0, 1]
|
1062
|
-
},
|
1063
|
-
MultiValueStackAxis: {
|
1064
|
-
gridIndexes: [0, 1]
|
1065
|
-
},
|
1080
|
+
...t,
|
1066
1081
|
MultiBars: {
|
1067
|
-
|
1068
|
-
|
1069
|
-
|
1070
|
-
|
1071
|
-
},
|
1072
|
-
MultiBarsTriangle: {
|
1073
|
-
gridIndexes: [0, 1]
|
1074
|
-
},
|
1075
|
-
MultiLines: {
|
1076
|
-
gridIndexes: [0, 1]
|
1077
|
-
},
|
1078
|
-
MultiLineAreas: {
|
1079
|
-
gridIndexes: [0, 1]
|
1080
|
-
},
|
1081
|
-
MultiDots: {
|
1082
|
-
gridIndexes: [0, 1]
|
1082
|
+
barWidth: 0,
|
1083
|
+
barPadding: 1,
|
1084
|
+
barGroupPadding: 10,
|
1085
|
+
barRadius: !0
|
1083
1086
|
},
|
1087
|
+
MultiBarStack: {},
|
1088
|
+
MultiDots: {},
|
1084
1089
|
MultiGridLegend: {
|
1085
1090
|
position: "bottom",
|
1086
1091
|
justify: "center",
|
1087
|
-
padding: 14
|
1088
|
-
|
1092
|
+
padding: 14,
|
1093
|
+
gridList: [
|
1094
|
+
{
|
1095
|
+
listRectRadius: 7
|
1096
|
+
},
|
1097
|
+
{
|
1098
|
+
listRectHeight: 2
|
1099
|
+
}
|
1100
|
+
]
|
1101
|
+
},
|
1102
|
+
MultiGroupAxis: {},
|
1103
|
+
MultiLineAreas: {},
|
1104
|
+
MultiLines: {
|
1105
|
+
lineCurve: "curveMonotoneX",
|
1106
|
+
lineWidth: 3
|
1107
|
+
},
|
1108
|
+
MultiValueAxis: {},
|
1109
|
+
MultiValueStackAxis: {},
|
1110
|
+
OverlappingValueAxes: {},
|
1111
|
+
OverlappingValueStackAxes: {}
|
1089
1112
|
}
|
1090
|
-
},
|
1091
|
-
name: "
|
1092
|
-
description: "
|
1113
|
+
}, W = {
|
1114
|
+
name: "PRESET_MULTI_GRID_SEPARATE_GRID",
|
1115
|
+
description: "2組Grid圖表",
|
1093
1116
|
chartParams: {
|
1094
1117
|
padding: {
|
1095
1118
|
top: 60,
|
@@ -1102,34 +1125,34 @@ const t = {
|
|
1102
1125
|
separateGrid: !0
|
1103
1126
|
},
|
1104
1127
|
allPluginParams: {
|
1105
|
-
...
|
1128
|
+
...t,
|
1106
1129
|
MultiGroupAxis: {
|
1107
1130
|
tickTextRotate: -30,
|
1108
|
-
gridIndexes:
|
1131
|
+
gridIndexes: "all"
|
1109
1132
|
},
|
1110
1133
|
MultiValueAxis: {
|
1111
|
-
gridIndexes:
|
1134
|
+
gridIndexes: "all"
|
1112
1135
|
},
|
1113
1136
|
MultiValueStackAxis: {
|
1114
|
-
gridIndexes:
|
1137
|
+
gridIndexes: "all"
|
1115
1138
|
},
|
1116
1139
|
MultiBars: {
|
1117
|
-
gridIndexes:
|
1140
|
+
gridIndexes: "all"
|
1118
1141
|
},
|
1119
1142
|
MultiBarStack: {
|
1120
|
-
gridIndexes:
|
1143
|
+
gridIndexes: "all"
|
1121
1144
|
},
|
1122
1145
|
MultiBarsTriangle: {
|
1123
|
-
gridIndexes:
|
1146
|
+
gridIndexes: "all"
|
1124
1147
|
},
|
1125
1148
|
MultiLines: {
|
1126
|
-
gridIndexes:
|
1149
|
+
gridIndexes: "all"
|
1127
1150
|
},
|
1128
1151
|
MultiLineAreas: {
|
1129
|
-
gridIndexes:
|
1152
|
+
gridIndexes: "all"
|
1130
1153
|
},
|
1131
1154
|
MultiDots: {
|
1132
|
-
gridIndexes:
|
1155
|
+
gridIndexes: "all"
|
1133
1156
|
},
|
1134
1157
|
MultiGridLegend: {
|
1135
1158
|
position: "bottom",
|
@@ -1137,9 +1160,9 @@ const t = {
|
|
1137
1160
|
padding: 14
|
1138
1161
|
}
|
1139
1162
|
}
|
1140
|
-
},
|
1141
|
-
name: "
|
1142
|
-
description: "
|
1163
|
+
}, X = {
|
1164
|
+
name: "PRESET_MULTI_LINE_AREAS_SEPARATE_GRID",
|
1165
|
+
description: "2組區域圖表",
|
1143
1166
|
chartParams: {
|
1144
1167
|
padding: {
|
1145
1168
|
top: 60,
|
@@ -1149,272 +1172,64 @@ const t = {
|
|
1149
1172
|
}
|
1150
1173
|
},
|
1151
1174
|
dataFormatter: {
|
1175
|
+
gridList: [
|
1176
|
+
{
|
1177
|
+
// slotIndex: 0
|
1178
|
+
groupAxis: {
|
1179
|
+
scalePadding: 0
|
1180
|
+
}
|
1181
|
+
},
|
1182
|
+
{
|
1183
|
+
// slotIndex: 1,
|
1184
|
+
groupAxis: {
|
1185
|
+
scalePadding: 0
|
1186
|
+
}
|
1187
|
+
}
|
1188
|
+
],
|
1152
1189
|
separateGrid: !0
|
1190
|
+
// container: {
|
1191
|
+
// rowAmount: 1,
|
1192
|
+
// columnAmount: 2,
|
1193
|
+
// }
|
1153
1194
|
},
|
1154
1195
|
allPluginParams: {
|
1155
|
-
...
|
1196
|
+
...t,
|
1156
1197
|
MultiGroupAxis: {
|
1157
1198
|
tickTextRotate: -30,
|
1158
|
-
gridIndexes:
|
1199
|
+
gridIndexes: "all"
|
1159
1200
|
},
|
1160
1201
|
MultiValueAxis: {
|
1161
|
-
gridIndexes:
|
1202
|
+
gridIndexes: "all"
|
1162
1203
|
},
|
1163
1204
|
MultiValueStackAxis: {
|
1164
|
-
gridIndexes:
|
1205
|
+
gridIndexes: "all"
|
1165
1206
|
},
|
1166
1207
|
MultiBars: {
|
1167
|
-
gridIndexes:
|
1208
|
+
gridIndexes: "all"
|
1168
1209
|
},
|
1169
1210
|
MultiBarStack: {
|
1170
|
-
gridIndexes:
|
1211
|
+
gridIndexes: "all"
|
1171
1212
|
},
|
1172
1213
|
MultiBarsTriangle: {
|
1173
|
-
gridIndexes:
|
1214
|
+
gridIndexes: "all"
|
1174
1215
|
},
|
1175
1216
|
MultiLines: {
|
1176
|
-
gridIndexes:
|
1217
|
+
gridIndexes: "all"
|
1177
1218
|
},
|
1178
1219
|
MultiLineAreas: {
|
1179
|
-
gridIndexes:
|
1220
|
+
gridIndexes: "all"
|
1180
1221
|
},
|
1181
1222
|
MultiDots: {
|
1182
|
-
gridIndexes:
|
1223
|
+
gridIndexes: "all"
|
1183
1224
|
},
|
1184
|
-
MultiGridLegend: {
|
1185
|
-
position: "bottom",
|
1186
|
-
justify: "center",
|
1187
|
-
padding: 14
|
1188
|
-
}
|
1189
|
-
}
|
1190
|
-
}, X = {
|
1191
|
-
name: "PRESET_MULTI_GRID_BASIC",
|
1192
|
-
description: "基本MultiGrid參數",
|
1193
|
-
chartParams: {
|
1194
|
-
padding: {
|
1195
|
-
top: 60,
|
1196
|
-
right: 60,
|
1197
|
-
bottom: 120,
|
1198
|
-
left: 60
|
1199
|
-
},
|
1200
|
-
highlightTarget: "series"
|
1201
|
-
},
|
1202
|
-
allPluginParams: {
|
1203
|
-
...s,
|
1204
|
-
...i,
|
1205
1225
|
MultiGridLegend: {
|
1206
1226
|
position: "bottom",
|
1207
1227
|
justify: "center",
|
1208
1228
|
padding: 14,
|
1209
1229
|
gridList: [
|
1210
|
-
{},
|
1211
1230
|
{
|
1212
1231
|
listRectHeight: 2
|
1213
|
-
}
|
1214
|
-
]
|
1215
|
-
}
|
1216
|
-
}
|
1217
|
-
}, Z = {
|
1218
|
-
name: "PRESET_MULTI_GRID_ROUND_STYLE",
|
1219
|
-
description: "MultiGrid圓弧風格",
|
1220
|
-
chartParams: {
|
1221
|
-
padding: {
|
1222
|
-
top: 60,
|
1223
|
-
right: 60,
|
1224
|
-
bottom: 120,
|
1225
|
-
left: 60
|
1226
|
-
},
|
1227
|
-
highlightTarget: "series"
|
1228
|
-
},
|
1229
|
-
allPluginParams: {
|
1230
|
-
...i,
|
1231
|
-
MultiBars: {
|
1232
|
-
barWidth: 0,
|
1233
|
-
barPadding: 1,
|
1234
|
-
barGroupPadding: 10,
|
1235
|
-
barRadius: !0
|
1236
|
-
},
|
1237
|
-
MultiBarStack: {},
|
1238
|
-
MultiDots: {},
|
1239
|
-
MultiGridLegend: {
|
1240
|
-
position: "bottom",
|
1241
|
-
justify: "center",
|
1242
|
-
padding: 14,
|
1243
|
-
gridList: [
|
1244
|
-
{
|
1245
|
-
listRectRadius: 7
|
1246
1232
|
},
|
1247
|
-
{
|
1248
|
-
listRectHeight: 2
|
1249
|
-
}
|
1250
|
-
]
|
1251
|
-
},
|
1252
|
-
MultiGroupAxis: {},
|
1253
|
-
MultiLineAreas: {},
|
1254
|
-
MultiLines: {
|
1255
|
-
lineCurve: "curveMonotoneX",
|
1256
|
-
lineWidth: 3
|
1257
|
-
},
|
1258
|
-
MultiValueAxis: {},
|
1259
|
-
MultiValueStackAxis: {},
|
1260
|
-
OverlappingValueAxes: {},
|
1261
|
-
OverlappingValueStackAxes: {}
|
1262
|
-
}
|
1263
|
-
}, Y = {
|
1264
|
-
name: "PRESET_MULTI_LINE_AREAS_2_GRID_SLOT",
|
1265
|
-
description: "2組區域圖表",
|
1266
|
-
chartParams: {
|
1267
|
-
padding: {
|
1268
|
-
top: 60,
|
1269
|
-
right: 60,
|
1270
|
-
bottom: 160,
|
1271
|
-
left: 60
|
1272
|
-
}
|
1273
|
-
},
|
1274
|
-
dataFormatter: {
|
1275
|
-
gridList: [
|
1276
|
-
{
|
1277
|
-
// slotIndex: 0
|
1278
|
-
groupAxis: {
|
1279
|
-
scalePadding: 0
|
1280
|
-
}
|
1281
|
-
},
|
1282
|
-
{
|
1283
|
-
// slotIndex: 1,
|
1284
|
-
groupAxis: {
|
1285
|
-
scalePadding: 0
|
1286
|
-
}
|
1287
|
-
}
|
1288
|
-
],
|
1289
|
-
separateGrid: !0
|
1290
|
-
// container: {
|
1291
|
-
// rowAmount: 1,
|
1292
|
-
// columnAmount: 2,
|
1293
|
-
// }
|
1294
|
-
},
|
1295
|
-
allPluginParams: {
|
1296
|
-
...i,
|
1297
|
-
MultiGroupAxis: {
|
1298
|
-
tickTextRotate: -30,
|
1299
|
-
gridIndexes: [0, 1]
|
1300
|
-
},
|
1301
|
-
MultiValueAxis: {
|
1302
|
-
gridIndexes: [0, 1]
|
1303
|
-
},
|
1304
|
-
MultiValueStackAxis: {
|
1305
|
-
gridIndexes: [0, 1]
|
1306
|
-
},
|
1307
|
-
MultiBars: {
|
1308
|
-
gridIndexes: [0, 1]
|
1309
|
-
},
|
1310
|
-
MultiBarStack: {
|
1311
|
-
gridIndexes: [0, 1]
|
1312
|
-
},
|
1313
|
-
MultiBarsTriangle: {
|
1314
|
-
gridIndexes: [0, 1]
|
1315
|
-
},
|
1316
|
-
MultiLines: {
|
1317
|
-
gridIndexes: [0, 1]
|
1318
|
-
},
|
1319
|
-
MultiLineAreas: {
|
1320
|
-
gridIndexes: [0, 1]
|
1321
|
-
},
|
1322
|
-
MultiDots: {
|
1323
|
-
gridIndexes: [0, 1]
|
1324
|
-
},
|
1325
|
-
MultiGridLegend: {
|
1326
|
-
position: "bottom",
|
1327
|
-
justify: "center",
|
1328
|
-
padding: 14,
|
1329
|
-
gridList: [
|
1330
|
-
{
|
1331
|
-
listRectHeight: 2
|
1332
|
-
},
|
1333
|
-
{
|
1334
|
-
listRectHeight: 2
|
1335
|
-
},
|
1336
|
-
{
|
1337
|
-
listRectHeight: 2
|
1338
|
-
},
|
1339
|
-
{
|
1340
|
-
listRectHeight: 2
|
1341
|
-
}
|
1342
|
-
]
|
1343
|
-
}
|
1344
|
-
}
|
1345
|
-
}, w = {
|
1346
|
-
name: "PRESET_MULTI_LINE_AREAS_3_GRID_SLOT",
|
1347
|
-
description: "3組區域圖表",
|
1348
|
-
chartParams: {
|
1349
|
-
padding: {
|
1350
|
-
top: 60,
|
1351
|
-
right: 60,
|
1352
|
-
bottom: 160,
|
1353
|
-
left: 60
|
1354
|
-
}
|
1355
|
-
},
|
1356
|
-
dataFormatter: {
|
1357
|
-
gridList: [
|
1358
|
-
{
|
1359
|
-
// slotIndex: 0
|
1360
|
-
groupAxis: {
|
1361
|
-
scalePadding: 0
|
1362
|
-
}
|
1363
|
-
},
|
1364
|
-
{
|
1365
|
-
// slotIndex: 1,
|
1366
|
-
groupAxis: {
|
1367
|
-
scalePadding: 0
|
1368
|
-
}
|
1369
|
-
},
|
1370
|
-
{
|
1371
|
-
// slotIndex: 2,
|
1372
|
-
groupAxis: {
|
1373
|
-
scalePadding: 0
|
1374
|
-
}
|
1375
|
-
}
|
1376
|
-
],
|
1377
|
-
separateGrid: !0
|
1378
|
-
// container: {
|
1379
|
-
// rowAmount: 1,
|
1380
|
-
// columnAmount: 3,
|
1381
|
-
// }
|
1382
|
-
},
|
1383
|
-
allPluginParams: {
|
1384
|
-
...i,
|
1385
|
-
MultiGroupAxis: {
|
1386
|
-
tickTextRotate: -30,
|
1387
|
-
gridIndexes: [0, 1, 2]
|
1388
|
-
},
|
1389
|
-
MultiValueAxis: {
|
1390
|
-
gridIndexes: [0, 1, 2]
|
1391
|
-
},
|
1392
|
-
MultiValueStackAxis: {
|
1393
|
-
gridIndexes: [0, 1, 2]
|
1394
|
-
},
|
1395
|
-
MultiBars: {
|
1396
|
-
gridIndexes: [0, 1, 2]
|
1397
|
-
},
|
1398
|
-
MultiBarStack: {
|
1399
|
-
gridIndexes: [0, 1, 2]
|
1400
|
-
},
|
1401
|
-
MultiBarsTriangle: {
|
1402
|
-
gridIndexes: [0, 1, 2]
|
1403
|
-
},
|
1404
|
-
MultiLines: {
|
1405
|
-
gridIndexes: [0, 1, 2]
|
1406
|
-
},
|
1407
|
-
MultiLineAreas: {
|
1408
|
-
gridIndexes: [0, 1, 2]
|
1409
|
-
},
|
1410
|
-
MultiDots: {
|
1411
|
-
gridIndexes: [0, 1, 2]
|
1412
|
-
},
|
1413
|
-
MultiGridLegend: {
|
1414
|
-
position: "bottom",
|
1415
|
-
justify: "center",
|
1416
|
-
padding: 14,
|
1417
|
-
gridList: [
|
1418
1233
|
{
|
1419
1234
|
listRectHeight: 2
|
1420
1235
|
},
|
@@ -1424,91 +1239,6 @@ const t = {
|
|
1424
1239
|
{
|
1425
1240
|
listRectHeight: 2
|
1426
1241
|
},
|
1427
|
-
{
|
1428
|
-
listRectHeight: 2
|
1429
|
-
}
|
1430
|
-
]
|
1431
|
-
}
|
1432
|
-
}
|
1433
|
-
}, K = {
|
1434
|
-
name: "PRESET_MULTI_LINE_AREAS_4_GRID_SLOT",
|
1435
|
-
description: "4組區域圖表",
|
1436
|
-
chartParams: {
|
1437
|
-
padding: {
|
1438
|
-
top: 60,
|
1439
|
-
right: 60,
|
1440
|
-
bottom: 160,
|
1441
|
-
left: 60
|
1442
|
-
}
|
1443
|
-
},
|
1444
|
-
dataFormatter: {
|
1445
|
-
gridList: [
|
1446
|
-
{
|
1447
|
-
// slotIndex: 0
|
1448
|
-
groupAxis: {
|
1449
|
-
scalePadding: 0
|
1450
|
-
}
|
1451
|
-
},
|
1452
|
-
{
|
1453
|
-
// slotIndex: 1,
|
1454
|
-
groupAxis: {
|
1455
|
-
scalePadding: 0
|
1456
|
-
}
|
1457
|
-
},
|
1458
|
-
{
|
1459
|
-
// slotIndex: 2,
|
1460
|
-
groupAxis: {
|
1461
|
-
scalePadding: 0
|
1462
|
-
}
|
1463
|
-
},
|
1464
|
-
{
|
1465
|
-
// slotIndex: 2,
|
1466
|
-
groupAxis: {
|
1467
|
-
scalePadding: 0
|
1468
|
-
}
|
1469
|
-
}
|
1470
|
-
],
|
1471
|
-
separateGrid: !0
|
1472
|
-
// container: {
|
1473
|
-
// rowAmount: 2,
|
1474
|
-
// columnAmount: 2,
|
1475
|
-
// }
|
1476
|
-
},
|
1477
|
-
allPluginParams: {
|
1478
|
-
...i,
|
1479
|
-
MultiGroupAxis: {
|
1480
|
-
tickTextRotate: -30,
|
1481
|
-
gridIndexes: [0, 1, 2, 3]
|
1482
|
-
},
|
1483
|
-
MultiValueAxis: {
|
1484
|
-
gridIndexes: [0, 1, 2, 3]
|
1485
|
-
},
|
1486
|
-
MultiValueStackAxis: {
|
1487
|
-
gridIndexes: [0, 1, 2, 3]
|
1488
|
-
},
|
1489
|
-
MultiBars: {
|
1490
|
-
gridIndexes: [0, 1, 2, 3]
|
1491
|
-
},
|
1492
|
-
MultiBarStack: {
|
1493
|
-
gridIndexes: [0, 1, 2, 3]
|
1494
|
-
},
|
1495
|
-
MultiBarsTriangle: {
|
1496
|
-
gridIndexes: [0, 1, 2, 3]
|
1497
|
-
},
|
1498
|
-
MultiLines: {
|
1499
|
-
gridIndexes: [0, 1, 2, 3]
|
1500
|
-
},
|
1501
|
-
MultiLineAreas: {
|
1502
|
-
gridIndexes: [0, 1, 2, 3]
|
1503
|
-
},
|
1504
|
-
MultiDots: {
|
1505
|
-
gridIndexes: [0, 1, 2, 3]
|
1506
|
-
},
|
1507
|
-
MultiGridLegend: {
|
1508
|
-
position: "bottom",
|
1509
|
-
justify: "center",
|
1510
|
-
padding: 14,
|
1511
|
-
gridList: [
|
1512
1242
|
{
|
1513
1243
|
listRectHeight: 2
|
1514
1244
|
},
|
@@ -1524,9 +1254,9 @@ const t = {
|
|
1524
1254
|
]
|
1525
1255
|
}
|
1526
1256
|
}
|
1527
|
-
},
|
1528
|
-
name: "
|
1529
|
-
description: "
|
1257
|
+
}, Z = {
|
1258
|
+
name: "PRESET_MULTI_LINES_SEPARATE_GRID",
|
1259
|
+
description: "多組分開折線圖表",
|
1530
1260
|
chartParams: {
|
1531
1261
|
padding: {
|
1532
1262
|
top: 60,
|
@@ -1539,34 +1269,34 @@ const t = {
|
|
1539
1269
|
separateGrid: !0
|
1540
1270
|
},
|
1541
1271
|
allPluginParams: {
|
1542
|
-
...
|
1272
|
+
...t,
|
1543
1273
|
MultiGroupAxis: {
|
1544
1274
|
tickTextRotate: -30,
|
1545
|
-
gridIndexes:
|
1275
|
+
gridIndexes: "all"
|
1546
1276
|
},
|
1547
1277
|
MultiValueAxis: {
|
1548
|
-
gridIndexes:
|
1278
|
+
gridIndexes: "all"
|
1549
1279
|
},
|
1550
1280
|
MultiValueStackAxis: {
|
1551
|
-
gridIndexes:
|
1281
|
+
gridIndexes: "all"
|
1552
1282
|
},
|
1553
1283
|
MultiBars: {
|
1554
|
-
gridIndexes:
|
1284
|
+
gridIndexes: "all"
|
1555
1285
|
},
|
1556
1286
|
MultiBarStack: {
|
1557
|
-
gridIndexes:
|
1287
|
+
gridIndexes: "all"
|
1558
1288
|
},
|
1559
1289
|
MultiBarsTriangle: {
|
1560
|
-
gridIndexes:
|
1290
|
+
gridIndexes: "all"
|
1561
1291
|
},
|
1562
1292
|
MultiLines: {
|
1563
|
-
gridIndexes:
|
1293
|
+
gridIndexes: "all"
|
1564
1294
|
},
|
1565
1295
|
MultiLineAreas: {
|
1566
|
-
gridIndexes:
|
1296
|
+
gridIndexes: "all"
|
1567
1297
|
},
|
1568
1298
|
MultiDots: {
|
1569
|
-
gridIndexes:
|
1299
|
+
gridIndexes: "all"
|
1570
1300
|
},
|
1571
1301
|
MultiGridLegend: {
|
1572
1302
|
position: "bottom",
|
@@ -1576,67 +1306,6 @@ const t = {
|
|
1576
1306
|
{
|
1577
1307
|
listRectHeight: 2
|
1578
1308
|
},
|
1579
|
-
{
|
1580
|
-
listRectHeight: 2
|
1581
|
-
},
|
1582
|
-
{
|
1583
|
-
listRectHeight: 2
|
1584
|
-
},
|
1585
|
-
{
|
1586
|
-
listRectHeight: 2
|
1587
|
-
}
|
1588
|
-
]
|
1589
|
-
}
|
1590
|
-
}
|
1591
|
-
}, z = {
|
1592
|
-
name: "PRESET_MULTI_LINES_3_GRID_SLOT",
|
1593
|
-
description: "3組折線圖表",
|
1594
|
-
chartParams: {
|
1595
|
-
padding: {
|
1596
|
-
top: 60,
|
1597
|
-
right: 60,
|
1598
|
-
bottom: 160,
|
1599
|
-
left: 60
|
1600
|
-
}
|
1601
|
-
},
|
1602
|
-
dataFormatter: {
|
1603
|
-
separateGrid: !0
|
1604
|
-
},
|
1605
|
-
allPluginParams: {
|
1606
|
-
...i,
|
1607
|
-
MultiGroupAxis: {
|
1608
|
-
tickTextRotate: -30,
|
1609
|
-
gridIndexes: [0, 1, 2]
|
1610
|
-
},
|
1611
|
-
MultiValueAxis: {
|
1612
|
-
gridIndexes: [0, 1, 2]
|
1613
|
-
},
|
1614
|
-
MultiValueStackAxis: {
|
1615
|
-
gridIndexes: [0, 1, 2]
|
1616
|
-
},
|
1617
|
-
MultiBars: {
|
1618
|
-
gridIndexes: [0, 1, 2]
|
1619
|
-
},
|
1620
|
-
MultiBarStack: {
|
1621
|
-
gridIndexes: [0, 1, 2]
|
1622
|
-
},
|
1623
|
-
MultiBarsTriangle: {
|
1624
|
-
gridIndexes: [0, 1, 2]
|
1625
|
-
},
|
1626
|
-
MultiLines: {
|
1627
|
-
gridIndexes: [0, 1, 2]
|
1628
|
-
},
|
1629
|
-
MultiLineAreas: {
|
1630
|
-
gridIndexes: [0, 1, 2]
|
1631
|
-
},
|
1632
|
-
MultiDots: {
|
1633
|
-
gridIndexes: [0, 1, 2]
|
1634
|
-
},
|
1635
|
-
MultiGridLegend: {
|
1636
|
-
position: "bottom",
|
1637
|
-
justify: "center",
|
1638
|
-
padding: 14,
|
1639
|
-
gridList: [
|
1640
1309
|
{
|
1641
1310
|
listRectHeight: 2
|
1642
1311
|
},
|
@@ -1646,61 +1315,6 @@ const t = {
|
|
1646
1315
|
{
|
1647
1316
|
listRectHeight: 2
|
1648
1317
|
},
|
1649
|
-
{
|
1650
|
-
listRectHeight: 2
|
1651
|
-
}
|
1652
|
-
]
|
1653
|
-
}
|
1654
|
-
}
|
1655
|
-
}, J = {
|
1656
|
-
name: "PRESET_MULTI_LINES_4_GRID_SLOT",
|
1657
|
-
description: "4組折線圖表",
|
1658
|
-
chartParams: {
|
1659
|
-
padding: {
|
1660
|
-
top: 60,
|
1661
|
-
right: 60,
|
1662
|
-
bottom: 160,
|
1663
|
-
left: 60
|
1664
|
-
}
|
1665
|
-
},
|
1666
|
-
dataFormatter: {
|
1667
|
-
separateGrid: !0
|
1668
|
-
},
|
1669
|
-
allPluginParams: {
|
1670
|
-
...i,
|
1671
|
-
MultiGroupAxis: {
|
1672
|
-
tickTextRotate: -30,
|
1673
|
-
gridIndexes: [0, 1, 2, 3]
|
1674
|
-
},
|
1675
|
-
MultiValueAxis: {
|
1676
|
-
gridIndexes: [0, 1, 2, 3]
|
1677
|
-
},
|
1678
|
-
MultiValueStackAxis: {
|
1679
|
-
gridIndexes: [0, 1, 2, 3]
|
1680
|
-
},
|
1681
|
-
MultiBars: {
|
1682
|
-
gridIndexes: [0, 1, 2, 3]
|
1683
|
-
},
|
1684
|
-
MultiBarStack: {
|
1685
|
-
gridIndexes: [0, 1, 2, 3]
|
1686
|
-
},
|
1687
|
-
MultiBarsTriangle: {
|
1688
|
-
gridIndexes: [0, 1, 2, 3]
|
1689
|
-
},
|
1690
|
-
MultiLines: {
|
1691
|
-
gridIndexes: [0, 1, 2, 3]
|
1692
|
-
},
|
1693
|
-
MultiLineAreas: {
|
1694
|
-
gridIndexes: [0, 1, 2, 3]
|
1695
|
-
},
|
1696
|
-
MultiDots: {
|
1697
|
-
gridIndexes: [0, 1, 2, 3]
|
1698
|
-
},
|
1699
|
-
MultiGridLegend: {
|
1700
|
-
position: "bottom",
|
1701
|
-
justify: "center",
|
1702
|
-
padding: 14,
|
1703
|
-
gridList: [
|
1704
1318
|
{
|
1705
1319
|
listRectHeight: 2
|
1706
1320
|
},
|
@@ -1716,7 +1330,7 @@ const t = {
|
|
1716
1330
|
]
|
1717
1331
|
}
|
1718
1332
|
}
|
1719
|
-
},
|
1333
|
+
}, Y = {
|
1720
1334
|
name: "PRESET_TREE_BASIC",
|
1721
1335
|
description: "基本Tree參數",
|
1722
1336
|
chartParams: {
|
@@ -1728,7 +1342,7 @@ const t = {
|
|
1728
1342
|
}
|
1729
1343
|
},
|
1730
1344
|
allPluginParams: {
|
1731
|
-
...
|
1345
|
+
...t,
|
1732
1346
|
TreeMap: {},
|
1733
1347
|
TreeLegend: {
|
1734
1348
|
position: "bottom",
|
@@ -1738,51 +1352,45 @@ const t = {
|
|
1738
1352
|
}
|
1739
1353
|
};
|
1740
1354
|
export {
|
1741
|
-
|
1742
|
-
|
1743
|
-
|
1744
|
-
|
1745
|
-
|
1746
|
-
|
1747
|
-
|
1355
|
+
A as PRESET_BARS_HORIZONTAL_AND_ROUND,
|
1356
|
+
P as PRESET_BARS_HORIZONTAL_AND_THIN,
|
1357
|
+
c as PRESET_BARS_ROUND,
|
1358
|
+
m as PRESET_BARS_THIN,
|
1359
|
+
o as PRESET_BUBBLES_SCALING_BY_RADIUS,
|
1360
|
+
n as PRESET_BUBBLES_SEPARATE_SERIES,
|
1361
|
+
I as PRESET_GRID_BASIC,
|
1748
1362
|
T as PRESET_GRID_HORIZONTAL,
|
1749
|
-
|
1750
|
-
|
1751
|
-
|
1752
|
-
|
1753
|
-
|
1363
|
+
L as PRESET_GRID_PN_SCALE,
|
1364
|
+
h as PRESET_GRID_ROTATE_AXIS_LABEL,
|
1365
|
+
x as PRESET_GRID_SEPARATE_SERIES,
|
1366
|
+
H as PRESET_LINES_BASIC,
|
1367
|
+
O as PRESET_LINES_CURVE,
|
1754
1368
|
U as PRESET_LINES_HIGHLIGHT_GROUP_DOTS,
|
1755
1369
|
V as PRESET_LINES_HORIZONTAL,
|
1756
|
-
|
1757
|
-
|
1758
|
-
|
1370
|
+
y as PRESET_LINES_LOOSE_TICKS,
|
1371
|
+
C as PRESET_LINES_ROTATE_AXIS_LABEL,
|
1372
|
+
k as PRESET_LINES_WITH_SOLID_DOTS,
|
1759
1373
|
G as PRESET_LINE_AREAS_BASIC,
|
1760
|
-
|
1761
|
-
|
1374
|
+
b as PRESET_LINE_AREAS_CURVE,
|
1375
|
+
M as PRESET_LINE_AREAS_HIGHLIGHT_GROUP_DOTS,
|
1762
1376
|
D as PRESET_LINE_AREAS_HORIZONTAL,
|
1763
|
-
|
1764
|
-
|
1765
|
-
|
1766
|
-
|
1767
|
-
v as
|
1768
|
-
|
1769
|
-
|
1770
|
-
|
1771
|
-
|
1772
|
-
|
1773
|
-
|
1774
|
-
J as PRESET_MULTI_LINES_4_GRID_SLOT,
|
1775
|
-
Y as PRESET_MULTI_LINE_AREAS_2_GRID_SLOT,
|
1776
|
-
w as PRESET_MULTI_LINE_AREAS_3_GRID_SLOT,
|
1777
|
-
K as PRESET_MULTI_LINE_AREAS_4_GRID_SLOT,
|
1778
|
-
o as PRESET_PIE_DONUT,
|
1779
|
-
l as PRESET_PIE_HALF_DONUT,
|
1377
|
+
N as PRESET_LINE_AREAS_LOOSE_TICKS,
|
1378
|
+
f as PRESET_LINE_AREAS_ROTATE_AXIS_LABEL,
|
1379
|
+
B as PRESET_LINE_AREAS_SEPARATE_SERIES,
|
1380
|
+
j as PRESET_MULTI_GRID_BASIC,
|
1381
|
+
v as PRESET_MULTI_GRID_DIVERGING,
|
1382
|
+
F as PRESET_MULTI_GRID_ROUND_STYLE,
|
1383
|
+
W as PRESET_MULTI_GRID_SEPARATE_GRID,
|
1384
|
+
Z as PRESET_MULTI_LINES_SEPARATE_GRID,
|
1385
|
+
X as PRESET_MULTI_LINE_AREAS_SEPARATE_GRID,
|
1386
|
+
l as PRESET_PIE_DONUT,
|
1387
|
+
d as PRESET_PIE_HALF_DONUT,
|
1780
1388
|
g as PRESET_PIE_WITH_INNER_LABELS,
|
1781
|
-
|
1782
|
-
|
1783
|
-
|
1784
|
-
|
1785
|
-
|
1389
|
+
E as PRESET_ROSE_SCALING_BY_RADIUS,
|
1390
|
+
u as PRESET_SERIES_BASIC,
|
1391
|
+
S as PRESET_SERIES_DESC,
|
1392
|
+
_ as PRESET_SERIES_SEPARATE_SERIES,
|
1393
|
+
R as PRESET_SERIES_SEPARATE_SERIES_AND_SUM_SERIES,
|
1786
1394
|
p as PRESET_SERIES_SUM_SERIES,
|
1787
|
-
|
1395
|
+
Y as PRESET_TREE_BASIC
|
1788
1396
|
};
|