symlons opened a new issue #14651: URL: https://github.com/apache/echarts/issues/14651
### Version 5.0.2 ### Steps to reproduce You are able to run the code found in the link above inside the demo section of echarts. ### What is expected? A smooth animation. ### What is actually happening? Data gets added without any animation. --- I had a similiar issue for data that was disappearing (#14587) but I could solve it just by buffering the data longer. If you add new data and the axis gets updated dynamically you won't notice any issues (since the animation emerges from shifting of the axis). However if you have a fixed maximum value set for the axis you will get no animation for new added datapoint. <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE --> <!-- This issue is in English. DO NOT REMOVE --> -- 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]
