You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: