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
Updated Plotly.js to from version 2.16.1 to version 2.17.1. See the plotly.js CHANGELOG for more information. Notable changes include:
Add shift and autoshift to cartesian y axes to help avoid overlapping of multiple axes [#6334],
with thanks to Gamma Technologies for sponsoring the related development!
Introduce group attributes for scatter trace i.e. alignmentgroup, offsetgroup, scattermode and scattergap [#6381],
this feature was anonymously sponsored: thank you to our sponsor!
Add marker.cornerradius attribute to treemap trace [#6351]
Fixed
Fixed the usage of some deprecated NumPy types which were removed in NumPy 1.24 [#3997]
Fixed bug for trendlines with datetime axes [#3683]
marker.angle attribute now accepts iterables where appropriate [#4013]
selector=0 now correctly returns the first trace in .select_traces() and related methods [#3817]