Closed
Description
My team detected a significant performance issue with charts when rangebreaks are involved. Example chart at https://codepen.io/spasovski/pen/wvgVRNV and is even better demonstrated at https://jsbench.me/zpko8zmpic/1
This makes the charts quite slow to generate and more specifically update (as would be the case in a ticking chart). The main thread tends to lock up when lots of data points are involved and affects the overall usability of the rest of the page.
A team member first found the likely culprit at
plotly.js/src/plots/cartesian/set_convert.js
Line 834 in 623fcd1
Please let me know if a performance recording/screenshot would also be of benefit.
Metadata
Metadata
Assignees
Labels
No labels