Skip to content

Releases: plotly/plotly.js

v2.26.0

24 Aug 17:04

Choose a tag to compare

Added

  • Add "min", "max", "min reversed" and "max reversed" autorange options and handle partial ranges (i.e. one end being null), add autorangeoptions (clipmin, clipmax, minallowed, maxallowed, include) as well as minallowed and maxallowed to cartesian, gl3d and radial axes [#6547]
  • Add [n]-sigma (std deviations) box plots as an alternative to quartiles [#6697], with thanks to @28raining for the contribution!
  • Add "top left" & "top center" side options to legend title [#6711], with thanks to @28raining for the contribution!
  • Add "false" option to scaleanchor to allow removing a constraint that is set by default [#6712], with thanks to @lvlte for the contribution!

v2.25.2

11 Aug 16:10

Choose a tag to compare

Changed

  • Update Croatian translations in hr locale [#6690],
    with thanks to @Mkranj for the contribution!

Fixed

  • Fix potential prototype pollution in plot API calls [#6703, 6704]

v2.25.1

02 Aug 14:23

Choose a tag to compare

Fixed

  • Fix clearing legend using react (regression introduced in 2.25.0) [#6695]

v2.25.0

25 Jul 16:51

Choose a tag to compare

Added

  • Add "Equal Earth" projection to geo subplots [#6670],
    with thanks to @apparebit for the contribution!
  • Add options to include legends for shapes and newshape [#6653]
  • Add Plotly.deleteActiveShape command [#6679]

Fixed

  • Fix contour plot colorscale domain (take account of zmin, zmax, cmin and cmax) [#6625],
    with thanks to @lvlte for the contribution!
  • Fix text markers on non-mapbox styled maps [#6652],
    with thanks to @baurt for the contribution!
  • Fix unhide isolated traces in multi legend cases (regression introduced in 2.24.3) [#6684]

v2.24.3

18 Jul 19:33

Choose a tag to compare

Fixed

  • Fix double clicking one item in a legend hides traces in other legends [#6655]
  • Fix double click pie slices when having multiple legends [#6657]
  • Fix per legend group and traceorder defaults when having multiple legends [#6664]

v2.24.2

09 Jun 22:06

Choose a tag to compare

Fixed

  • Fix legend groups toggle (regression introduced in 2.22.0) #6639
  • Fix waterfall hovertemplate not showing delta on totals similar #6635

v2.24.1

07 Jun 19:16

Choose a tag to compare

Fixed

  • Fix minimal copying of arrays in minExtend function
    (regression introduced in 2.24.0) #6632

v2.24.0

06 Jun 15:08

Choose a tag to compare

Added

Fixed

  • Fix to prevent accessing undefined (hoverText.hoverLabels) in case all currently shown markers
    have hoverinfo: "none" (regression introduced in 2.6.0) #6614,
    with thanks to @Domino987 for the contribution!
  • Fix to ensure only minimum margin spacing is added for container-referenced legends and colorbars [#6616]

v2.23.2

19 May 22:26

Choose a tag to compare

Fixed

  • Fix text rendering while drawing new shapes [#6608],
    with thanks to the Volkswagen Center of Excellence for Battery Systems for sponsoring development!

v2.23.1

17 May 01:24

Choose a tag to compare

Fixed

  • Fix heatmap rendering on iOS and Safari when zsmooth is set to false [#6605], with thanks to @lvlte for the contribution!