javascript - Highcharts slow performance when adding more than 10 series -
I am adding a series using code below. Now we are talking about 10 ~ 20 series, while doing so the UI is freeze and it slows down fast and it is in a PC browser. I hope these charts are used on tablets (KitKat) in an Android webview.
Any suggestions on how to increase performance?
I had the same problem and the following has been considered guilty.
Marker: {Enabled: true, radius: 1},
If you compel markers to enable and display markers Let the chart set, performance is much better.
Comments
Post a Comment