@visactor/vchart 1.13.22-alpha.0 → 1.13.22-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.es.js CHANGED
@@ -64288,7 +64288,7 @@ const registerVChartCore = () => {
64288
64288
  };
64289
64289
  registerVChartCore();
64290
64290
 
64291
- const version = "1.13.22-alpha.0";
64291
+ const version = "1.13.22-alpha.1";
64292
64292
 
64293
64293
  const addVChartProperty = (data, op) => {
64294
64294
  const context = op.beforeCall();
@@ -104795,18 +104795,8 @@ class ScrollPlugin extends BasePlugin {
104795
104795
  visible: this._scrollLimit.y.percent < 1
104796
104796
  });
104797
104797
  }
104798
- this.scrollTo({ x: 0, y: 0 });
104799
104798
  }
104800
104799
  onAfterRender() {
104801
- const rootMark = this.getRootMark();
104802
- if (rootMark) {
104803
- if (!this._xScrollComponent) {
104804
- this._updateScrollX(rootMark, 0, 0);
104805
- }
104806
- if (!this._yScrollComponent) {
104807
- this._updateScrollY(rootMark, 0, 0);
104808
- }
104809
- }
104810
104800
  }
104811
104801
  release() {
104812
104802
  var _a;
package/build/index.js CHANGED
@@ -64294,7 +64294,7 @@ C0.3-1.4,0.3-1.4,0.3-1.4z;`;
64294
64294
  };
64295
64295
  registerVChartCore();
64296
64296
 
64297
- const version = "1.13.22-alpha.0";
64297
+ const version = "1.13.22-alpha.1";
64298
64298
 
64299
64299
  const addVChartProperty = (data, op) => {
64300
64300
  const context = op.beforeCall();
@@ -104801,18 +104801,8 @@ C0.3-1.4,0.3-1.4,0.3-1.4z;`;
104801
104801
  visible: this._scrollLimit.y.percent < 1
104802
104802
  });
104803
104803
  }
104804
- this.scrollTo({ x: 0, y: 0 });
104805
104804
  }
104806
104805
  onAfterRender() {
104807
- const rootMark = this.getRootMark();
104808
- if (rootMark) {
104809
- if (!this._xScrollComponent) {
104810
- this._updateScrollX(rootMark, 0, 0);
104811
- }
104812
- if (!this._yScrollComponent) {
104813
- this._updateScrollY(rootMark, 0, 0);
104814
- }
104815
- }
104816
104806
  }
104817
104807
  release() {
104818
104808
  var _a;