@visactor/vchart 1.2.4-hotfix.0 → 1.2.4

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
@@ -58466,7 +58466,7 @@
58466
58466
  VChart.useMark([ComponentMark, GroupMark, ImageMark]);
58467
58467
  Factory.registerRegion('region', Region);
58468
58468
  Factory.registerLayout('base', Layout);
58469
- const version = "1.2.4-hotfix.0";
58469
+ const version = "1.2.4";
58470
58470
  Logger.getInstance(LoggerLevel.Error);
58471
58471
 
58472
58472
  var SeriesMarkNameEnum;