Releases: plotly/plotly.js
Releases · plotly/plotly.js
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.
Changed
v2.22.0
Added
- Add
legend
references to traces andlegend2
,legend3
, etc. to layout,
also addvisible
to legend i.e. to allow positioning multiple legends on a graph [#6535],
this feature was anonymously sponsored: thank you to our sponsor!
Changed
- Update Norwegian translations in
no
locale [#5410],
with thanks to @bjornol for the contribution! - Update Slovak translations and number formats in
sk
locale [#6580], with thanks to @Libco for the contribution!
Fixed
- Fix
plotly_click
in gl3d scenes to fire on touch devices [#6563],
with thanks to @NickTominaga for the contribution! - Fix scatter3d when
marker.opacity
is set to zero [#6581], with thanks to @dmyronuk for the contribution! - Fix scattermapbox visibility restyle [#6567]
v2.21.0
Added
- Add
label.texttemplate
to parametric shapes i.e. line, rect and circle [#6527],
with thanks to the Volkswagen Center of Excellence for Battery Systems for sponsoring development! - Add strict option to custom bundle command [#6557],
with thanks to @CallumNZ for the contribution!
Fixed
- Fix dragging of legend when xanchor is not 'left' or yanchor is not 'top' [#6528],
with thanks to @bmaranville for the contribution! - Fix heatmap rendering bug and improve performance when
zsmooth
is set to "fast" [#6565],
with thanks to @lvlte for the contribution!
v2.20.0
v2.19.1
v2.19.0
Added
- Add
label
attribute to shapes [#6454],
with thanks to the Volkswagen Center of Excellence for Battery Systems for sponsoring development! - Add
labelalias
to various axes namely cartesian, gl3d, polar, smith, ternary, carpet,
indicator and colorbar [#6481],
this feature was anonymously sponsored: thank you to our sponsor!
Changed
- Upgrade
is-mobile
dependency [#6517]
Fixed
v2.18.2
Fixed
- Avoid attaching internal d3 object to the window (regression introduced in 2.17.0) [#6487]
- Correct the order of lower fence and upper fence in the French locale (fr) [#6476],
with thanks to @Gagaro for the contribution! - Correct formats in the Peruvian locale (es-pe) [#6451],
with thanks to @andresrcs for the contribution!
v2.18.1
v2.18.0
Added
- Add
sync
tickmode option [#6356, #6443],
with thanks to @filipesantiagoAM and @VictorBezak for the contribution!
Changed
- Improve detection of mobile & tablet devices for WebGL rendering by upgrading
is-mobile
[#6432]
Fixed
- Fix library's imported name using
requirejs
AMD loader (regression introduced in 2.17.0) [#6440]