Skip to content

Releases: plotly/plotly.js

v2.24.2

09 Jun 22:06
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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!

v2.23.0

12 May 19:52
Compare
Choose a tag to compare

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

27 Apr 14:51
Compare
Choose a tag to compare

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]

v2.21.0

17 Apr 21:33
Compare
Choose a tag to compare

Added

  • Add label.texttemplate to parametric shapes i.e. line, rect and circle [#6527],
    with thanks to the Volkswagen Center of Excellence for Battery Systems for sponsoring development!
  • Add strict option to custom bundle command [#6557],
    with thanks to @CallumNZ for the contribution!

Fixed

  • Fix dragging of legend when xanchor is not 'left' or yanchor is not 'top' [#6528],
    with thanks to @bmaranville for the contribution!
  • Fix heatmap rendering bug and improve performance when zsmooth is set to "fast" [#6565],
    with thanks to @lvlte for the contribution!

v2.20.0

15 Mar 17:55
Compare
Choose a tag to compare

Added

  • Add title.automargin to enable automatic top and bottom margining for both container and paper referenced titles [#6428],
    with thanks to Gamma Technologies for sponsoring the related development.

v2.19.1

14 Mar 15:58
Compare
Choose a tag to compare

Fixed

  • Ensure slider range stays in bounds during the drag [#4448],
    with thanks to @jay-bis for the contribution!