@visactor/vchart 1.2.0 → 1.2.1-alpha.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/index.js CHANGED
@@ -58344,7 +58344,7 @@
58344
58344
  VChart.useMark([ComponentMark, GroupMark, ImageMark]);
58345
58345
  Factory.registerRegion('region', Region);
58346
58346
  Factory.registerLayout('base', Layout);
58347
- const version = "1.2.0";
58347
+ const version = "1.2.1-alpha.1";
58348
58348
  Logger.getInstance(LoggerLevel.Error);
58349
58349
 
58350
58350
  var SeriesMarkNameEnum;