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
Fix to prevent accessing undefined (hoverText.hoverLabels) in case all currently shown markers
have hoverinfo: "none" (regression introduced in 2.6.0) #6614,
with thanks to @Domino987 for the contribution!
Fix to ensure only minimum margin spacing is added for container-referenced legends and colorbars [#6616]
Fix text rendering while drawing new shapes [#6608],
with thanks to the Volkswagen Center of Excellence for Battery Systems for sponsoring development!
Add legend.xref and legend.yref to enable container-referenced positioning of legends [#6589], with thanks to Gamma Technologies for sponsoring the related development.
Add colorbar.xref and colorbar.yref to enable container-referenced positioning of colorbars [#6593], with thanks to Gamma Technologies for sponsoring the related development.
Changed
Improve heatmap rendering performance when zsmooth is set to false [#6574], with thanks to @lvlte for the contribution!