@visactor/vchart-extension 2.0.1-alpha.1 → 2.0.1-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/index.js CHANGED
@@ -18259,7 +18259,8 @@
18259
18259
  this.stop(), this.timelines = [], null === (_a = this.tickerHandler) || void 0 === _a || _a.release(), this.tickerHandler = null, this.lastFrameTime = -1;
18260
18260
  }
18261
18261
  checkSkip(delta) {
18262
- if ("performance" === this.stage.params.optimize.tickRenderMode) return !1;
18262
+ var _a, _b, _c;
18263
+ if ("performance" === (null === (_c = null === (_b = null === (_a = this.stage) || void 0 === _a ? void 0 : _a.params) || void 0 === _b ? void 0 : _b.optimize) || void 0 === _c ? void 0 : _c.tickRenderMode)) return !1;
18263
18264
  return delta < this.interval + 2 * (Math.random() - .5) * this._jitter;
18264
18265
  }
18265
18266
  }