@visactor/vchart 1.4.1-alpha.1 → 1.4.1
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/core/index.d.ts +1 -1
- package/cjs/core/index.js +1 -1
- package/cjs/core/index.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/package.json +2 -2
package/build/index.js
CHANGED
|
@@ -63432,7 +63432,7 @@
|
|
|
63432
63432
|
VChart.useMark([ComponentMark, GroupMark, ImageMark]);
|
|
63433
63433
|
Factory.registerRegion('region', Region);
|
|
63434
63434
|
Factory.registerLayout('base', Layout);
|
|
63435
|
-
const version = "1.4.1
|
|
63435
|
+
const version = "1.4.1";
|
|
63436
63436
|
Logger.getInstance(LoggerLevel.Error);
|
|
63437
63437
|
|
|
63438
63438
|
const WordCloud3dAnimation = (params) => {
|