Zouyiniubi opened a new issue, #18076: URL: https://github.com/apache/echarts/issues/18076
### Version 5.4.0 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce [Plot.txt](https://github.com/apache/echarts/files/10253080/Plot.txt) 这是一个Vue组件,我在该组件若有新数据到来会调用receive_data函数往tempData和tempData1中push数据,每间隔4秒调用appendData以刷新数据,以期定期刷新,同时清空tempData和tempData1,数据量大约每秒十个点左右 ### Current Behavior 在0-200秒时曲线(因为散点连续密集形成曲线,将其称为曲线)可正常刷新,每四秒定量增加散点数据,在大约300秒后开始出现吞点现象,只有新增的数据会被绘制出来,而之前的数据消失了,但是在浏览器中调试series.data里面的数据是正常的,而且鼠标放到对应的位置数据的tooltip也会出现,就是没有曲线图形;在大约600秒后图表刷新又变正常了,之前消失的数据也出现了,定时增加数据定时刷新一切正常。 ### Expected Behavior 散点图定时增加,定时正常刷新,不吞掉历史数据 ### Environment ```markdown - OS: - Browser: - Framework: ``` ### 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]
