Releases: plotly/plotly.js
Releases · plotly/plotly.js
v2.10.1
v2.10.0
Added
- Add support to use version 3 of MathJax and add
typesetMath
attribute to config [#6073],
with thanks to Equinor for sponsoring the related development! - Add
fillpattern
options toscatter
trace [#6101],
with thanks to @s417-lama for the contribution!
v2.9.0
Added
- Implement
ticklabelstep
to 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.grouptitlefont
andhoverlabel.grouptitlefont
[#6040] - Add
texttemplate
andtextfont
toheatmap
andhistogram2d
traces as well as
histogram2dcontour
andcontour
traces whencoloring
is set "heatmap" [#6028]
Fixed
- Fix to discard negative values from
pie
chart 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
,
constraintext
andcliponaxis
tohistogram
trace [#6038]
Changed
- Bump
probe-image-size
module to v7.2.2 [#6036]
Fixed
- Fix mapbox derived coordinate for Retina displays [#6039]
- Fix interaction between
uirevision
andautorange
. Because we pushautorange
andrange
back 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]