ivannrs opened a new issue, #20893: URL: https://github.com/apache/echarts/issues/20893
### Version 5.6.0 ### Link to Minimal Reproduction https://codepen.io/Ivan-Atanasov-the-solid/pen/yyLZWoZ?editors=1010 ### Steps to Reproduce Please check the link to reproduction/ 1. Create a chart 2. Add series and dataset 3. Move the data zoom slider ### Current Behavior Once you move the data zoom selection you will be able to observe strange behaviour in the blue line. ### Expected Behavior Normal rendering, which can be observed if you select shorter period. ### Environment ```markdown - OS: Windows 11 - Browser: Edge Version 134.0.3124.72 - Framework: vanilla js ``` ### Any additional comments? I am trying to create an extenction for stock chart which will show performance on daily base, that's why i have all the dates/timestamps in 00:00:00 (user's time) since the stock only publish prices on daily base and i don't want the user's to be able to zoom to other than 00:00:00. My next idea is to recalculate the values on each zoom so they always start from 0% and show performance. That's why i want to have only one data set so i don't need to loop over each series' data array, but once. -- 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: commits-unsubscr...@echarts.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org For additional commands, e-mail: commits-h...@echarts.apache.org