Releases: elastic/elastic-charts
Releases · elastic/elastic-charts
v69.0.1
v69.0.0
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
v68.0.4
v68.0.3
v68.0.2
v68.0.1
v68.0.0
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
v67.0.0
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
BREAKING CHANGES
- theme: the
isolatedPoint
style doesn't contain theradius
parameter anymore. The radius is derived from theline.strokeWidth
parameter.