Releases: plotly/plotly.js
Releases · plotly/plotly.js
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]
v2.6.4
v2.6.3
v2.6.2
v2.6.1
v2.6.0
Added
- Add
smith
subplots and thescattersmith
trace type for displaying Smith charts [#5956, #5992],
with thanks to Kitware and @waxlamp for kicking off this effort.
Changed
- Improve drawing the contour lines in non-linear space e.g. on log axes [#5985], with thanks to @andrew-matteson for the contribution!
- Bump eslint to v8 release candidate including fixes for
no-new-func
test [#5969]
Fixed
- Fix
npm install
problem fornpm v6
users (regression introduced in 2.5.0) [#6004] - Fix unhover event data for gl3d subplots [#5954],
with thanks to @dwoznicki for the contribution! - Fix scatter3d opacity restyle bug [#5958],
with thanks to @dwoznicki for the contribution! - Skip
"hoverinfo": "none"
trace display for hover modes [#5854],
with thanks to @Domino987 for the contribution! - Display prefix and suffix of invisible polar axes in hover [#5964]
- Reduce calls to
getBoundingClientRect
inconvertToTspans
[#5976] - Avoid wrapping legend items if already on the first column [#5996]
- Fix horizontal alignment of colorbar in editable mode when
xanchor
is set to "center" [#6002] - Fix to improve rendering of graphs with Mathjax on Firefox v82 and higher [#5993]
v2.5.1
v2.5.0
Added
- Include
surface
,isosurface
,volume
,streamtube
,cone
,mesh3d
,scatter3d
,pointcloud
andheatmapgl
in the "strict" bundle by avoid function generation for these traces at runtime [#5888]
Changed
- Use
node.js v16
andnpm v7
in development and upgrade the version ofpackage-lock.json
[#5922, #5919]
Fixed
- Adjust position of hover in respect to CSS transform [#5916]