Skip to content

Releases: elastic/elastic-charts

v69.1.0

29 Jan 15:31
Compare
Choose a tag to compare

69.1.0 (2025-01-29)

Bug Fixes

  • deps: update dependency json-schema-to-typescript to v15.0.4 (#2522) (2d4b650)
  • heatmap: respect margins and paddings (#2577) (c24566d)
  • themes: reintroduce Amsterdam colors (#2604) (8c9913d)

Features

  • heatmap: add rotation in heatmap debug state (#2594) (9047bd2)

v69.0.1

29 Jan 16:36
Compare
Choose a tag to compare

69.0.1 (2025-01-29)

Bug Fixes

v69.0.0

28 Jan 13:49
Compare
Choose a tag to compare

Warning

Deprecated
This version removed Amsterdam theming. We added back Amsterdam themes in v69.0.1 for BWC until we phase out the Amsterdam theme completely.

69.0.0 (2025-01-28) Deprecated

Bug Fixes

  • deps: update dependency @elastic/eui to v99 (#2567) (f397987)
  • style: align xy axis style to borealis (#2584) (9486374)

Styles

BREAKING CHANGES

  • theme: the light and dark themes follow the EUI Borealis theme.

v68.1.0

13 Jan 18:28
Compare
Choose a tag to compare

68.1.0 (2025-01-13)

Features

  • remove error boundary in favor of external boundary (#2580) (b84f9bf)

v68.0.4

11 Dec 21:31
Compare
Choose a tag to compare

68.0.4 (2024-12-11)

Bug Fixes

  • xy: compute per series and global minPointsDistance (#2571) (8dae2c1)

Performance Improvements

v68.0.3

28 Nov 15:32
Compare
Choose a tag to compare

68.0.3 (2024-11-28)

Bug Fixes

  • xy: line annotation marker aria label fix (#2558) (3b056c3)

v68.0.2

24 Oct 08:16
Compare
Choose a tag to compare

68.0.2 (2024-10-24)

Bug Fixes

v68.0.1

23 Oct 09:19
Compare
Choose a tag to compare

68.0.1 (2024-10-23)

Bug Fixes

  • deps: update dependency @playwright/test to ^1.47.2 (#2539) (10d5f40)
  • Metric: improve default font-sizing (#2548) (2e1178d)

v68.0.0

08 Oct 15:09
Compare
Choose a tag to compare

68.0.0 (2024-10-08)

Features

BREAKING CHANGES

  • xy: The way mixed stacked/nonstacked series are colored now is different from the previous behaviour. Now we color them not by their insert index but by the way we display them in the rendering: from the left to right, bottom top, stacked, nonstacked. This align correctly also the legend colors by default. This does not affect colors assigned via a SeriesColorAccessor.

v67.0.1

03 Oct 09:03
Compare
Choose a tag to compare

67.0.1 (2024-10-03)

Bug Fixes

  • ChartStatus: render complete if same parent size is dispatched (#2534) (c3aba88)