@visactor/vchart 1.13.13-alpha.3 → 1.13.13
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/component/util.js +1 -2
- package/cjs/constant/funnel.js +2 -1
- package/cjs/constant/sunburst.js +1 -2
- 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/interface.js +2 -1
- package/esm/component/util.js +1 -2
- package/esm/constant/funnel.js +2 -1
- package/esm/constant/sunburst.js +1 -2
- 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/interface.js +2 -1
- package/package.json +15 -15
package/build/index.es.js
CHANGED
|
@@ -64240,7 +64240,7 @@ const registerVChartCore = () => {
|
|
|
64240
64240
|
};
|
|
64241
64241
|
registerVChartCore();
|
|
64242
64242
|
|
|
64243
|
-
const version = "1.13.13
|
|
64243
|
+
const version = "1.13.13";
|
|
64244
64244
|
|
|
64245
64245
|
const addVChartProperty = (data, op) => {
|
|
64246
64246
|
const context = op.beforeCall();
|
package/build/index.js
CHANGED
|
@@ -64246,7 +64246,7 @@ C0.3-1.4,0.3-1.4,0.3-1.4z;`;
|
|
|
64246
64246
|
};
|
|
64247
64247
|
registerVChartCore();
|
|
64248
64248
|
|
|
64249
|
-
const version = "1.13.13
|
|
64249
|
+
const version = "1.13.13";
|
|
64250
64250
|
|
|
64251
64251
|
const addVChartProperty = (data, op) => {
|
|
64252
64252
|
const context = op.beforeCall();
|