Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@ function createChart(chartData) {
},
},
stickyTracking: false,
turboThreshold: 0,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

},
},
series: getSeries(chartData, xAxisType),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@ function createChart(chartData) {
},
},
stickyTracking: false,
turboThreshold: 0,
},
},
series: getSeries(chartData, xAxisType),
Expand Down
Loading