hh1412 opened a new issue, #18328: URL: https://github.com/apache/echarts/issues/18328
### Version 5.4.1 ### Link to Minimal Reproduction https://codepen.io/huanghao1412/pen/WNgjXeX ### Steps to Reproduce 当环形图宽度足够细时 (如 radius: ['80%', '82']) 运行一下代码就能看到环形图在一个瞬间从0窜到最大值 然后再从0做正常展开动画 ### Current Behavior 当环形图宽度足够细时 (如 radius: ['80%', '82%']) 运行一下代码就能看到环形图在一个瞬间从0窜到最大值 ### Expected Behavior 希望当环形图宽度足够细时 环形图不会在一个瞬间从0窜到最大值 希望初始动画正常 ### Environment ```markdown - OS: window - Browser: Chrome 109.0.5414.120 - Framework: Vue2 ``` ### Any additional comments? 在制作环形图时 需要设置比较细的半径 就出现了这个情况 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
