Skip to content

Releases: plotly/plotly.js

v2.10.1

08 Mar 14:25
Compare
Choose a tag to compare

Fixed

  • Fix mesh3d generation when alphahull is a positive number (regression introduced in 2.5.1) [#6133]

v2.10.0

05 Mar 02:26
Compare
Choose a tag to compare

Added

  • Add support to use version 3 of MathJax and add typesetMath attribute to config [#6073],
    with thanks to Equinor for sponsoring the related development!
  • Add fillpattern options to scatter trace [#6101],
    with thanks to @s417-lama for the contribution!

v2.9.0

04 Feb 21:21
Compare
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
Compare
Choose a tag to compare

Fixed

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

v2.8.2

20 Dec 16:42
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Fixed

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

v2.6.3

12 Nov 19:15
Compare
Choose a tag to compare

Fixed

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