gitcen opened a new issue #13018: URL: https://github.com/apache/incubator-echarts/issues/13018
### Version 4.8.0 ### Reproduction link [https://echarts.apache.org/examples/en/editor.html?c=custom-profile](https://echarts.apache.org/examples/en/editor.html?c=custom-profile) ### Steps to reproduce 1. Set line 3 var dataCount to X (X>=1000, precisely, 999 would not reproduct the bug). 2. RUN 3. Zoom in the profile chart ### What is expected? There should be one new clear profile chart ### What is actually happening? The original chart (before zoom operation) remain in the new chart. --- We use custom series to build chart with larget data size( > 10000). And a similar bug appears. To fingure out the reason, we try the example 'custom-profile' on the echarts offical website and find this bug. By the way, set the dataZoom.maxSpan to a small number (maybe <=8?) could avoid this bug temporarily. But if we set maxSpan, zoom is bound, we couldn't zoom out the chart to what we wanted. <!-- 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]
