Millisecond level chart refresh scheme
I need to use the browser to render the line chart data, there are 24 lines in total, and the data is pushed at a rate of 1ms. Each line needs to hold 10,000 data at most. I have tried to use open source libraries such as Echartjs and Chartjs, but they will cause congestion when there is too much data, is there any good solution?