@visactor/vchart 1.3.1-test.4 → 1.3.1-test.5
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.js +1 -1
- package/build/index.min.js +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/cjs/chart/util.js +2 -1
- package/cjs/component/index.js +1 -2
- package/cjs/constant/hierarchy.js +2 -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/data/initialize.js +1 -2
- package/cjs/series/mixin/constant.js +30 -5
- package/cjs/series/mixin/constant.js.map +1 -1
- package/esm/chart/util.js +2 -1
- package/esm/component/index.js +1 -2
- package/esm/constant/hierarchy.js +2 -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/data/initialize.js +1 -2
- package/esm/series/mixin/constant.js +5 -5
- package/esm/series/mixin/constant.js.map +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -61733,7 +61733,7 @@
|
|
|
61733
61733
|
VChart.useMark([ComponentMark, GroupMark, ImageMark]);
|
|
61734
61734
|
Factory.registerRegion('region', Region);
|
|
61735
61735
|
Factory.registerLayout('base', Layout);
|
|
61736
|
-
const version = "1.3.1-test.
|
|
61736
|
+
const version = "1.3.1-test.4";
|
|
61737
61737
|
Logger.getInstance(LoggerLevel.Error);
|
|
61738
61738
|
|
|
61739
61739
|
const Appear_ClipIn$1 = {
|