Open wangzhen21 opened 1 year ago
Well explained, but missing Minimal Reproduction code. Issues without Minimal Reproduction get rarely answered. For instance we cannot guess:
Also, this is a question about performance, not a bug report. Appreciate you resubmitted it as Feature in #18313.
Version
5.3.2
Link to Minimal Reproduction
No response
Steps to Reproduce
Current Behavior
Cannot achieve real-time updates(20 frame per second for 1k points) in Line Charts . Is there any chart settings I did not notice beacause I find the Echarts 5 have the reatime updates feature in the New Version Instruction?
Expected Behavior
Achieve real-time updates(20 frame per second for 1k points) in Line Charts .
Environment
Any additional comments?
New feature in Echarts 5: In addition, the performance of line graphs with large amounts of data has also seen a significant performance improvement. We often encounter the need for high-performance plotting of large amounts of real-time time-series data, which will be updated every hundreds or tens of milliseconds.
Apache ECharts 5 deeply optimizes CPU consumption, memory usage, and initialization time in these scenarios, enabling real-time updates (less than 30ms per update) for millions of data, and even rendering within 1s for ten millions of data, with low memory usage and smooth tooltip interactions.