buctwp commented on issue #19377: URL: https://github.com/apache/echarts/issues/19377#issuecomment-1848981698
My program loops to add data to the option, but I set a maximum of 300 coordinate points. When there are more than 300 coordinate points, I will shift () the head coordinates from the X-axis and Y-axis data. Observation shows that when the number of data points reaches 300, the memory starts to soar. I suspect that the horizontal axis is constantly changing at this time, so Echarts has a problem rendering the graph. -- 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]
