@visactor/vchart 1.3.2-hotfix.3 → 1.3.2-hotfix.4
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.js +5 -1
- package/build/index.min.js +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/cjs/component/data-zoom/data-zoom/data-zoom.js +4 -0
- package/cjs/component/data-zoom/data-zoom/data-zoom.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/cjs/series/base/base-series.js.map +1 -1
- package/esm/component/data-zoom/data-zoom/data-zoom.js +4 -0
- package/esm/component/data-zoom/data-zoom/data-zoom.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/esm/series/base/base-series.js.map +1 -1
- package/package.json +4 -4
package/build/index.js
CHANGED
|
@@ -61897,7 +61897,7 @@
|
|
|
61897
61897
|
VChart.useMark([ComponentMark, GroupMark, ImageMark]);
|
|
61898
61898
|
Factory.registerRegion('region', Region);
|
|
61899
61899
|
Factory.registerLayout('base', Layout);
|
|
61900
|
-
const version = "1.3.2-hotfix.
|
|
61900
|
+
const version = "1.3.2-hotfix.4";
|
|
61901
61901
|
Logger.getInstance(LoggerLevel.Error);
|
|
61902
61902
|
|
|
61903
61903
|
const Appear_ClipIn$1 = {
|
|
@@ -81870,6 +81870,10 @@
|
|
|
81870
81870
|
size: {
|
|
81871
81871
|
width: this._computeWidth(),
|
|
81872
81872
|
height: this._computeHeight()
|
|
81873
|
+
},
|
|
81874
|
+
position: {
|
|
81875
|
+
x: this.getLayoutStartPoint().x,
|
|
81876
|
+
y: this.getLayoutStartPoint().y
|
|
81873
81877
|
}
|
|
81874
81878
|
});
|
|
81875
81879
|
}
|