Releases: plotly/plotly.js
Releases · plotly/plotly.js
v2.9.0
Added
- Implement
ticklabelstepto reduce labels on 2D axes and colorbars [#6088]
Changed
- Display the version of plotly.js when hovering over the modebar [#6077]
- Various dependency updates as listed under the v2.9.0 milestone
Fixed
- Fix vertical spacing of legend items in horizontal mode [#6094]
v2.8.3
v2.8.2
v2.8.1
v2.8.0
Added
- Introduce horizontal colorbars [#6024]
- Implement
legend.grouptitlefontandhoverlabel.grouptitlefont[#6040] - Add
texttemplateandtextfonttoheatmapandhistogram2dtraces as well as
histogram2dcontourandcontourtraces whencoloringis set "heatmap" [#6028]
Fixed
- Fix to discard negative values from
piechart post-aggregation instead of during summation [#6051],
with thanks to @destiny-wu for the contribution!
v2.7.0
Added
- Add
texttemplate,textposition,textfont,textangle,
outsidetextfont,insidetextfont,insidetextanchor,
constraintextandcliponaxistohistogramtrace [#6038]
Changed
- Bump
probe-image-sizemodule to v7.2.2 [#6036]
Fixed
- Fix mapbox derived coordinate for Retina displays [#6039]
- Fix interaction between
uirevisionandautorange. Because we pushautorangeandrangeback intolayout,
there can be times it looks like we're applying GUI-driven changes on top of explicit autorange and other times
it's an implicit autorange, even though the user's intent was always implicit. This fix treats them as equivalent. [#6046]