Releases: plotly/plotly.js
Releases · plotly/plotly.js
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]
Fixed
v2.16.5
v2.16.4
v2.16.3
v2.16.2
v2.16.1
v2.16.0
v2.15.1
v2.15.0
Added
- Add
angle
,angleref
andstandoff
tomarker
and addbackoff
toline
; also introduce new arrow symbols to facilitate drawing networks [#6297] - Add
minreducedwidth
andminreducedheight
to layout for increasing control over automargin [#6307] - Add
entrywidth
andentrywidthmode
to legend [#6202, #6324]
Changed
- Use valType of
angle
forrotation
inpie
[#6304]
Fixed
- Fix mapbox
touch event
after switching back from select mode [#6281],
with thanks to @mmtmr for the contribution! - Fix automargin to update axis titles in redraws [#6312]
- Fix exporting patterns with transparent color [#6318]
- Fix exporting text on empty slices [#6335]
- Disable interactions for
treemap
,icicle
,sunburst
,pie
,funnelarea
,
parcats
,parcoords
andsankey
traces whenstaticPlot
is set to true [#6296]
v2.14.0
Added
- Add support for sankey links with arrows [#6276],
with thanks to @Andy2003 for the contribution! - Add
editSelection
option to config [#6285]
Changed
- Update dutch translations and fix dateMonth format for
nl
locale to confirm with expected nl format [#6261],
with thanks to @eirvandelden for the contribution!