Skip to content

Releases: elastic/elastic-charts

v60.0.1

07 Dec 10:59
Compare
Choose a tag to compare

60.0.1 (2023-12-07)

Bug Fixes

v61.0.3

29 Nov 18:26
Compare
Choose a tag to compare

61.0.3 (2023-11-29)

Bug Fixes

v61.0.2

21 Nov 01:15
Compare
Choose a tag to compare

61.0.2 (2023-11-21)

Bug Fixes

  • metric: background colors and sparkline rendering (#2255) [61.0.x] (#2257) (dfcb57a)

v61.1.0

20 Nov 03:53
Compare
Choose a tag to compare

61.1.0 (2023-11-20)

Bug Fixes

  • deps: update dependency @elastic/eui to v91 (#2233) (e89f623)
  • metric: add option to set empty cell background color (#2247) (6a9fb86)
  • metric: background color for bar with interactions (#2248) (dcb56fa)

Features

  • bullet: improve header layout and positioning (#2243) (b3a95d2)
  • bullet: new design style and implementation (#2156) (fca6cdd)

v61.0.1

20 Nov 04:46
Compare
Choose a tag to compare

61.0.1 (2023-11-20)

Bug Fixes

  • metric: add option to set empty cell background color (#2247) [61.0.x] (#2250) (fe3aefe)
  • metric: background color for bar with interactions (#2248) [61.0.x] (#2249) (4483606)

v61.0.0

08 Nov 18:32
Compare
Choose a tag to compare

61.0.0 (2023-11-08)

Bug Fixes

  • onRenderChange callback trigger on resize (#2228) (be30c1b)
  • axis: always render tickLine unless visible is false (#2194) (ec95d50)
  • BarSeries: ignore histogram mode in determining stacked series (#2225) (27b4281)
  • clamp brushing min of last bucket (#2227) (155c22d)
  • deps: update dependency @elastic/eui to ^88.5.0 (#2179) (2bb921e)
  • deps: update dependency @elastic/eui to ^88.5.4 (#2190) (05b33e5)
  • deps: update dependency @elastic/eui to ^89.1.0 (#2212) (a91f68d)
  • deps: update dependency @elastic/eui to v89 (#2193) (132327d)
  • deps: update dependency @elastic/eui to v90 (#2222) (10cd53b)

chore

Features

  • metric: allow alpha colors and improve contrast logic (#2184) (dd5732e)

BREAKING CHANGES

  • BarSeries: now ignores histogram mode in determining stacked series
  • elastic charts theme renamed to LEGACY_DARK_THEME and LEGACY_LIGHT_THEME in favor of the main DARK_THEME and LIGHT_THEME which was merged with eui theme overrides. These new themes are now default.
  • axis: Now respects tickLine.padding whenever tickLine.visible is true
  • metric: Remove Theme.metric.background in favor of Theme.background.color.

v60.0.0

20 Sep 08:21
Compare
Choose a tag to compare

60.0.0 (2023-09-20)

Bug Fixes

Features

BREAKING CHANGES

  • xy: when using the ScaleType.Ordinal for the X scale the legend extra value, representing the last and current hovered value, will not be shown.

v59.1.0

19 Jul 08:04
Compare
Choose a tag to compare

59.1.0 (2023-07-19)

Bug Fixes

  • deps: update dependency @elastic/eui to v83 (#2088) (c72695e)
  • deps: update dependency @elastic/eui to v84 (#2108) (2b76a9a)

Features

v59.0.0

27 Jun 16:43
Compare
Choose a tag to compare

59.0.0 (2023-06-27)

Bug Fixes

  • legend: use reading direction sorting for stacked bar charts (#2080) (be9c839)

BREAKING CHANGES

  • legend: the sorting order of the legend is now inverted for stacked charts, following the reading direction of the legend (top-to-bottom in insertion order)

v58.2.1

23 Jun 19:22
Compare
Choose a tag to compare

58.2.1 (2023-06-23)

Bug Fixes