@visactor/vchart 1.6.8 → 1.6.9

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
@@ -54197,7 +54197,7 @@ C0.3-1.4,0.3-1.4,0.3-1.4z;`;
54197
54197
  this._lastComputeRect = rect;
54198
54198
  const bounds = Object.assign({}, this._boundsInRect(this._setRectInSpec(rect), rect));
54199
54199
  this.changeBoundsBySetting(bounds);
54200
- if (this._autoIndent) {
54200
+ if (this._autoIndent && bounds.x2 - bounds.x1 > 0 && bounds.y2 - bounds.y1 > 0) {
54201
54201
  this._lastComputeOutBounds.x1 = Math.ceil(-bounds.x1);
54202
54202
  this._lastComputeOutBounds.x2 = Math.ceil(bounds.x2 - rect.width);
54203
54203
  this._lastComputeOutBounds.y1 = Math.ceil(-bounds.y1);
@@ -58099,7 +58099,7 @@ C0.3-1.4,0.3-1.4,0.3-1.4z;`;
58099
58099
  };
58100
58100
  registerVChartCore();
58101
58101
 
58102
- const version = "1.6.8";
58102
+ const version = "1.6.9";
58103
58103
 
58104
58104
  class ChartData {
58105
58105
  get dataList() {