Releases: plotly/plotly.js
Releases · plotly/plotly.js
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!
v2.13.3
v2.13.2
2.13.1
v2.13.0
Added
- Add
selections
,newselection
andactiveselection
layout attributes to have
persistent and editable selections over cartesian subplots [#6243] - Add
unselected.line.color
andunselected.line.opacity
options toparcoords
trace [#6216, #6236] - Add "exclusive" and "inclusive" quartile-computing algorithm to
violin
trace
viaquartilemethod
attribute [#6187] - Add flaglist options including "left", "right", "top", "bottom", "width" and "height"
to control the direction ofautomargin
on cartesian axes [#6193] - Add
delta.prefix
anddelta.suffix
toindicator
trace [#6246],
with thanks to @paulovieira for the contribution! - Add official Chinese (Taiwan) translation (locale
zh-tw
) [#6247],
with thanks to @sec2 for the contribution! - Add official Sinhala translation (locale
si
) [#6238],
with thanks to @sujithranga for the contribution!
Changed
- Display Plotly's new logo in the modebar [#6232]
Fixed
v2.12.1
Fixed
- Fix for disabling polar rotation when
dragmode
is set to false [#6147],
with thanks to @jonfunkhouser for the contribution! - Fix custom modebar buttons mutate the input [#6177]
- Fix various missing and duplicate spaces in plot schema descriptions [#6183]
v2.12.0
Added
- Add
griddash
axis property to cartesian, polar, smith, ternary and geo subplots and addgriddash
andminorgriddash
tocarpet
trace [6144], with thanks to @njwhite for the contribution! - Implement various options to position and style
minor
ticks and grid lines on cartesian axis types including
minor.tickmode
,minor.tickvals
,minor.tickcolor
,minor.ticklen
,minor.tickwidth
,minor.dtick
,minor.tick0
,minor.nticks
,minor.ticks
,
minor.showgrid
,minor.gridcolor
,minor.griddash
andminor.gridwidth
[6166]
Changed
- Use the "willReadFrequently" 2d context creation attribute to optimize readback performance [#6084],
with thanks to @junov for the contribution!
Fixed
- avoid drawing blank tick labels on cartesian axes [#6163]