Skip to content

v62.0.0

Compare
Choose a tag to compare
@nickofthyme nickofthyme released this 23 Jan 11:39
· 97 commits to main since this release

62.0.0 (2024-01-23)

Bug Fixes

  • deps: update dependency @elastic/eui to ^91.3.1 (#2286) (d4d7b5d)
  • deps: update dependency @elastic/eui to v92 (#2290) (cc537fa)
  • legend: improve last value handling (#2115) (9f99447)

BREAKING CHANGES

  • legend: In cartesian charts, the default legend value now represents the data points that coincide with the latest datum in the X domain. Please consider passing every data point, even the empty ones (like empty buckets/bins/etc) if your x data domain doesn't fully cover a custom x domain passed to the chart configuration.