@ecan-bi/datav 1.0.82 → 1.0.84
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 +335 -305
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +335 -305
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/types/graph/bar/Bar.vue.d.ts +57 -0
- package/types/graph/bar/index.d.ts +57 -0
- package/types/graph/bar/props.d.ts +30 -0
- package/types/graph/line/Line.vue.d.ts +15 -0
- package/types/graph/line/index.d.ts +15 -0
- package/types/graph/line/props.d.ts +8 -0
- package/types/graph/scatter/Scatter.vue.d.ts +15 -0
- package/types/graph/scatter/index.d.ts +15 -0
- package/types/graph/scatter/props.d.ts +8 -0
package/dist/style.css
CHANGED
package/package.json
CHANGED
|
@@ -224,6 +224,20 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
224
224
|
layer: "2";
|
|
225
225
|
};
|
|
226
226
|
};
|
|
227
|
+
xAxisLabelFormatter: {
|
|
228
|
+
type?: undefined;
|
|
229
|
+
default?: undefined;
|
|
230
|
+
} | {
|
|
231
|
+
type: any;
|
|
232
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
233
|
+
[key: string]: any;
|
|
234
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
235
|
+
[key: string]: any;
|
|
236
|
+
chartType: "bar";
|
|
237
|
+
plugin: "1";
|
|
238
|
+
layer: "2";
|
|
239
|
+
};
|
|
240
|
+
};
|
|
227
241
|
yAxisSplitLineShow: {
|
|
228
242
|
type?: undefined;
|
|
229
243
|
default?: undefined;
|
|
@@ -658,6 +672,20 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
658
672
|
layer: "2";
|
|
659
673
|
};
|
|
660
674
|
};
|
|
675
|
+
isStack: {
|
|
676
|
+
type?: undefined;
|
|
677
|
+
default?: undefined;
|
|
678
|
+
} | {
|
|
679
|
+
type: any;
|
|
680
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
681
|
+
[key: string]: any;
|
|
682
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
683
|
+
[key: string]: any;
|
|
684
|
+
chartType: "bar";
|
|
685
|
+
plugin: "1";
|
|
686
|
+
layer: "2";
|
|
687
|
+
};
|
|
688
|
+
};
|
|
661
689
|
id: {
|
|
662
690
|
type?: undefined;
|
|
663
691
|
default?: undefined;
|
|
@@ -1097,6 +1125,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1097
1125
|
overflow: string | number | boolean | {
|
|
1098
1126
|
[key: string]: any;
|
|
1099
1127
|
};
|
|
1128
|
+
formatter(value: string): string;
|
|
1100
1129
|
};
|
|
1101
1130
|
axisLine: {
|
|
1102
1131
|
lineStyle: {
|
|
@@ -1376,6 +1405,20 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1376
1405
|
layer: "2";
|
|
1377
1406
|
};
|
|
1378
1407
|
};
|
|
1408
|
+
xAxisLabelFormatter: {
|
|
1409
|
+
type?: undefined;
|
|
1410
|
+
default?: undefined;
|
|
1411
|
+
} | {
|
|
1412
|
+
type: any;
|
|
1413
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1414
|
+
[key: string]: any;
|
|
1415
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1416
|
+
[key: string]: any;
|
|
1417
|
+
chartType: "bar";
|
|
1418
|
+
plugin: "1";
|
|
1419
|
+
layer: "2";
|
|
1420
|
+
};
|
|
1421
|
+
};
|
|
1379
1422
|
yAxisSplitLineShow: {
|
|
1380
1423
|
type?: undefined;
|
|
1381
1424
|
default?: undefined;
|
|
@@ -1810,6 +1853,20 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1810
1853
|
layer: "2";
|
|
1811
1854
|
};
|
|
1812
1855
|
};
|
|
1856
|
+
isStack: {
|
|
1857
|
+
type?: undefined;
|
|
1858
|
+
default?: undefined;
|
|
1859
|
+
} | {
|
|
1860
|
+
type: any;
|
|
1861
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1862
|
+
[key: string]: any;
|
|
1863
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1864
|
+
[key: string]: any;
|
|
1865
|
+
chartType: "bar";
|
|
1866
|
+
plugin: "1";
|
|
1867
|
+
layer: "2";
|
|
1868
|
+
};
|
|
1869
|
+
};
|
|
1813
1870
|
id: {
|
|
1814
1871
|
type?: undefined;
|
|
1815
1872
|
default?: undefined;
|
|
@@ -223,6 +223,20 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
223
223
|
layer: "2";
|
|
224
224
|
};
|
|
225
225
|
};
|
|
226
|
+
xAxisLabelFormatter: {
|
|
227
|
+
type?: undefined;
|
|
228
|
+
default?: undefined;
|
|
229
|
+
} | {
|
|
230
|
+
type: any;
|
|
231
|
+
default: string | number | boolean | string[] | import("../../_utils/props").Events | {
|
|
232
|
+
[key: string]: any;
|
|
233
|
+
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
234
|
+
[key: string]: any;
|
|
235
|
+
chartType: "bar";
|
|
236
|
+
plugin: "1";
|
|
237
|
+
layer: "2";
|
|
238
|
+
};
|
|
239
|
+
};
|
|
226
240
|
yAxisSplitLineShow: {
|
|
227
241
|
type?: undefined;
|
|
228
242
|
default?: undefined;
|
|
@@ -657,6 +671,20 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
657
671
|
layer: "2";
|
|
658
672
|
};
|
|
659
673
|
};
|
|
674
|
+
isStack: {
|
|
675
|
+
type?: undefined;
|
|
676
|
+
default?: undefined;
|
|
677
|
+
} | {
|
|
678
|
+
type: any;
|
|
679
|
+
default: string | number | boolean | string[] | import("../../_utils/props").Events | {
|
|
680
|
+
[key: string]: any;
|
|
681
|
+
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
682
|
+
[key: string]: any;
|
|
683
|
+
chartType: "bar";
|
|
684
|
+
plugin: "1";
|
|
685
|
+
layer: "2";
|
|
686
|
+
};
|
|
687
|
+
};
|
|
660
688
|
id: {
|
|
661
689
|
type?: undefined;
|
|
662
690
|
default?: undefined;
|
|
@@ -1096,6 +1124,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1096
1124
|
overflow: string | number | boolean | {
|
|
1097
1125
|
[key: string]: any;
|
|
1098
1126
|
};
|
|
1127
|
+
formatter(value: string): string;
|
|
1099
1128
|
};
|
|
1100
1129
|
axisLine: {
|
|
1101
1130
|
lineStyle: {
|
|
@@ -1375,6 +1404,20 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1375
1404
|
layer: "2";
|
|
1376
1405
|
};
|
|
1377
1406
|
};
|
|
1407
|
+
xAxisLabelFormatter: {
|
|
1408
|
+
type?: undefined;
|
|
1409
|
+
default?: undefined;
|
|
1410
|
+
} | {
|
|
1411
|
+
type: any;
|
|
1412
|
+
default: string | number | boolean | string[] | import("../../_utils/props").Events | {
|
|
1413
|
+
[key: string]: any;
|
|
1414
|
+
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1415
|
+
[key: string]: any;
|
|
1416
|
+
chartType: "bar";
|
|
1417
|
+
plugin: "1";
|
|
1418
|
+
layer: "2";
|
|
1419
|
+
};
|
|
1420
|
+
};
|
|
1378
1421
|
yAxisSplitLineShow: {
|
|
1379
1422
|
type?: undefined;
|
|
1380
1423
|
default?: undefined;
|
|
@@ -1809,6 +1852,20 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1809
1852
|
layer: "2";
|
|
1810
1853
|
};
|
|
1811
1854
|
};
|
|
1855
|
+
isStack: {
|
|
1856
|
+
type?: undefined;
|
|
1857
|
+
default?: undefined;
|
|
1858
|
+
} | {
|
|
1859
|
+
type: any;
|
|
1860
|
+
default: string | number | boolean | string[] | import("../../_utils/props").Events | {
|
|
1861
|
+
[key: string]: any;
|
|
1862
|
+
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1863
|
+
[key: string]: any;
|
|
1864
|
+
chartType: "bar";
|
|
1865
|
+
plugin: "1";
|
|
1866
|
+
layer: "2";
|
|
1867
|
+
};
|
|
1868
|
+
};
|
|
1812
1869
|
id: {
|
|
1813
1870
|
type?: undefined;
|
|
1814
1871
|
default?: undefined;
|
|
@@ -16,6 +16,7 @@ export interface BarProps extends Props {
|
|
|
16
16
|
xAxisLabelRotate: number;
|
|
17
17
|
xAxisLineStyleColor: string;
|
|
18
18
|
xAxisTickShow: boolean;
|
|
19
|
+
xAxisLabelFormatter: string;
|
|
19
20
|
yAxisSplitLineShow: boolean;
|
|
20
21
|
xAxisSplitLineStyleColor: string;
|
|
21
22
|
yAxisSplitLineStyleColor: string;
|
|
@@ -52,6 +53,7 @@ export interface BarProps extends Props {
|
|
|
52
53
|
toolboxInfoText: string;
|
|
53
54
|
isUseHorizontalAxis: boolean;
|
|
54
55
|
axisInverse: boolean;
|
|
56
|
+
isStack: boolean;
|
|
55
57
|
}
|
|
56
58
|
export declare const barProps: BarProps;
|
|
57
59
|
export declare const barComponentProps: {
|
|
@@ -279,6 +281,20 @@ export declare const barComponentProps: {
|
|
|
279
281
|
layer: '2';
|
|
280
282
|
};
|
|
281
283
|
};
|
|
284
|
+
xAxisLabelFormatter: {
|
|
285
|
+
type?: undefined;
|
|
286
|
+
default?: undefined;
|
|
287
|
+
} | {
|
|
288
|
+
type: any;
|
|
289
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
290
|
+
[key: string]: any;
|
|
291
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
292
|
+
[key: string]: any;
|
|
293
|
+
chartType: 'bar';
|
|
294
|
+
plugin: '1';
|
|
295
|
+
layer: '2';
|
|
296
|
+
};
|
|
297
|
+
};
|
|
282
298
|
yAxisSplitLineShow: {
|
|
283
299
|
type?: undefined;
|
|
284
300
|
default?: undefined;
|
|
@@ -713,6 +729,20 @@ export declare const barComponentProps: {
|
|
|
713
729
|
layer: '2';
|
|
714
730
|
};
|
|
715
731
|
};
|
|
732
|
+
isStack: {
|
|
733
|
+
type?: undefined;
|
|
734
|
+
default?: undefined;
|
|
735
|
+
} | {
|
|
736
|
+
type: any;
|
|
737
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
738
|
+
[key: string]: any;
|
|
739
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
740
|
+
[key: string]: any;
|
|
741
|
+
chartType: 'bar';
|
|
742
|
+
plugin: '1';
|
|
743
|
+
layer: '2';
|
|
744
|
+
};
|
|
745
|
+
};
|
|
716
746
|
id: {
|
|
717
747
|
type?: undefined;
|
|
718
748
|
default?: undefined;
|
|
@@ -118,6 +118,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
118
118
|
type: any;
|
|
119
119
|
default: any;
|
|
120
120
|
};
|
|
121
|
+
xAxisLabelFormatter: {
|
|
122
|
+
type?: undefined;
|
|
123
|
+
default?: undefined;
|
|
124
|
+
} | {
|
|
125
|
+
type: any;
|
|
126
|
+
default: any;
|
|
127
|
+
};
|
|
121
128
|
yAxisSplitLineShow: {
|
|
122
129
|
type?: undefined;
|
|
123
130
|
default?: undefined;
|
|
@@ -495,6 +502,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
495
502
|
};
|
|
496
503
|
axisLabel: {
|
|
497
504
|
color: any;
|
|
505
|
+
formatter(value: string): string;
|
|
498
506
|
};
|
|
499
507
|
axisLine: {
|
|
500
508
|
lineStyle: {
|
|
@@ -661,6 +669,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
661
669
|
type: any;
|
|
662
670
|
default: any;
|
|
663
671
|
};
|
|
672
|
+
xAxisLabelFormatter: {
|
|
673
|
+
type?: undefined;
|
|
674
|
+
default?: undefined;
|
|
675
|
+
} | {
|
|
676
|
+
type: any;
|
|
677
|
+
default: any;
|
|
678
|
+
};
|
|
664
679
|
yAxisSplitLineShow: {
|
|
665
680
|
type?: undefined;
|
|
666
681
|
default?: undefined;
|
|
@@ -118,6 +118,13 @@ export declare const EcanLine: import("../../_utils/withInstall").SFCWithInstall
|
|
|
118
118
|
type: any;
|
|
119
119
|
default: any;
|
|
120
120
|
};
|
|
121
|
+
xAxisLabelFormatter: {
|
|
122
|
+
type?: undefined;
|
|
123
|
+
default?: undefined;
|
|
124
|
+
} | {
|
|
125
|
+
type: any;
|
|
126
|
+
default: any;
|
|
127
|
+
};
|
|
121
128
|
yAxisSplitLineShow: {
|
|
122
129
|
type?: undefined;
|
|
123
130
|
default?: undefined;
|
|
@@ -495,6 +502,7 @@ export declare const EcanLine: import("../../_utils/withInstall").SFCWithInstall
|
|
|
495
502
|
};
|
|
496
503
|
axisLabel: {
|
|
497
504
|
color: any;
|
|
505
|
+
formatter(value: string): string;
|
|
498
506
|
};
|
|
499
507
|
axisLine: {
|
|
500
508
|
lineStyle: {
|
|
@@ -661,6 +669,13 @@ export declare const EcanLine: import("../../_utils/withInstall").SFCWithInstall
|
|
|
661
669
|
type: any;
|
|
662
670
|
default: any;
|
|
663
671
|
};
|
|
672
|
+
xAxisLabelFormatter: {
|
|
673
|
+
type?: undefined;
|
|
674
|
+
default?: undefined;
|
|
675
|
+
} | {
|
|
676
|
+
type: any;
|
|
677
|
+
default: any;
|
|
678
|
+
};
|
|
664
679
|
yAxisSplitLineShow: {
|
|
665
680
|
type?: undefined;
|
|
666
681
|
default?: undefined;
|
|
@@ -17,6 +17,7 @@ export interface LineProps extends Props {
|
|
|
17
17
|
xAxisLineStyleColor: string;
|
|
18
18
|
xAxisSplitLineStyleColor: string;
|
|
19
19
|
xAxisTickShow: boolean;
|
|
20
|
+
xAxisLabelFormatter: string;
|
|
20
21
|
yAxisSplitLineShow: boolean;
|
|
21
22
|
yAxisSplitLineStyleColor: string;
|
|
22
23
|
yAxisLabelColor: string;
|
|
@@ -163,6 +164,13 @@ export declare const lineComponentProps: {
|
|
|
163
164
|
type: any;
|
|
164
165
|
default: any;
|
|
165
166
|
};
|
|
167
|
+
xAxisLabelFormatter: {
|
|
168
|
+
type?: undefined;
|
|
169
|
+
default?: undefined;
|
|
170
|
+
} | {
|
|
171
|
+
type: any;
|
|
172
|
+
default: any;
|
|
173
|
+
};
|
|
166
174
|
yAxisSplitLineShow: {
|
|
167
175
|
type?: undefined;
|
|
168
176
|
default?: undefined;
|
|
@@ -111,6 +111,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
111
111
|
type: any;
|
|
112
112
|
default: any;
|
|
113
113
|
};
|
|
114
|
+
xAxisLabelFormatter: {
|
|
115
|
+
type?: undefined;
|
|
116
|
+
default?: undefined;
|
|
117
|
+
} | {
|
|
118
|
+
type: any;
|
|
119
|
+
default: any;
|
|
120
|
+
};
|
|
114
121
|
yAxisSplitLineShow: {
|
|
115
122
|
type?: undefined;
|
|
116
123
|
default?: undefined;
|
|
@@ -470,6 +477,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
470
477
|
};
|
|
471
478
|
axisLabel: {
|
|
472
479
|
color: any;
|
|
480
|
+
formatter(value: string): string;
|
|
473
481
|
};
|
|
474
482
|
axisLine: {
|
|
475
483
|
lineStyle: {
|
|
@@ -637,6 +645,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
637
645
|
type: any;
|
|
638
646
|
default: any;
|
|
639
647
|
};
|
|
648
|
+
xAxisLabelFormatter: {
|
|
649
|
+
type?: undefined;
|
|
650
|
+
default?: undefined;
|
|
651
|
+
} | {
|
|
652
|
+
type: any;
|
|
653
|
+
default: any;
|
|
654
|
+
};
|
|
640
655
|
yAxisSplitLineShow: {
|
|
641
656
|
type?: undefined;
|
|
642
657
|
default?: undefined;
|
|
@@ -111,6 +111,13 @@ export declare const EcanScatter: import("../../_utils/withInstall").SFCWithInst
|
|
|
111
111
|
type: any;
|
|
112
112
|
default: any;
|
|
113
113
|
};
|
|
114
|
+
xAxisLabelFormatter: {
|
|
115
|
+
type?: undefined;
|
|
116
|
+
default?: undefined;
|
|
117
|
+
} | {
|
|
118
|
+
type: any;
|
|
119
|
+
default: any;
|
|
120
|
+
};
|
|
114
121
|
yAxisSplitLineShow: {
|
|
115
122
|
type?: undefined;
|
|
116
123
|
default?: undefined;
|
|
@@ -470,6 +477,7 @@ export declare const EcanScatter: import("../../_utils/withInstall").SFCWithInst
|
|
|
470
477
|
};
|
|
471
478
|
axisLabel: {
|
|
472
479
|
color: any;
|
|
480
|
+
formatter(value: string): string;
|
|
473
481
|
};
|
|
474
482
|
axisLine: {
|
|
475
483
|
lineStyle: {
|
|
@@ -637,6 +645,13 @@ export declare const EcanScatter: import("../../_utils/withInstall").SFCWithInst
|
|
|
637
645
|
type: any;
|
|
638
646
|
default: any;
|
|
639
647
|
};
|
|
648
|
+
xAxisLabelFormatter: {
|
|
649
|
+
type?: undefined;
|
|
650
|
+
default?: undefined;
|
|
651
|
+
} | {
|
|
652
|
+
type: any;
|
|
653
|
+
default: any;
|
|
654
|
+
};
|
|
640
655
|
yAxisSplitLineShow: {
|
|
641
656
|
type?: undefined;
|
|
642
657
|
default?: undefined;
|
|
@@ -16,6 +16,7 @@ export interface ScatterProps extends Props {
|
|
|
16
16
|
xAxisLabelColor: string;
|
|
17
17
|
xAxisLineStyleColor: string;
|
|
18
18
|
xAxisTickShow: boolean;
|
|
19
|
+
xAxisLabelFormatter: string;
|
|
19
20
|
yAxisSplitLineShow: boolean;
|
|
20
21
|
xAxisSplitLineStyleColor: string;
|
|
21
22
|
yAxisSplitLineStyleColor: string;
|
|
@@ -156,6 +157,13 @@ export declare const scatterComponentProps: {
|
|
|
156
157
|
type: any;
|
|
157
158
|
default: any;
|
|
158
159
|
};
|
|
160
|
+
xAxisLabelFormatter: {
|
|
161
|
+
type?: undefined;
|
|
162
|
+
default?: undefined;
|
|
163
|
+
} | {
|
|
164
|
+
type: any;
|
|
165
|
+
default: any;
|
|
166
|
+
};
|
|
159
167
|
yAxisSplitLineShow: {
|
|
160
168
|
type?: undefined;
|
|
161
169
|
default?: undefined;
|