@visactor/vchart 1.2.2-beta.1 → 1.2.2
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/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 +3 -3
package/build/index.js
CHANGED
|
@@ -58422,7 +58422,7 @@
|
|
|
58422
58422
|
VChart.useMark([ComponentMark, GroupMark, ImageMark]);
|
|
58423
58423
|
Factory.registerRegion('region', Region);
|
|
58424
58424
|
Factory.registerLayout('base', Layout);
|
|
58425
|
-
const version = "1.2.2
|
|
58425
|
+
const version = "1.2.2";
|
|
58426
58426
|
Logger.getInstance(LoggerLevel.Error);
|
|
58427
58427
|
|
|
58428
58428
|
var SeriesMarkNameEnum;
|