Skip to content

Releases: elastic/elastic-charts

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)

v67.0.0

23 Sep 10:23
Compare
Choose a tag to compare

67.0.0 (2024-09-23)

Bug Fixes

  • deps: update dependency @elastic/eui to ^95.8.0 (#2504) (1ca5dd9)
  • deps: update dependency @playwright/test to ^1.46.1 (#2511) (b99b3e6)
  • deps: update dependency json-schema-to-typescript to v15.0.1 (#2510) (a606d72)

Styles

  • theme: change point and isolated point style and visibility (#2525) (87de6c2)

BREAKING CHANGES

  • theme: the isolatedPoint style doesn't contain the radius parameter anymore. The radius is derived from the line.strokeWidth parameter.

v66.1.1

09 Aug 23:53
Compare
Choose a tag to compare

66.1.1 (2024-08-09)

Bug Fixes

  • deps: update dependency @elastic/eui to ^95.5.0 (#2496) (803a56a)
  • deps: update dependency @playwright/test to ^1.45.3 (#2495) (4b82ee2)
  • deps: update dependency json-schema-to-typescript to v15 (#2497) (d635ebb)
  • flame: failure when accessing visualViewport.visualViewport from within iFrame (#2502) (84f5328)

v66.1.0

15 Jul 20:41
Compare
Choose a tag to compare

66.1.0 (2024-07-15)

Bug Fixes

  • deps: update dependency @elastic/eui to ^95.3.0 (#2479) (d8c8a6a)
  • deps: update dependency @playwright/test to ^1.45.0 (#2480) (6b9935c)
  • deps: update dependency @playwright/test to ^1.45.1 (#2485) (8fe29f5)
  • deps: update dependency json-schema-to-typescript to v14.1.0 (#2481) (b459a76)
  • metric: icon alignment defaults (#2489) (bba76fa)

Features

  • metric: make value fit logic uniform across panels (#2484) (991347d)

v66.0.6

15 Jul 22:50
Compare
Choose a tag to compare

66.0.6 (2024-07-15)

Bug Fixes