@ecan-bi/datav 1.3.74 → 1.3.76

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecan-bi/datav",
3
- "version": "1.3.74",
3
+ "version": "1.3.76",
4
4
  "main": "dist/index.umd.js",
5
5
  "module": "dist/index.es.js",
6
6
  "types": "types/index.d.ts",
@@ -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;