@visactor/react-vchart 2.0.23-alpha.5 → 2.0.23-alpha.7

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
@@ -60322,7 +60322,7 @@
60322
60322
  fieldsY = this._fieldY,
60323
60323
  fieldsX = this._fieldX;
60324
60324
  this._data.setTransform([{
60325
- type: "sampling",
60325
+ type: "dataSampling",
60326
60326
  size: "horizontal" === this._direction ? height : width,
60327
60327
  factor: this._spec.samplingFactor,
60328
60328
  yfield: "horizontal" === this._direction ? fieldsX[0] : fieldsY[0],
@@ -89281,7 +89281,7 @@
89281
89281
 
89282
89282
  const VChartSimple = createChart('VChartSimple');
89283
89283
 
89284
- const version = "2.0.22";
89284
+ const version = "2.0.23-alpha.5";
89285
89285
 
89286
89286
  exports.Area = Area;
89287
89287
  exports.AreaChart = AreaChart;