@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/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.3";
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
  }