Releases: plotly/plotly.js
Releases · plotly/plotly.js
v2.25.2
v2.25.1
v2.25.0
Added
- Add "Equal Earth" projection to geo subplots [#6670],
with thanks to @apparebit for the contribution! - Add options to include legends for shapes and
newshape
[#6653] - Add Plotly.deleteActiveShape command [#6679]
Fixed
- Fix contour plot colorscale domain (take account of
zmin
,zmax
,cmin
andcmax
) [#6625],
with thanks to @lvlte for the contribution! - Fix text markers on non-mapbox styled maps [#6652],
with thanks to @baurt for the contribution! - Fix unhide isolated traces in multi legend cases (regression introduced in 2.24.3) [#6684]
v2.24.3
v2.24.2
v2.24.1
v2.24.0
Added
- add pattern to pie, funnelarea, sunburst, icicle and treemap traces [#6601, #6619, #6622, #6626, #6627, #6628, #6629],
with thanks to @thierryVergult for the contribution!
Fixed
- 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]
v2.23.2
v2.23.1
v2.23.0
Added
- Add
legend.xref
andlegend.yref
to enable container-referenced positioning of legends [#6589], with thanks to Gamma Technologies for sponsoring the related development. - Add
colorbar.xref
andcolorbar.yref
to enable container-referenced positioning of colorbars [#6593], with thanks to Gamma Technologies for sponsoring the related development.