Releases: plotly/plotly.js
Releases · plotly/plotly.js
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]
v2.17.1
v2.17.0
Added
- Add
shift
andautoshift
to cartesian y axes to help avoid overlapping of multiple axes [#6334],
with thanks to Gamma Technologies for sponsoring the related development! - Introduce group attributes for
scatter
trace i.e.alignmentgroup
,offsetgroup
,scattermode
andscattergap
[#6381],
this feature was anonymously sponsored: thank you to our sponsor! - Add
marker.cornerradius
attribute totreemap
trace [#6351]
Changed
- Change bundler from browserify to webpack [#6355]