@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/es5/index.js +1 -1
- package/build/index.es.js +1 -11
- package/build/index.js +1 -11
- package/build/index.min.js +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/cjs/animation/config.js +1 -2
- package/cjs/animation/utils.js +2 -1
- package/cjs/constant/funnel.js +2 -1
- package/cjs/constant/scatter.js +1 -2
- package/cjs/core/index.d.ts +1 -1
- package/cjs/core/index.js +3 -2
- package/cjs/core/index.js.map +1 -1
- package/cjs/core/vchart.js +1 -2
- package/cjs/env/env.js +1 -1
- package/cjs/env/index.js +1 -1
- package/cjs/event/bubble.js +1 -1
- package/cjs/interaction/config.js +1 -1
- package/cjs/interaction/dimension-trigger.js +1 -1
- package/cjs/interaction/index.js +1 -1
- package/cjs/plugin/chart/scroll/scroll.js +2 -8
- package/cjs/plugin/chart/scroll/scroll.js.map +1 -1
- package/esm/animation/config.js +1 -2
- package/esm/animation/utils.js +2 -1
- package/esm/constant/funnel.js +2 -1
- package/esm/constant/scatter.js +1 -2
- package/esm/core/index.d.ts +1 -1
- package/esm/core/index.js +3 -2
- package/esm/core/index.js.map +1 -1
- package/esm/core/vchart.js +1 -2
- package/esm/env/env.js +1 -1
- package/esm/env/index.js +1 -1
- package/esm/event/bubble.js +1 -1
- package/esm/interaction/config.js +1 -1
- package/esm/interaction/dimension-trigger.js +1 -1
- package/esm/interaction/index.js +1 -1
- package/esm/plugin/chart/scroll/scroll.js +2 -8
- package/esm/plugin/chart/scroll/scroll.js.map +1 -1
- package/package.json +5 -5
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.
|
|
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.
|
|
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;
|