@visactor/vchart 1.13.8-alpha.6 → 1.13.8
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/build/es5/index.js +1 -1
- package/build/index.es.js +1 -1
- package/build/index.js +1 -1
- package/build/index.min.js +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/cjs/animation/utils.d.ts +2 -2
- package/cjs/chart/base/base-chart.d.ts +3 -3
- package/cjs/chart/base/base-chart.js.map +1 -1
- package/cjs/chart/interface/chart.d.ts +2 -2
- package/cjs/chart/interface/chart.js.map +1 -1
- package/cjs/compile/mark/compilable-mark.d.ts +2 -2
- package/cjs/compile/mark/compilable-mark.js.map +1 -1
- package/cjs/core/index.d.ts +1 -1
- package/cjs/core/index.js +1 -1
- package/cjs/core/index.js.map +1 -1
- package/cjs/core/vchart.js.map +1 -1
- package/esm/animation/utils.d.ts +2 -2
- package/esm/chart/base/base-chart.d.ts +3 -3
- package/esm/chart/base/base-chart.js.map +1 -1
- package/esm/chart/interface/chart.d.ts +2 -2
- package/esm/chart/interface/chart.js.map +1 -1
- package/esm/compile/mark/compilable-mark.d.ts +2 -2
- package/esm/compile/mark/compilable-mark.js.map +1 -1
- package/esm/core/index.d.ts +1 -1
- package/esm/core/index.js +1 -1
- package/esm/core/index.js.map +1 -1
- package/esm/core/vchart.js.map +1 -1
- package/package.json +2 -2
package/build/index.es.js
CHANGED
|
@@ -63656,7 +63656,7 @@ const registerVChartCore = () => {
|
|
|
63656
63656
|
};
|
|
63657
63657
|
registerVChartCore();
|
|
63658
63658
|
|
|
63659
|
-
const version = "1.13.8
|
|
63659
|
+
const version = "1.13.8";
|
|
63660
63660
|
|
|
63661
63661
|
const addVChartProperty = (data, op) => {
|
|
63662
63662
|
const context = op.beforeCall();
|
package/build/index.js
CHANGED
|
@@ -63662,7 +63662,7 @@ C0.3-1.4,0.3-1.4,0.3-1.4z;`;
|
|
|
63662
63662
|
};
|
|
63663
63663
|
registerVChartCore();
|
|
63664
63664
|
|
|
63665
|
-
const version = "1.13.8
|
|
63665
|
+
const version = "1.13.8";
|
|
63666
63666
|
|
|
63667
63667
|
const addVChartProperty = (data, op) => {
|
|
63668
63668
|
const context = op.beforeCall();
|