Releases: plotly/plotly.js
Releases · plotly/plotly.js
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]
v2.11.1
v2.11.0
v2.10.1
v2.10.0
Added
- Add support to use version 3 of MathJax and add
typesetMath
attribute to config [#6073],
with thanks to Equinor for sponsoring the related development! - Add
fillpattern
options toscatter
trace [#6101],
with thanks to @s417-lama for the contribution!