SilenceTiger commented on issue #14445: URL: https://github.com/apache/echarts/issues/14445#issuecomment-803743986
跟踪代码,echarts的动画默认使用了延迟,300毫秒,setOption时刻由于此延迟导致了动画错位,可使用 animationDurationUpdate: 0 , animationDuration: 0 禁止延迟。 -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
