Releases: plotly/plotly.js
Releases · plotly/plotly.js
v2.14.0
Added
- Add support for sankey links with arrows [#6276],
with thanks to @Andy2003 for the contribution! - Add
editSelectionoption to config [#6285]
Changed
- Update dutch translations and fix dateMonth format for
nllocale 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,newselectionandactiveselectionlayout attributes to have
persistent and editable selections over cartesian subplots [#6243] - Add
unselected.line.colorandunselected.line.opacityoptions toparcoordstrace [#6216, #6236] - Add "exclusive" and "inclusive" quartile-computing algorithm to
violintrace
viaquartilemethodattribute [#6187] - Add flaglist options including "left", "right", "top", "bottom", "width" and "height"
to control the direction ofautomarginon cartesian axes [#6193] - Add
delta.prefixanddelta.suffixtoindicatortrace [#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
dragmodeis 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
griddashaxis property to cartesian, polar, smith, ternary and geo subplots and addgriddashandminorgriddashtocarpettrace [6144], with thanks to @njwhite for the contribution! - Implement various options to position and style
minorticks 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.griddashandminor.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]