Releases: elastic/elastic-charts
Releases · elastic/elastic-charts
v61.0.2
v61.1.0
v61.0.1
v61.0.0
61.0.0 (2023-11-08)
Bug Fixes
onRenderChange
callback trigger on resize (#2228) (be30c1b)- axis: always render
tickLine
unlessvisible
isfalse
(#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
BREAKING CHANGES
- BarSeries: now ignores histogram mode in determining stacked series
- elastic charts theme renamed to
LEGACY_DARK_THEME
andLEGACY_LIGHT_THEME
in favor of the mainDARK_THEME
andLIGHT_THEME
which was merged with eui theme overrides. These new themes are now default. - axis: Now respects
tickLine.padding
whenevertickLine.visible
istrue
- metric: Remove
Theme.metric.background
in favor ofTheme.background.color
.
v60.0.0
60.0.0 (2023-09-20)
Bug Fixes
- deps: update dependency @elastic/eui to ^88.2.0 (#2161) (6609a19)
- deps: update dependency @elastic/eui to ^88.3.0 (#2163) (624f43a)
- deps: update dependency @elastic/eui to v85 (#2113) (1b3fa7c)
- deps: update dependency @elastic/eui to v87 (#2145) (312c32c)
- deps: update dependency @elastic/eui to v88 (#2154) (4070da0)
- tooltip: rendering in react v18 (#2169) (f30df54)
- update font family (#2165) (be07b0c)
- waffle: remove alpha artifacts (#2139) (8eb4ede)
- Wait a tick before reporting render status (#2131) (fd2bca4)
- xy: disable legend extra on ordinal (#2114) (3ddfb18)
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.