@visactor/react-vchart 2.1.4-alpha.0 → 2.1.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
@@ -33487,7 +33487,7 @@
33487
33487
  }
33488
33488
 
33489
33489
  var _a;
33490
- const factoryRegistryKey = Symbol.for("@visactor/vchart/factory-registry@2.1.3"),
33490
+ const factoryRegistryKey = Symbol.for("@visactor/vchart/factory-registry@2.1.4"),
33491
33491
  globalFactoryRegistry = globalThis;
33492
33492
  const factoryRegistry = null !== (_a = globalFactoryRegistry[factoryRegistryKey]) && void 0 !== _a ? _a : globalFactoryRegistry[factoryRegistryKey] = {
33493
33493
  charts: {},
@@ -101208,7 +101208,7 @@
101208
101208
 
101209
101209
  const VChartSimple = createChart('VChartSimple');
101210
101210
 
101211
- const version = "2.1.3";
101211
+ const version = "2.1.4";
101212
101212
 
101213
101213
  exports.Area = Area;
101214
101214
  exports.AreaChart = AreaChart;