Releases: plotly/plotly.js
Releases · plotly/plotly.js
v2.27.1
v2.27.0
Added
- Add
insiderange
to cartesian axes to help avoid overlap between visible grid lines and tick labels of the counter axis when they are positioned inside [#6735],
this feature was anonymously sponsored: thank you to our sponsor!
Fixed
- Fix column order changes on hover [#6718],
with thanks to @bhavinpatel1109 for the contribution! - Fix hover at timestamp '1970-01-01 00:00:00' [#6752],
with thanks to @adamjhawley for the contribution! - Fix clearing empty
candlestick
using react [#6757]
v2.26.2
Fixed
- Fix range interactions affecting partial ranges in other subplots [#6743]
- Fix to emit
plotly_click
event on touchscreens with "select"dragmode
[#6724]),
with thanks to @lvlte for the contribution! - Fix error display for failing builds [#6739],
with thanks to @dmt0 for the contribution! - Use the "willReadFrequently" 2d context creation attribute to optimize readback performance for heat map traces [#6741],
with thanks to @bebeal for the contribution!
v2.26.1
Fixed
- Fix horizontal title alignment [#6725],
with thanks to @28raining for the contribution! - Fix single-point histogram when user has provided bin widths [#6725],
with thanks to @28raining for the contribution! - Fix to allow custom
plotly_legenddoubleclick
handlers to execute even when the defaultplotly_legendclick
event is cancelled (returns false) [#6727], with thanks to @andrej-vasilj for the contribution! - Fix Finnish translation for "Download plot" in
fi
locale [#6723],
with thanks to @wkmor1 for the contribution! - Fix Czech number separators in
cs
locale [#6734],
with thanks to @vlastimil-dolejs for the contribution!
v2.26.0
Added
- Add "min", "max", "min reversed" and "max reversed" autorange options and handle partial ranges (i.e. one end being null), add
autorangeoptions
(clipmin
,clipmax
,minallowed
,maxallowed
,include
) as well asminallowed
andmaxallowed
to cartesian, gl3d and radial axes [#6547] - Add [n]-sigma (std deviations) box plots as an alternative to quartiles [#6697], with thanks to @28raining for the contribution!
- Add "top left" & "top center" side options to legend title [#6711], with thanks to @28raining for the contribution!
- Add "false" option to
scaleanchor
to allow removing a constraint that is set by default [#6712], with thanks to @lvlte for the contribution!
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]