Skip to content

Releases: plotly/plotly.js

v2.9.0

04 Feb 21:21

Choose a tag to compare

Added

  • Implement ticklabelstep to reduce labels on 2D axes and colorbars [#6088]

Changed

  • Display the version of plotly.js when hovering over the modebar [#6077]
  • Various dependency updates as listed under the v2.9.0 milestone

Fixed

  • Fix vertical spacing of legend items in horizontal mode [#6094]

v2.8.3

20 Dec 17:40

Choose a tag to compare

Fixed

  • Correct formatted x/y texttempate for histogram trace [#6070]

v2.8.2

20 Dec 16:42

Choose a tag to compare

Fixed

  • Fix x/y texttemplate for histogram, bar, funnel and waterfall traces [#6069]

v2.8.1

16 Dec 01:54

Choose a tag to compare

Fixed

  • Do not exceed layout font size when textfont is set to "auto" for heatmap, histogram2d, contour and
    histogram2dcontour traces [#6061]

v2.8.0

10 Dec 21:28

Choose a tag to compare

Added

  • Introduce horizontal colorbars [#6024]
  • Implement legend.grouptitlefont and hoverlabel.grouptitlefont [#6040]
  • Add texttemplate and textfont to heatmap and histogram2d traces as well as
    histogram2dcontour and contour traces when coloring is set "heatmap" [#6028]

Fixed

  • Fix to discard negative values from pie chart post-aggregation instead of during summation [#6051],
    with thanks to @destiny-wu for the contribution!

v2.7.0

03 Dec 03:02

Choose a tag to compare

Added

  • Add texttemplate, textposition, textfont, textangle,
    outsidetextfont, insidetextfont, insidetextanchor,
    constraintext and cliponaxis to histogram trace [#6038]

Changed

  • Bump probe-image-size module to v7.2.2 [#6036]

Fixed

  • Fix mapbox derived coordinate for Retina displays [#6039]
  • Fix interaction between uirevision and autorange. Because we push autorange and range back into layout,
    there can be times it looks like we're applying GUI-driven changes on top of explicit autorange and other times
    it's an implicit autorange, even though the user's intent was always implicit. This fix treats them as equivalent. [#6046]

v2.6.4

26 Nov 18:58

Choose a tag to compare

Fixed

  • Avoid bar with text to jump when selected [#6043]

v2.6.3

12 Nov 19:15

Choose a tag to compare

Fixed

  • Fix hover events in Shadow DOM [#6021],
    with thanks to @SabineWren for the contribution!

v2.6.2

05 Nov 15:47

Choose a tag to compare

Fixed

  • Fix loading issue in orca (regression introduced in 2.6.0) [#6011]

v2.6.1

03 Nov 19:49

Choose a tag to compare

Fixed

  • Fix to avoid including local stackgl_modules/node_modules in the package (regression introduced in 2.6.0) [#6008]