@visactor/vchart-extension 1.13.5-alpha.3 → 1.13.5-alpha.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
@@ -622,6 +622,7 @@
622
622
  spec.animationAppear = this.getAnimationAppear(this.originalSpec, 'rect');
623
623
  spec.animationEnter = this.getAnimationEnter(this.originalSpec);
624
624
  spec.animationUpdate = this.getAnimationUpdate(this.originalSpec);
625
+ spec.animationNormal = this.originalSpec.animationNormal;
625
626
  }
626
627
  }
627
628
  transformAxesSpec(spec) {