@visactor/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.es.js CHANGED
@@ -62179,7 +62179,7 @@ const lookup = (data, opt) => {
62179
62179
  });
62180
62180
  };
62181
62181
 
62182
- const version = "2.0.22";
62182
+ const version = "2.0.23-alpha.5";
62183
62183
 
62184
62184
  const addVChartProperty = (data, op) => {
62185
62185
  const context = op.beforeCall();
@@ -73676,7 +73676,7 @@ class BarSeries extends CartesianSeries {
73676
73676
  const fieldsX = this._fieldX;
73677
73677
  this._data.setTransform([
73678
73678
  {
73679
- type: 'sampling',
73679
+ type: 'dataSampling',
73680
73680
  size: this._direction === "horizontal" ? height : width,
73681
73681
  factor: this._spec.samplingFactor,
73682
73682
  yfield: this._direction === "horizontal" ? fieldsX[0] : fieldsY[0],
package/build/index.js CHANGED
@@ -62185,7 +62185,7 @@
62185
62185
  });
62186
62186
  };
62187
62187
 
62188
- const version = "2.0.22";
62188
+ const version = "2.0.23-alpha.5";
62189
62189
 
62190
62190
  const addVChartProperty = (data, op) => {
62191
62191
  const context = op.beforeCall();
@@ -73682,7 +73682,7 @@
73682
73682
  const fieldsX = this._fieldX;
73683
73683
  this._data.setTransform([
73684
73684
  {
73685
- type: 'sampling',
73685
+ type: 'dataSampling',
73686
73686
  size: this._direction === "horizontal" ? height : width,
73687
73687
  factor: this._spec.samplingFactor,
73688
73688
  yfield: this._direction === "horizontal" ? fieldsX[0] : fieldsY[0],