Skip to content

Releases: plotly/plotly.js

v2.25.1

Choose a tag to compare

@archmoj archmoj released this 02 Aug 14:23

Fixed

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

v2.25.0

Choose a tag to compare

@archmoj archmoj released this 25 Jul 16:51

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

Choose a tag to compare

@archmoj archmoj released this 18 Jul 19:33

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

Choose a tag to compare

@archmoj archmoj released this 09 Jun 22:06

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

Choose a tag to compare

@archmoj archmoj released this 07 Jun 19:16

Fixed

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

v2.24.0

Choose a tag to compare

@archmoj archmoj released this 06 Jun 15:08

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

Choose a tag to compare

@archmoj archmoj released this 19 May 22:26

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

Choose a tag to compare

@archmoj archmoj released this 17 May 01:24

Fixed

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

v2.23.0

Choose a tag to compare

@archmoj archmoj released this 12 May 19:52

Added

  • Add legend.xref and legend.yref to enable container-referenced positioning of legends [#6589], with thanks to Gamma Technologies for sponsoring the related development.
  • Add colorbar.xref and colorbar.yref to enable container-referenced positioning of colorbars [#6593], with thanks to Gamma Technologies for sponsoring the related development.

Changed

  • Improve heatmap rendering performance when zsmooth is set to false [#6574], with thanks to @lvlte for the contribution!

v2.22.0

Choose a tag to compare

@archmoj archmoj released this 27 Apr 14:51

Added

  • Add legend references to traces and legend2, legend3, etc. to layout,
    also add visible to legend i.e. to allow positioning multiple legends on a graph [#6535],
    this feature was anonymously sponsored: thank you to our sponsor!

Changed

  • Update Norwegian translations in no locale [#5410],
    with thanks to @bjornol for the contribution!
  • Update Slovak translations and number formats in sk locale [#6580], with thanks to @Libco for the contribution!

Fixed

  • Fix plotly_click in gl3d scenes to fire on touch devices [#6563],
    with thanks to @NickTominaga for the contribution!
  • Fix scatter3d when marker.opacity is set to zero [#6581], with thanks to @dmyronuk for the contribution!
  • Fix scattermapbox visibility restyle [#6567]