Skip to content

Releases: elastic/elastic-charts

v65.2.0

04 Jun 17:00
Compare
Choose a tag to compare

65.2.0 (2024-06-04)

Bug Fixes

  • deps: update dependency @elastic/eui to ^94.5.2 (#2450) (26b425c)
  • deps: update dependency @elastic/eui to ^94.6.0 (#2454) (6759469)
  • deps: update dependency @playwright/test to ^1.44.1 (#2451) (158b4c2)
  • deps: update dependency json-schema-to-typescript to v14.0.5 (#2452) (7947e17)
  • metric: chart not rendered when the trend is empty (#2447) (6042cc8)
  • sunburst: rendering for full sections (#2457) (58c2721)

Features

v65.1.0

28 May 19:53
Compare
Choose a tag to compare

65.1.0 (2024-05-28)

Bug Fixes

  • deps: update dependency @elastic/eui to ^94.5.0 (#2433) (b13ded9)
  • deps: update dependency @playwright/test to ^1.44.0 (#2434) (faf36aa)
  • Metric: should only show one focus halo on ::focus event (#2441) (96b0779)
  • react component type errors (#2440) (f0b3a00)

Features

v65.0.0

20 May 09:44
Compare
Choose a tag to compare

65.0.0 (2024-05-20)

Bug Fixes

  • barSeries: error rendering bars with negative log scale (#2407) (4ab6d8f)
  • deps: update dependency @elastic/eui to ^93.5.1 (#2375) (35ed956)
  • deps: update dependency @elastic/eui to ^93.5.2 (#2386) (e26c6dd)
  • deps: update dependency @elastic/eui to ^93.6.0 (#2393) (40f2b7b)
  • deps: update dependency @elastic/eui to ^94.3.0 (#2424) (cff5181)
  • deps: update dependency @elastic/eui to v94 (#2409) (67c814f)
  • deps: update dependency @playwright/test to ^1.43.0 (#2388) (42f86d7)
  • deps: update dependency @playwright/test to ^1.43.1 (#2413) (79b1c7f)
  • deps: update dependency json-schema-to-typescript to v14 (#2414) (785f635)
  • deps: update dependency json-schema-to-typescript to v14.0.4 (#2421) (790170a)
  • legend: custom legend covered by background (#2366) (5b9ffac)

Features

Reverts

BREAKING CHANGES

  • legend: The legend modifier key has been changed to CTRL (or CMD on Mac) from SHIFT. The SHIFT key will no longer have any effect on click.
  • legend: The showLegendExtra prop in the Settings is renamed to legendValues and accept an array of LegendValues.

v64.1.0

13 Mar 21:26
Compare
Choose a tag to compare

64.1.0 (2024-03-13)

Features

  • theme: move annotation default styles to Theme (#2357) (fe19ae2)

v64.0.2

12 Mar 15:40
Compare
Choose a tag to compare

64.0.2 (2024-03-12)

Bug Fixes

  • bullet: full circle overlapping tick labels (#2350) (edbff68)
  • deps: update dependency @elastic/eui to ^93.3.0 (#2356) (cf9ce81)
  • deps: update dependency @playwright/test to ^1.42.1 (#2354) (03581bc)

v64.0.1

10 Mar 22:23
Compare
Choose a tag to compare

64.0.1 (2024-03-10)

Bug Fixes

  • bullet: add a11y summary and debugState (#2352) (49a1b35)
  • deps: update dependency @elastic/eui to ^93.2.0 (#2343) (0701985)

v64.0.0

13 Feb 21:42
Compare
Choose a tag to compare

64.0.0 (2024-02-13)

Bug Fixes

  • deps: update dependency @elastic/eui to ^93.1.0 (#2332) (855e357)
  • deps: update dependency @elastic/eui to v93 (#2324) (ce19379)
  • deps: update dependency @playwright/test to ^1.41.2 (#2330) (1f8c638)
  • metric: move MetricSpec.body to MetricBase (#2336) (3390e25)
  • use passed size in pixel without waiting for resizeObserver (#2270) (f9c11fc)

chore

  • bullet: bullet improvements, bug fixes and renaming (#2319) (34fd38b)

BREAKING CHANGES

  • metric: Moves MetricSpec.body to MetricDatum.body/MetricBase.body
  • bullet: Rename BulletGraph to Bullet and ColorBandSimpleConfig.classes to steps

v63.1.0

29 Jan 17:46
Compare
Choose a tag to compare

63.1.0 (2024-01-29)

Bug Fixes

  • deps: update dependency @elastic/eui to ^92.1.1 (#2315) (f4e4fae)
  • deps: update dependency @playwright/test to ^1.41.1 (#2316) (e2ab527)
  • styles: isolated point style overrides (#2278) (3fb1df2)

Features

  • metric: custom slot to render contents in gap (#2303) (3256c8c)

Performance Improvements

v63.0.0

24 Jan 14:44
Compare
Choose a tag to compare

63.0.0 (2024-01-24)

Features

BREAKING CHANGES

  • legend: The CustomLegend.item now exposes both the raw and the formatted version of the extra value.

v62.0.0

23 Jan 11:39
Compare
Choose a tag to compare

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.