Skip to content

Releases: plotly/plotly.js

v2.19.0

13 Mar 14:35
Compare
Choose a tag to compare

Added

  • Add label attribute to shapes [#6454],
    with thanks to the Volkswagen Center of Excellence for Battery Systems for sponsoring development!
  • Add labelalias to various axes namely cartesian, gl3d, polar, smith, ternary, carpet,
    indicator and colorbar [#6481],
    this feature was anonymously sponsored: thank you to our sponsor!

Changed

  • Upgrade is-mobile dependency [#6517]

Fixed

  • Avoid overlap of point and axis hover labels for hovermode: 'x'|'y' [#6442],
    with thanks to @dagroe for the contribution!

v2.18.2

15 Feb 23:33
Compare
Choose a tag to compare

Fixed

  • Avoid attaching internal d3 object to the window (regression introduced in 2.17.0) [#6487]
  • Correct the order of lower fence and upper fence in the French locale (fr) [#6476],
    with thanks to @Gagaro for the contribution!
  • Correct formats in the Peruvian locale (es-pe) [#6451],
    with thanks to @andresrcs for the contribution!

v2.18.1

02 Feb 20:21
Compare
Choose a tag to compare

Changed

  • Bump d3-interpolate and d3-color to v3 to address audit warnings [#6463]

Fixed

  • Fix scaling of exports e.g. the SVG format by not adding vector-effect CSS to static plots [#6445]
  • Fix hover on IE (regression introduced in 2.5.0) [#6466]

v2.18.0

19 Jan 17:09
Compare
Choose a tag to compare

Added

Changed

  • Improve detection of mobile & tablet devices for WebGL rendering by upgrading is-mobile [#6432]

Fixed

  • Fix library's imported name using requirejs AMD loader (regression introduced in 2.17.0) [#6440]

v2.17.1

09 Jan 18:41
Compare
Choose a tag to compare

Fixed

  • Fix line redraw (regression introduced in 2.15.0) [#6429]

v2.17.0

23 Dec 01:16
Compare
Choose a tag to compare

Added

  • Add shift and autoshift to cartesian y axes to help avoid overlapping of multiple axes [#6334],
    with thanks to Gamma Technologies for sponsoring the related development!
  • Introduce group attributes for scatter trace i.e. alignmentgroup, offsetgroup, scattermode and scattergap [#6381],
    this feature was anonymously sponsored: thank you to our sponsor!
  • Add marker.cornerradius attribute to treemap trace [#6351]

Changed

  • Change bundler from browserify to webpack [#6355]

Fixed

  • Fix auto backoff when marker symbols and sizes are arrays [#6414]
  • Avoid displaying resize cursor on static sliders [#6397]

v2.16.5

13 Dec 15:29
Compare
Choose a tag to compare

Fixed

  • Disable slider interactions when staticPlot is set to true [#6393]

v2.16.4

07 Dec 22:34
Compare
Choose a tag to compare

Fixed

  • Fix scattermapbox redraw (regression introduced in 2.16.0) [#6387]

v2.16.3

16 Nov 15:56
Compare
Choose a tag to compare

Fixed

v2.16.2

12 Nov 00:34
Compare
Choose a tag to compare

Fixed

  • Fix mapbox clearOutline calls (regression introduced in 2.13.0) [#6367]