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
Improve cartesian trace update and removal by using more d3-iomatic patterns.
This results in some performance improvements during redraws [#2574]
Our internal Lib.nestedProperty no longer prunes empty containers in gd.data, gd.layout, gd._fullData and gd._fulllayout.
We made this change to clean up some of the Plotly.react internals.
This also lead to a slight performance boost [#2577]
Fixed
Fix Plotly.react's handling of transformed traces [#2577]
Fix Safari support for scattergl and splom traces [#2593]