Skip to content

Releases: plotly/plotly.js

v2.16.1

21 Oct 16:28
Compare
Choose a tag to compare

Fixed

  • Fix choroplethmapbox selection when adding new traces on top [#6345]

v2.16.0

14 Oct 21:34
Compare
Choose a tag to compare

Added

  • Add clustering options to scattermapbox [#5827],
    with thanks to @elben10 for the contribution!
  • Add bounds to mapbox suplots [6339]

v2.15.1

11 Oct 13:46
Compare
Choose a tag to compare

Fixed

  • Fix latest version of plotly.js main module on npm

v2.15.0

07 Oct 16:26
Compare
Choose a tag to compare

Added

  • Add angle, angleref and standoff to marker and add backoff to line; also introduce new arrow symbols to facilitate drawing networks [#6297]
  • Add minreducedwidth and minreducedheight to layout for increasing control over automargin [#6307]
  • Add entrywidth and entrywidthmode to legend [#6202, #6324]

Changed

  • Use valType of angle for rotation in pie [#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 and sankey traces when staticPlot is set to true [#6296]

v2.14.0

10 Aug 15:30
Compare
Choose a tag to compare

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

25 Jul 20:38
Compare
Choose a tag to compare

Fixed

  • Emit plotly_selected event on plot API calls and GUI edits [#6277]

v2.13.2

21 Jul 14:09
Compare
Choose a tag to compare

Fixed

  • Fix sankey select error (regression introduced in 2.13.0) [#6265]
  • Handle missing drag layer of invisible sankey traces to fix select error [#6267]
  • Emit selection event in shape drawing dragmodes when an existing selection is modified [#6262]

2.13.1

14 Jul 20:43
Compare
Choose a tag to compare

Fixed

  • Avoid attaching selections to undefined eventData (regression introduced in 2.13.0) [#6260]

v2.13.0

14 Jul 17:24
Compare
Choose a tag to compare

Added

  • Add selections, newselection and activeselection layout attributes to have
    persistent and editable selections over cartesian subplots [#6243]
  • Add unselected.line.color and unselected.line.opacity options to parcoords trace [#6216, #6236]
  • Add "exclusive" and "inclusive" quartile-computing algorithm to violin trace
    via quartilemethod attribute [#6187]
  • Add flaglist options including "left", "right", "top", "bottom", "width" and "height"
    to control the direction of automargin on cartesian axes [#6193]
  • Add delta.prefix and delta.suffix to indicator 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

  • Fix undesirable missing hover labels of box & violin traces [#6189]
  • Fix xref description of shapes [#6194]

v2.12.1

09 May 23:11
Compare
Choose a tag to compare

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]