@visactor/vchart 2.0.12-alpha.2 → 2.0.12-alpha.3

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
@@ -35281,6 +35281,7 @@ class AnimateExecutor {
35281
35281
  _handleRunAnimate(animate, custom, customType, from, props, duration, easing, customParameters, controlOptions, options, type, graphic) {
35282
35282
  var _a, _b, _c, _d, _e, _f, _g, _h;
35283
35283
  if (custom && customType) {
35284
+ customType = getCustomType(custom);
35284
35285
  let customParams = this.resolveValue(customParameters, graphic);
35285
35286
  "function" == typeof customParams && (customParams = customParams(null === (_b = null === (_a = graphic.context) || void 0 === _a ? void 0 : _a.data) || void 0 === _b ? void 0 : _b[0], graphic, {})), customParams = Object.assign({
35286
35287
  width: (null === (_c = graphic.stage) || void 0 === _c ? void 0 : _c.width) || 0,
package/build/index.js CHANGED
@@ -35287,6 +35287,7 @@
35287
35287
  _handleRunAnimate(animate, custom, customType, from, props, duration, easing, customParameters, controlOptions, options, type, graphic) {
35288
35288
  var _a, _b, _c, _d, _e, _f, _g, _h;
35289
35289
  if (custom && customType) {
35290
+ customType = getCustomType(custom);
35290
35291
  let customParams = this.resolveValue(customParameters, graphic);
35291
35292
  "function" == typeof customParams && (customParams = customParams(null === (_b = null === (_a = graphic.context) || void 0 === _a ? void 0 : _a.data) || void 0 === _b ? void 0 : _b[0], graphic, {})), customParams = Object.assign({
35292
35293
  width: (null === (_c = graphic.stage) || void 0 === _c ? void 0 : _c.width) || 0,