Updated
- Support for ipywidgets 8 [#3930]
- 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
andautoshift
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
andscattergap
[#6381],
this feature was anonymously sponsored: thank you to our sponsor! - Add
marker.cornerradius
attribute totreemap
trace [#6351]
- Add
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]