@ecan-bi/datav 1.1.35 → 1.1.36
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/dist/index.es.js +1528 -1487
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +6 -6
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +2 -2
- package/package.json +1 -1
- package/types/control/date-picker/DatePicker.vue.d.ts +74 -55
- package/types/control/date-picker/index.d.ts +73 -55
- package/types/control/date-picker/props.d.ts +43 -27
- package/types/control/range-picker/RangePicker.vue.d.ts +79 -60
- package/types/control/range-picker/index.d.ts +78 -60
- package/types/control/range-picker/props.d.ts +40 -29
- package/types/graph/bar/Bar.vue.d.ts +128 -66
- package/types/graph/bar/index.d.ts +128 -66
- package/types/graph/bar/props.d.ts +66 -36
- package/types/graph/combo-graph/ComboGraph.vue.d.ts +30 -0
- package/types/graph/combo-graph/index.d.ts +30 -0
- package/types/graph/combo-graph/props.d.ts +16 -0
- package/types/graph/line/Line.vue.d.ts +2127 -271
- package/types/graph/line/index.d.ts +2127 -271
- package/types/graph/line/props.d.ts +1106 -122
- package/types/graph/pie/Pie.vue.d.ts +15 -0
- package/types/graph/pie/index.d.ts +15 -0
- package/types/graph/pie/props.d.ts +8 -0
- package/types/utils/util.d.ts +10 -0
|
@@ -237,7 +237,7 @@ export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<i
|
|
|
237
237
|
layer: "2";
|
|
238
238
|
};
|
|
239
239
|
};
|
|
240
|
-
|
|
240
|
+
xAxisSplitLineStyleColor: {
|
|
241
241
|
type?: undefined;
|
|
242
242
|
default?: undefined;
|
|
243
243
|
} | {
|
|
@@ -251,7 +251,7 @@ export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<i
|
|
|
251
251
|
layer: "2";
|
|
252
252
|
};
|
|
253
253
|
};
|
|
254
|
-
|
|
254
|
+
xAxisInverse: {
|
|
255
255
|
type?: undefined;
|
|
256
256
|
default?: undefined;
|
|
257
257
|
} | {
|
|
@@ -265,7 +265,7 @@ export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<i
|
|
|
265
265
|
layer: "2";
|
|
266
266
|
};
|
|
267
267
|
};
|
|
268
|
-
|
|
268
|
+
xAxisMinInterval: {
|
|
269
269
|
type?: undefined;
|
|
270
270
|
default?: undefined;
|
|
271
271
|
} | {
|
|
@@ -279,7 +279,7 @@ export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<i
|
|
|
279
279
|
layer: "2";
|
|
280
280
|
};
|
|
281
281
|
};
|
|
282
|
-
|
|
282
|
+
yAxisMinInterval: {
|
|
283
283
|
type?: undefined;
|
|
284
284
|
default?: undefined;
|
|
285
285
|
} | {
|
|
@@ -293,7 +293,63 @@ export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<i
|
|
|
293
293
|
layer: "2";
|
|
294
294
|
};
|
|
295
295
|
};
|
|
296
|
-
|
|
296
|
+
yAxisInverse: {
|
|
297
|
+
type?: undefined;
|
|
298
|
+
default?: undefined;
|
|
299
|
+
} | {
|
|
300
|
+
type: any;
|
|
301
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
302
|
+
[key: string]: any;
|
|
303
|
+
} | import("../../utils/props").RequestParams | {
|
|
304
|
+
[key: string]: any;
|
|
305
|
+
chartType: "bar";
|
|
306
|
+
plugin: "1";
|
|
307
|
+
layer: "2";
|
|
308
|
+
};
|
|
309
|
+
};
|
|
310
|
+
yAxisLabelWidth: {
|
|
311
|
+
type?: undefined;
|
|
312
|
+
default?: undefined;
|
|
313
|
+
} | {
|
|
314
|
+
type: any;
|
|
315
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
316
|
+
[key: string]: any;
|
|
317
|
+
} | import("../../utils/props").RequestParams | {
|
|
318
|
+
[key: string]: any;
|
|
319
|
+
chartType: "bar";
|
|
320
|
+
plugin: "1";
|
|
321
|
+
layer: "2";
|
|
322
|
+
};
|
|
323
|
+
};
|
|
324
|
+
yAxisLabelOverflow: {
|
|
325
|
+
type?: undefined;
|
|
326
|
+
default?: undefined;
|
|
327
|
+
} | {
|
|
328
|
+
type: any;
|
|
329
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
330
|
+
[key: string]: any;
|
|
331
|
+
} | import("../../utils/props").RequestParams | {
|
|
332
|
+
[key: string]: any;
|
|
333
|
+
chartType: "bar";
|
|
334
|
+
plugin: "1";
|
|
335
|
+
layer: "2";
|
|
336
|
+
};
|
|
337
|
+
};
|
|
338
|
+
yAxisLabelRotate: {
|
|
339
|
+
type?: undefined;
|
|
340
|
+
default?: undefined;
|
|
341
|
+
} | {
|
|
342
|
+
type: any;
|
|
343
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
344
|
+
[key: string]: any;
|
|
345
|
+
} | import("../../utils/props").RequestParams | {
|
|
346
|
+
[key: string]: any;
|
|
347
|
+
chartType: "bar";
|
|
348
|
+
plugin: "1";
|
|
349
|
+
layer: "2";
|
|
350
|
+
};
|
|
351
|
+
};
|
|
352
|
+
yAxisSplitLineShow: {
|
|
297
353
|
type?: undefined;
|
|
298
354
|
default?: undefined;
|
|
299
355
|
} | {
|
|
@@ -699,34 +755,6 @@ export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<i
|
|
|
699
755
|
layer: "2";
|
|
700
756
|
};
|
|
701
757
|
};
|
|
702
|
-
xAxisInverse: {
|
|
703
|
-
type?: undefined;
|
|
704
|
-
default?: undefined;
|
|
705
|
-
} | {
|
|
706
|
-
type: any;
|
|
707
|
-
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
708
|
-
[key: string]: any;
|
|
709
|
-
} | import("../../utils/props").RequestParams | {
|
|
710
|
-
[key: string]: any;
|
|
711
|
-
chartType: "bar";
|
|
712
|
-
plugin: "1";
|
|
713
|
-
layer: "2";
|
|
714
|
-
};
|
|
715
|
-
};
|
|
716
|
-
yAxisInverse: {
|
|
717
|
-
type?: undefined;
|
|
718
|
-
default?: undefined;
|
|
719
|
-
} | {
|
|
720
|
-
type: any;
|
|
721
|
-
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
722
|
-
[key: string]: any;
|
|
723
|
-
} | import("../../utils/props").RequestParams | {
|
|
724
|
-
[key: string]: any;
|
|
725
|
-
chartType: "bar";
|
|
726
|
-
plugin: "1";
|
|
727
|
-
layer: "2";
|
|
728
|
-
};
|
|
729
|
-
};
|
|
730
758
|
isStack: {
|
|
731
759
|
type?: undefined;
|
|
732
760
|
default?: undefined;
|
|
@@ -1212,6 +1240,9 @@ export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<i
|
|
|
1212
1240
|
inverse: string | number | boolean | {
|
|
1213
1241
|
[key: string]: any;
|
|
1214
1242
|
};
|
|
1243
|
+
minInterval: string | number | boolean | {
|
|
1244
|
+
[key: string]: any;
|
|
1245
|
+
};
|
|
1215
1246
|
splitLine: {
|
|
1216
1247
|
show: string | number | boolean | {
|
|
1217
1248
|
[key: string]: any;
|
|
@@ -1259,6 +1290,9 @@ export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<i
|
|
|
1259
1290
|
inverse: string | number | boolean | {
|
|
1260
1291
|
[key: string]: any;
|
|
1261
1292
|
};
|
|
1293
|
+
minInterval: string | number | boolean | {
|
|
1294
|
+
[key: string]: any;
|
|
1295
|
+
};
|
|
1262
1296
|
splitLine: {
|
|
1263
1297
|
show: string | number | boolean | {
|
|
1264
1298
|
[key: string]: any;
|
|
@@ -1539,7 +1573,7 @@ export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<i
|
|
|
1539
1573
|
layer: "2";
|
|
1540
1574
|
};
|
|
1541
1575
|
};
|
|
1542
|
-
|
|
1576
|
+
xAxisSplitLineStyleColor: {
|
|
1543
1577
|
type?: undefined;
|
|
1544
1578
|
default?: undefined;
|
|
1545
1579
|
} | {
|
|
@@ -1553,7 +1587,7 @@ export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<i
|
|
|
1553
1587
|
layer: "2";
|
|
1554
1588
|
};
|
|
1555
1589
|
};
|
|
1556
|
-
|
|
1590
|
+
xAxisInverse: {
|
|
1557
1591
|
type?: undefined;
|
|
1558
1592
|
default?: undefined;
|
|
1559
1593
|
} | {
|
|
@@ -1567,7 +1601,7 @@ export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<i
|
|
|
1567
1601
|
layer: "2";
|
|
1568
1602
|
};
|
|
1569
1603
|
};
|
|
1570
|
-
|
|
1604
|
+
xAxisMinInterval: {
|
|
1571
1605
|
type?: undefined;
|
|
1572
1606
|
default?: undefined;
|
|
1573
1607
|
} | {
|
|
@@ -1581,7 +1615,7 @@ export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<i
|
|
|
1581
1615
|
layer: "2";
|
|
1582
1616
|
};
|
|
1583
1617
|
};
|
|
1584
|
-
|
|
1618
|
+
yAxisMinInterval: {
|
|
1585
1619
|
type?: undefined;
|
|
1586
1620
|
default?: undefined;
|
|
1587
1621
|
} | {
|
|
@@ -1595,7 +1629,63 @@ export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<i
|
|
|
1595
1629
|
layer: "2";
|
|
1596
1630
|
};
|
|
1597
1631
|
};
|
|
1598
|
-
|
|
1632
|
+
yAxisInverse: {
|
|
1633
|
+
type?: undefined;
|
|
1634
|
+
default?: undefined;
|
|
1635
|
+
} | {
|
|
1636
|
+
type: any;
|
|
1637
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
1638
|
+
[key: string]: any;
|
|
1639
|
+
} | import("../../utils/props").RequestParams | {
|
|
1640
|
+
[key: string]: any;
|
|
1641
|
+
chartType: "bar";
|
|
1642
|
+
plugin: "1";
|
|
1643
|
+
layer: "2";
|
|
1644
|
+
};
|
|
1645
|
+
};
|
|
1646
|
+
yAxisLabelWidth: {
|
|
1647
|
+
type?: undefined;
|
|
1648
|
+
default?: undefined;
|
|
1649
|
+
} | {
|
|
1650
|
+
type: any;
|
|
1651
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
1652
|
+
[key: string]: any;
|
|
1653
|
+
} | import("../../utils/props").RequestParams | {
|
|
1654
|
+
[key: string]: any;
|
|
1655
|
+
chartType: "bar";
|
|
1656
|
+
plugin: "1";
|
|
1657
|
+
layer: "2";
|
|
1658
|
+
};
|
|
1659
|
+
};
|
|
1660
|
+
yAxisLabelOverflow: {
|
|
1661
|
+
type?: undefined;
|
|
1662
|
+
default?: undefined;
|
|
1663
|
+
} | {
|
|
1664
|
+
type: any;
|
|
1665
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
1666
|
+
[key: string]: any;
|
|
1667
|
+
} | import("../../utils/props").RequestParams | {
|
|
1668
|
+
[key: string]: any;
|
|
1669
|
+
chartType: "bar";
|
|
1670
|
+
plugin: "1";
|
|
1671
|
+
layer: "2";
|
|
1672
|
+
};
|
|
1673
|
+
};
|
|
1674
|
+
yAxisLabelRotate: {
|
|
1675
|
+
type?: undefined;
|
|
1676
|
+
default?: undefined;
|
|
1677
|
+
} | {
|
|
1678
|
+
type: any;
|
|
1679
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
1680
|
+
[key: string]: any;
|
|
1681
|
+
} | import("../../utils/props").RequestParams | {
|
|
1682
|
+
[key: string]: any;
|
|
1683
|
+
chartType: "bar";
|
|
1684
|
+
plugin: "1";
|
|
1685
|
+
layer: "2";
|
|
1686
|
+
};
|
|
1687
|
+
};
|
|
1688
|
+
yAxisSplitLineShow: {
|
|
1599
1689
|
type?: undefined;
|
|
1600
1690
|
default?: undefined;
|
|
1601
1691
|
} | {
|
|
@@ -2001,34 +2091,6 @@ export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<i
|
|
|
2001
2091
|
layer: "2";
|
|
2002
2092
|
};
|
|
2003
2093
|
};
|
|
2004
|
-
xAxisInverse: {
|
|
2005
|
-
type?: undefined;
|
|
2006
|
-
default?: undefined;
|
|
2007
|
-
} | {
|
|
2008
|
-
type: any;
|
|
2009
|
-
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
2010
|
-
[key: string]: any;
|
|
2011
|
-
} | import("../../utils/props").RequestParams | {
|
|
2012
|
-
[key: string]: any;
|
|
2013
|
-
chartType: "bar";
|
|
2014
|
-
plugin: "1";
|
|
2015
|
-
layer: "2";
|
|
2016
|
-
};
|
|
2017
|
-
};
|
|
2018
|
-
yAxisInverse: {
|
|
2019
|
-
type?: undefined;
|
|
2020
|
-
default?: undefined;
|
|
2021
|
-
} | {
|
|
2022
|
-
type: any;
|
|
2023
|
-
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
2024
|
-
[key: string]: any;
|
|
2025
|
-
} | import("../../utils/props").RequestParams | {
|
|
2026
|
-
[key: string]: any;
|
|
2027
|
-
chartType: "bar";
|
|
2028
|
-
plugin: "1";
|
|
2029
|
-
layer: "2";
|
|
2030
|
-
};
|
|
2031
|
-
};
|
|
2032
2094
|
isStack: {
|
|
2033
2095
|
type?: undefined;
|
|
2034
2096
|
default?: undefined;
|
|
@@ -17,11 +17,15 @@ export interface BarProps extends Props {
|
|
|
17
17
|
xAxisLineStyleColor: string;
|
|
18
18
|
xAxisTickShow: boolean;
|
|
19
19
|
xAxisLabelFormatter: string;
|
|
20
|
+
xAxisSplitLineStyleColor: string;
|
|
21
|
+
xAxisInverse: boolean;
|
|
22
|
+
xAxisMinInterval: number;
|
|
23
|
+
yAxisMinInterval: number;
|
|
24
|
+
yAxisInverse: boolean;
|
|
20
25
|
yAxisLabelWidth: number | undefined;
|
|
21
26
|
yAxisLabelOverflow: 'none' | 'truncate' | 'break' | 'breakAll';
|
|
22
27
|
yAxisLabelRotate: number;
|
|
23
28
|
yAxisSplitLineShow: boolean;
|
|
24
|
-
xAxisSplitLineStyleColor: string;
|
|
25
29
|
yAxisSplitLineStyleColor: string;
|
|
26
30
|
yAxisLabelColor: string;
|
|
27
31
|
yAxisLineStyleColor: string;
|
|
@@ -55,8 +59,6 @@ export interface BarProps extends Props {
|
|
|
55
59
|
toolboxInfoText: string;
|
|
56
60
|
isUseHorizontalAxis: boolean;
|
|
57
61
|
axisInverse: boolean;
|
|
58
|
-
xAxisInverse: boolean;
|
|
59
|
-
yAxisInverse: boolean;
|
|
60
62
|
isStack: boolean;
|
|
61
63
|
labelShow: boolean;
|
|
62
64
|
labelFontSize: string;
|
|
@@ -303,7 +305,7 @@ export declare const barComponentProps: {
|
|
|
303
305
|
layer: '2';
|
|
304
306
|
};
|
|
305
307
|
};
|
|
306
|
-
|
|
308
|
+
xAxisSplitLineStyleColor: {
|
|
307
309
|
type?: undefined;
|
|
308
310
|
default?: undefined;
|
|
309
311
|
} | {
|
|
@@ -317,7 +319,7 @@ export declare const barComponentProps: {
|
|
|
317
319
|
layer: '2';
|
|
318
320
|
};
|
|
319
321
|
};
|
|
320
|
-
|
|
322
|
+
xAxisInverse: {
|
|
321
323
|
type?: undefined;
|
|
322
324
|
default?: undefined;
|
|
323
325
|
} | {
|
|
@@ -331,7 +333,7 @@ export declare const barComponentProps: {
|
|
|
331
333
|
layer: '2';
|
|
332
334
|
};
|
|
333
335
|
};
|
|
334
|
-
|
|
336
|
+
xAxisMinInterval: {
|
|
335
337
|
type?: undefined;
|
|
336
338
|
default?: undefined;
|
|
337
339
|
} | {
|
|
@@ -345,7 +347,7 @@ export declare const barComponentProps: {
|
|
|
345
347
|
layer: '2';
|
|
346
348
|
};
|
|
347
349
|
};
|
|
348
|
-
|
|
350
|
+
yAxisMinInterval: {
|
|
349
351
|
type?: undefined;
|
|
350
352
|
default?: undefined;
|
|
351
353
|
} | {
|
|
@@ -359,7 +361,63 @@ export declare const barComponentProps: {
|
|
|
359
361
|
layer: '2';
|
|
360
362
|
};
|
|
361
363
|
};
|
|
362
|
-
|
|
364
|
+
yAxisInverse: {
|
|
365
|
+
type?: undefined;
|
|
366
|
+
default?: undefined;
|
|
367
|
+
} | {
|
|
368
|
+
type: any;
|
|
369
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
370
|
+
[key: string]: any;
|
|
371
|
+
} | import('../../utils/props').RequestParams | {
|
|
372
|
+
[key: string]: any;
|
|
373
|
+
chartType: 'bar';
|
|
374
|
+
plugin: '1';
|
|
375
|
+
layer: '2';
|
|
376
|
+
};
|
|
377
|
+
};
|
|
378
|
+
yAxisLabelWidth: {
|
|
379
|
+
type?: undefined;
|
|
380
|
+
default?: undefined;
|
|
381
|
+
} | {
|
|
382
|
+
type: any;
|
|
383
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
384
|
+
[key: string]: any;
|
|
385
|
+
} | import('../../utils/props').RequestParams | {
|
|
386
|
+
[key: string]: any;
|
|
387
|
+
chartType: 'bar';
|
|
388
|
+
plugin: '1';
|
|
389
|
+
layer: '2';
|
|
390
|
+
};
|
|
391
|
+
};
|
|
392
|
+
yAxisLabelOverflow: {
|
|
393
|
+
type?: undefined;
|
|
394
|
+
default?: undefined;
|
|
395
|
+
} | {
|
|
396
|
+
type: any;
|
|
397
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
398
|
+
[key: string]: any;
|
|
399
|
+
} | import('../../utils/props').RequestParams | {
|
|
400
|
+
[key: string]: any;
|
|
401
|
+
chartType: 'bar';
|
|
402
|
+
plugin: '1';
|
|
403
|
+
layer: '2';
|
|
404
|
+
};
|
|
405
|
+
};
|
|
406
|
+
yAxisLabelRotate: {
|
|
407
|
+
type?: undefined;
|
|
408
|
+
default?: undefined;
|
|
409
|
+
} | {
|
|
410
|
+
type: any;
|
|
411
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
412
|
+
[key: string]: any;
|
|
413
|
+
} | import('../../utils/props').RequestParams | {
|
|
414
|
+
[key: string]: any;
|
|
415
|
+
chartType: 'bar';
|
|
416
|
+
plugin: '1';
|
|
417
|
+
layer: '2';
|
|
418
|
+
};
|
|
419
|
+
};
|
|
420
|
+
yAxisSplitLineShow: {
|
|
363
421
|
type?: undefined;
|
|
364
422
|
default?: undefined;
|
|
365
423
|
} | {
|
|
@@ -765,34 +823,6 @@ export declare const barComponentProps: {
|
|
|
765
823
|
layer: '2';
|
|
766
824
|
};
|
|
767
825
|
};
|
|
768
|
-
xAxisInverse: {
|
|
769
|
-
type?: undefined;
|
|
770
|
-
default?: undefined;
|
|
771
|
-
} | {
|
|
772
|
-
type: any;
|
|
773
|
-
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
774
|
-
[key: string]: any;
|
|
775
|
-
} | import('../../utils/props').RequestParams | {
|
|
776
|
-
[key: string]: any;
|
|
777
|
-
chartType: 'bar';
|
|
778
|
-
plugin: '1';
|
|
779
|
-
layer: '2';
|
|
780
|
-
};
|
|
781
|
-
};
|
|
782
|
-
yAxisInverse: {
|
|
783
|
-
type?: undefined;
|
|
784
|
-
default?: undefined;
|
|
785
|
-
} | {
|
|
786
|
-
type: any;
|
|
787
|
-
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
788
|
-
[key: string]: any;
|
|
789
|
-
} | import('../../utils/props').RequestParams | {
|
|
790
|
-
[key: string]: any;
|
|
791
|
-
chartType: 'bar';
|
|
792
|
-
plugin: '1';
|
|
793
|
-
layer: '2';
|
|
794
|
-
};
|
|
795
|
-
};
|
|
796
826
|
isStack: {
|
|
797
827
|
type?: undefined;
|
|
798
828
|
default?: undefined;
|
|
@@ -69,6 +69,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
69
69
|
type: any;
|
|
70
70
|
default: any;
|
|
71
71
|
};
|
|
72
|
+
xAxisMinInterval: {
|
|
73
|
+
type?: undefined;
|
|
74
|
+
default?: undefined;
|
|
75
|
+
} | {
|
|
76
|
+
type: any;
|
|
77
|
+
default: any;
|
|
78
|
+
};
|
|
72
79
|
xAxisLabelColor: {
|
|
73
80
|
type?: undefined;
|
|
74
81
|
default?: undefined;
|
|
@@ -188,6 +195,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
188
195
|
type: any;
|
|
189
196
|
default: any;
|
|
190
197
|
};
|
|
198
|
+
yAxisMinInterval: {
|
|
199
|
+
type?: undefined;
|
|
200
|
+
default?: undefined;
|
|
201
|
+
} | {
|
|
202
|
+
type: any;
|
|
203
|
+
default: any;
|
|
204
|
+
};
|
|
191
205
|
graphicConfig?: {
|
|
192
206
|
type?: undefined;
|
|
193
207
|
default?: undefined;
|
|
@@ -543,6 +557,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
543
557
|
};
|
|
544
558
|
};
|
|
545
559
|
xAxis: {
|
|
560
|
+
minInterval: any;
|
|
546
561
|
type: string;
|
|
547
562
|
data: {
|
|
548
563
|
[x: string]: any;
|
|
@@ -567,6 +582,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
567
582
|
};
|
|
568
583
|
yAxis: {
|
|
569
584
|
type: string;
|
|
585
|
+
minInterval: any;
|
|
570
586
|
splitLine: {
|
|
571
587
|
show: any;
|
|
572
588
|
lineStyle: {
|
|
@@ -662,6 +678,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
662
678
|
type: any;
|
|
663
679
|
default: any;
|
|
664
680
|
};
|
|
681
|
+
xAxisMinInterval: {
|
|
682
|
+
type?: undefined;
|
|
683
|
+
default?: undefined;
|
|
684
|
+
} | {
|
|
685
|
+
type: any;
|
|
686
|
+
default: any;
|
|
687
|
+
};
|
|
665
688
|
xAxisLabelColor: {
|
|
666
689
|
type?: undefined;
|
|
667
690
|
default?: undefined;
|
|
@@ -781,6 +804,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
781
804
|
type: any;
|
|
782
805
|
default: any;
|
|
783
806
|
};
|
|
807
|
+
yAxisMinInterval: {
|
|
808
|
+
type?: undefined;
|
|
809
|
+
default?: undefined;
|
|
810
|
+
} | {
|
|
811
|
+
type: any;
|
|
812
|
+
default: any;
|
|
813
|
+
};
|
|
784
814
|
graphicConfig?: {
|
|
785
815
|
type?: undefined;
|
|
786
816
|
default?: undefined;
|
|
@@ -69,6 +69,13 @@ export declare const EcanComboGraph: import("../../utils/withInstall").SFCWithIn
|
|
|
69
69
|
type: any;
|
|
70
70
|
default: any;
|
|
71
71
|
};
|
|
72
|
+
xAxisMinInterval: {
|
|
73
|
+
type?: undefined;
|
|
74
|
+
default?: undefined;
|
|
75
|
+
} | {
|
|
76
|
+
type: any;
|
|
77
|
+
default: any;
|
|
78
|
+
};
|
|
72
79
|
xAxisLabelColor: {
|
|
73
80
|
type?: undefined;
|
|
74
81
|
default?: undefined;
|
|
@@ -188,6 +195,13 @@ export declare const EcanComboGraph: import("../../utils/withInstall").SFCWithIn
|
|
|
188
195
|
type: any;
|
|
189
196
|
default: any;
|
|
190
197
|
};
|
|
198
|
+
yAxisMinInterval: {
|
|
199
|
+
type?: undefined;
|
|
200
|
+
default?: undefined;
|
|
201
|
+
} | {
|
|
202
|
+
type: any;
|
|
203
|
+
default: any;
|
|
204
|
+
};
|
|
191
205
|
graphicConfig?: {
|
|
192
206
|
type?: undefined;
|
|
193
207
|
default?: undefined;
|
|
@@ -543,6 +557,7 @@ export declare const EcanComboGraph: import("../../utils/withInstall").SFCWithIn
|
|
|
543
557
|
};
|
|
544
558
|
};
|
|
545
559
|
xAxis: {
|
|
560
|
+
minInterval: any;
|
|
546
561
|
type: string;
|
|
547
562
|
data: {
|
|
548
563
|
[x: string]: any;
|
|
@@ -567,6 +582,7 @@ export declare const EcanComboGraph: import("../../utils/withInstall").SFCWithIn
|
|
|
567
582
|
};
|
|
568
583
|
yAxis: {
|
|
569
584
|
type: string;
|
|
585
|
+
minInterval: any;
|
|
570
586
|
splitLine: {
|
|
571
587
|
show: any;
|
|
572
588
|
lineStyle: {
|
|
@@ -662,6 +678,13 @@ export declare const EcanComboGraph: import("../../utils/withInstall").SFCWithIn
|
|
|
662
678
|
type: any;
|
|
663
679
|
default: any;
|
|
664
680
|
};
|
|
681
|
+
xAxisMinInterval: {
|
|
682
|
+
type?: undefined;
|
|
683
|
+
default?: undefined;
|
|
684
|
+
} | {
|
|
685
|
+
type: any;
|
|
686
|
+
default: any;
|
|
687
|
+
};
|
|
665
688
|
xAxisLabelColor: {
|
|
666
689
|
type?: undefined;
|
|
667
690
|
default?: undefined;
|
|
@@ -781,6 +804,13 @@ export declare const EcanComboGraph: import("../../utils/withInstall").SFCWithIn
|
|
|
781
804
|
type: any;
|
|
782
805
|
default: any;
|
|
783
806
|
};
|
|
807
|
+
yAxisMinInterval: {
|
|
808
|
+
type?: undefined;
|
|
809
|
+
default?: undefined;
|
|
810
|
+
} | {
|
|
811
|
+
type: any;
|
|
812
|
+
default: any;
|
|
813
|
+
};
|
|
784
814
|
graphicConfig?: {
|
|
785
815
|
type?: undefined;
|
|
786
816
|
default?: undefined;
|
|
@@ -10,6 +10,7 @@ export interface ComboGraphProps extends Props {
|
|
|
10
10
|
legendTop: 'top' | 'middle' | 'bottom';
|
|
11
11
|
legendOrient: 'vertical' | 'horizontal';
|
|
12
12
|
xAxisSplitLineShow: boolean;
|
|
13
|
+
xAxisMinInterval: number;
|
|
13
14
|
xAxisLabelColor: string;
|
|
14
15
|
xAxisLineStyleColor: string;
|
|
15
16
|
xAxisTickShow: boolean;
|
|
@@ -31,6 +32,7 @@ export interface ComboGraphProps extends Props {
|
|
|
31
32
|
yAxis: {
|
|
32
33
|
[key: string]: any;
|
|
33
34
|
}[];
|
|
35
|
+
yAxisMinInterval: number;
|
|
34
36
|
graphicConfig?: any;
|
|
35
37
|
gridContainLabel: boolean;
|
|
36
38
|
gridTop: string;
|
|
@@ -124,6 +126,13 @@ export declare const comboGraphComponentProps: {
|
|
|
124
126
|
type: any;
|
|
125
127
|
default: any;
|
|
126
128
|
};
|
|
129
|
+
xAxisMinInterval: {
|
|
130
|
+
type?: undefined;
|
|
131
|
+
default?: undefined;
|
|
132
|
+
} | {
|
|
133
|
+
type: any;
|
|
134
|
+
default: any;
|
|
135
|
+
};
|
|
127
136
|
xAxisLabelColor: {
|
|
128
137
|
type?: undefined;
|
|
129
138
|
default?: undefined;
|
|
@@ -243,6 +252,13 @@ export declare const comboGraphComponentProps: {
|
|
|
243
252
|
type: any;
|
|
244
253
|
default: any;
|
|
245
254
|
};
|
|
255
|
+
yAxisMinInterval: {
|
|
256
|
+
type?: undefined;
|
|
257
|
+
default?: undefined;
|
|
258
|
+
} | {
|
|
259
|
+
type: any;
|
|
260
|
+
default: any;
|
|
261
|
+
};
|
|
246
262
|
graphicConfig?: {
|
|
247
263
|
type?: undefined;
|
|
248
264
|
default?: undefined;
|