@visactor/vchart 1.13.3-alpha.1 → 1.13.3-alpha.2
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 +2 -2
- package/build/index.js +2 -2
- package/build/index.min.js +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/cjs/compile/compiler.js +1 -0
- package/cjs/compile/compiler.js.map +1 -1
- package/cjs/core/index.d.ts +1 -1
- package/cjs/core/index.js +1 -1
- package/cjs/core/index.js.map +1 -1
- package/esm/compile/compiler.js +1 -0
- package/esm/compile/compiler.js.map +1 -1
- package/esm/core/index.d.ts +1 -1
- package/esm/core/index.js +1 -1
- package/esm/core/index.js.map +1 -1
- package/package.json +2 -2
package/build/index.es.js
CHANGED
|
@@ -57221,7 +57221,7 @@ class Compiler {
|
|
|
57221
57221
|
});
|
|
57222
57222
|
}
|
|
57223
57223
|
const _e = this._option, { performanceHook, autoRefreshDpr, dpr, mode, gestureConfig, interactive, clickInterval, autoPreventDefault } = _e, restOption = __rest$e(_e, ["performanceHook", "autoRefreshDpr", "dpr", "mode", "gestureConfig", "interactive", "clickInterval", "autoPreventDefault"]);
|
|
57224
|
-
this._view = new View(Object.assign(Object.assign({ width: this._width, height: this._height, container: (_c = this._container.dom) !== null && _c !== void 0 ? _c : null, renderCanvas: (_d = this._container.canvas) !== null && _d !== void 0 ? _d : null, hooks: performanceHook }, restOption), { autoRefresh: isValid$1(autoRefreshDpr) ? autoRefreshDpr : !isValid$1(dpr), mode: toRenderMode(mode), autoFit: false, eventConfig: {
|
|
57224
|
+
this._view = new View(Object.assign(Object.assign({ width: this._width, height: this._height, container: (_c = this._container.dom) !== null && _c !== void 0 ? _c : null, renderCanvas: (_d = this._container.canvas) !== null && _d !== void 0 ? _d : null, hooks: performanceHook }, restOption), { dpr, autoRefresh: isValid$1(autoRefreshDpr) ? autoRefreshDpr : !isValid$1(dpr), mode: toRenderMode(mode), autoFit: false, eventConfig: {
|
|
57225
57225
|
gesture: isValid$1(gestureConfig) ? gestureConfig : isMobileLikeMode(mode),
|
|
57226
57226
|
disable: interactive === false,
|
|
57227
57227
|
clickInterval,
|
|
@@ -62617,7 +62617,7 @@ const registerVChartCore = () => {
|
|
|
62617
62617
|
};
|
|
62618
62618
|
registerVChartCore();
|
|
62619
62619
|
|
|
62620
|
-
const version = "1.13.3-alpha.
|
|
62620
|
+
const version = "1.13.3-alpha.2";
|
|
62621
62621
|
|
|
62622
62622
|
const addVChartProperty = (data, op) => {
|
|
62623
62623
|
const context = op.beforeCall();
|
package/build/index.js
CHANGED
|
@@ -57227,7 +57227,7 @@ C0.3-1.4,0.3-1.4,0.3-1.4z;`;
|
|
|
57227
57227
|
});
|
|
57228
57228
|
}
|
|
57229
57229
|
const _e = this._option, { performanceHook, autoRefreshDpr, dpr, mode, gestureConfig, interactive, clickInterval, autoPreventDefault } = _e, restOption = __rest$e(_e, ["performanceHook", "autoRefreshDpr", "dpr", "mode", "gestureConfig", "interactive", "clickInterval", "autoPreventDefault"]);
|
|
57230
|
-
this._view = new View(Object.assign(Object.assign({ width: this._width, height: this._height, container: (_c = this._container.dom) !== null && _c !== void 0 ? _c : null, renderCanvas: (_d = this._container.canvas) !== null && _d !== void 0 ? _d : null, hooks: performanceHook }, restOption), { autoRefresh: isValid$1(autoRefreshDpr) ? autoRefreshDpr : !isValid$1(dpr), mode: toRenderMode(mode), autoFit: false, eventConfig: {
|
|
57230
|
+
this._view = new View(Object.assign(Object.assign({ width: this._width, height: this._height, container: (_c = this._container.dom) !== null && _c !== void 0 ? _c : null, renderCanvas: (_d = this._container.canvas) !== null && _d !== void 0 ? _d : null, hooks: performanceHook }, restOption), { dpr, autoRefresh: isValid$1(autoRefreshDpr) ? autoRefreshDpr : !isValid$1(dpr), mode: toRenderMode(mode), autoFit: false, eventConfig: {
|
|
57231
57231
|
gesture: isValid$1(gestureConfig) ? gestureConfig : isMobileLikeMode(mode),
|
|
57232
57232
|
disable: interactive === false,
|
|
57233
57233
|
clickInterval,
|
|
@@ -62623,7 +62623,7 @@ C0.3-1.4,0.3-1.4,0.3-1.4z;`;
|
|
|
62623
62623
|
};
|
|
62624
62624
|
registerVChartCore();
|
|
62625
62625
|
|
|
62626
|
-
const version = "1.13.3-alpha.
|
|
62626
|
+
const version = "1.13.3-alpha.2";
|
|
62627
62627
|
|
|
62628
62628
|
const addVChartProperty = (data, op) => {
|
|
62629
62629
|
const context = op.beforeCall();
|