@visactor/vchart 1.13.13 → 1.13.14

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.es.js CHANGED
@@ -63321,7 +63321,7 @@ class VChart {
63321
63321
  return this._beforeRender(option);
63322
63322
  }
63323
63323
  _reCompile(updateResult, morphConfig) {
63324
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
63324
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
63325
63325
  if (updateResult.reMake) {
63326
63326
  this._releaseData();
63327
63327
  this._initDataSet();
@@ -63352,8 +63352,9 @@ class VChart {
63352
63352
  }
63353
63353
  if (updateResult.reSize) {
63354
63354
  const { width, height } = this.getCurrentSize();
63355
- this._chart.onResize(width, height, false);
63356
- this._compiler.resize(width, height, false);
63355
+ this._currentSize = { width, height };
63356
+ (_l = this._chart) === null || _l === void 0 ? void 0 : _l.onResize(width, height, false);
63357
+ (_m = this._compiler) === null || _m === void 0 ? void 0 : _m.resize(width, height, false);
63357
63358
  }
63358
63359
  }
63359
63360
  }
@@ -64240,7 +64241,7 @@ const registerVChartCore = () => {
64240
64241
  };
64241
64242
  registerVChartCore();
64242
64243
 
64243
- const version = "1.13.13";
64244
+ const version = "1.13.14";
64244
64245
 
64245
64246
  const addVChartProperty = (data, op) => {
64246
64247
  const context = op.beforeCall();
package/build/index.js CHANGED
@@ -63327,7 +63327,7 @@ C0.3-1.4,0.3-1.4,0.3-1.4z;`;
63327
63327
  return this._beforeRender(option);
63328
63328
  }
63329
63329
  _reCompile(updateResult, morphConfig) {
63330
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
63330
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
63331
63331
  if (updateResult.reMake) {
63332
63332
  this._releaseData();
63333
63333
  this._initDataSet();
@@ -63358,8 +63358,9 @@ C0.3-1.4,0.3-1.4,0.3-1.4z;`;
63358
63358
  }
63359
63359
  if (updateResult.reSize) {
63360
63360
  const { width, height } = this.getCurrentSize();
63361
- this._chart.onResize(width, height, false);
63362
- this._compiler.resize(width, height, false);
63361
+ this._currentSize = { width, height };
63362
+ (_l = this._chart) === null || _l === void 0 ? void 0 : _l.onResize(width, height, false);
63363
+ (_m = this._compiler) === null || _m === void 0 ? void 0 : _m.resize(width, height, false);
63363
63364
  }
63364
63365
  }
63365
63366
  }
@@ -64246,7 +64247,7 @@ C0.3-1.4,0.3-1.4,0.3-1.4z;`;
64246
64247
  };
64247
64248
  registerVChartCore();
64248
64249
 
64249
- const version = "1.13.13";
64250
+ const version = "1.13.14";
64250
64251
 
64251
64252
  const addVChartProperty = (data, op) => {
64252
64253
  const context = op.beforeCall();