PrabuSarvesan opened a new issue, #16914: URL: https://github.com/apache/echarts/issues/16914
### Version 5.3.2 ### Link to Minimal Reproduction https://echarts.apache.org/examples/en/editor.html?c=line-race ### Steps to Reproduce 1) Open sample https://echarts.apache.org/examples/en/editor.html?c=line-race 2) Add following code snippet at bottom(Line 91) in edit code setTimeout(function() { myChart.setOption(option); }, 1000); ### Current Behavior End label not flowing along with line progress when setOption is executed. ### Expected Behavior End label should flow along with line progress. ### Environment ```markdown - OS: Windows - Browser:Chrome 100.0.4896.75 - Framework:React ``` ### Any additional comments? _No response_ -- 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]
