Fix to Highcharts not rendering more than 1000 datapoints#3564
Fix to Highcharts not rendering more than 1000 datapoints#3564christian-andersen-msft wants to merge 5 commits intomainfrom
Conversation
|
Issue #547547 is not valid. Please make sure you link an issue that exists, is open and is approved. |
| }, | ||
| }, | ||
| stickyTracking: false, | ||
| turboThreshold: 0, |
There was a problem hiding this comment.
Nice perf analysis in the bug - would be great if it is possible to log the render time + number of data points over a given threshold (e.g. 1 sec), that way we can monitor if we need to bring the threshold back or fine tune the value in the event of a livesite issue.
|
Summary
Disables the
turboThresholdoption for Highcharts to improve performanceSee comments to bug for detailed validation
Work Item(s)
Fixes AB#547547