echarts
echarts copied to clipboard
Zooming During State Animation Incorrectly Changes Node Size
Version
5.3.3
Link to Minimal Reproduction
https://echarts.apache.org/examples/en/editor.html?c=graph-circular-layout
Steps to Reproduce
- During state animation of circular graph, scroll mouse wheel to zoom (or use touchpad)
Current Behavior
While the state animation is playing the "scroll to zoom" causes the nodes of a circular graph to grow/shrink, throwing things out of proportion

Expected Behavior
Option to disable zoom during state animation playing or stop zoom from affecting node size.
Environment
- OS: Ubuntu 20.10
- Browser: Chrome
- Framework: React
Any additional comments?
No response