@ecan-bi/datav 1.3.73 → 1.3.75
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 +816 -802
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +14 -14
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +2 -2
- package/package.json +1 -1
- package/types/graph/scatter/Scatter.vue.d.ts +2 -0
- package/types/graph/scatter/index.d.ts +2 -0
package/package.json
CHANGED
|
@@ -491,6 +491,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
491
491
|
show: boolean;
|
|
492
492
|
};
|
|
493
493
|
name: string;
|
|
494
|
+
nameLocation: string;
|
|
494
495
|
nameTextStyle: {
|
|
495
496
|
fontSize: string;
|
|
496
497
|
color: string;
|
|
@@ -528,6 +529,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
528
529
|
onZero: boolean;
|
|
529
530
|
};
|
|
530
531
|
name: string;
|
|
532
|
+
nameLocation: string;
|
|
531
533
|
nameTextStyle: {
|
|
532
534
|
fontSize: string;
|
|
533
535
|
color: string;
|
|
@@ -491,6 +491,7 @@ export declare const EcanScatter: import('../../utils/withInstall').SFCWithInsta
|
|
|
491
491
|
show: boolean;
|
|
492
492
|
};
|
|
493
493
|
name: string;
|
|
494
|
+
nameLocation: string;
|
|
494
495
|
nameTextStyle: {
|
|
495
496
|
fontSize: string;
|
|
496
497
|
color: string;
|
|
@@ -528,6 +529,7 @@ export declare const EcanScatter: import('../../utils/withInstall').SFCWithInsta
|
|
|
528
529
|
onZero: boolean;
|
|
529
530
|
};
|
|
530
531
|
name: string;
|
|
532
|
+
nameLocation: string;
|
|
531
533
|
nameTextStyle: {
|
|
532
534
|
fontSize: string;
|
|
533
535
|
color: string;
|