Releases: elastic/elastic-charts
Releases · elastic/elastic-charts
v65.2.0
65.2.0 (2024-06-04)
Bug Fixes
- deps: update dependency @elastic/eui to ^94.5.2 (#2450) (26b425c)
- deps: update dependency @elastic/eui to ^94.6.0 (#2454) (6759469)
- deps: update dependency @playwright/test to ^1.44.1 (#2451) (158b4c2)
- deps: update dependency json-schema-to-typescript to v14.0.5 (#2452) (7947e17)
- metric: chart not rendered when the trend is empty (#2447) (6042cc8)
- sunburst: rendering for full sections (#2457) (58c2721)
Features
v65.1.0
v65.0.0
65.0.0 (2024-05-20)
Bug Fixes
- barSeries: error rendering bars with negative log scale (#2407) (4ab6d8f)
- deps: update dependency @elastic/eui to ^93.5.1 (#2375) (35ed956)
- deps: update dependency @elastic/eui to ^93.5.2 (#2386) (e26c6dd)
- deps: update dependency @elastic/eui to ^93.6.0 (#2393) (40f2b7b)
- deps: update dependency @elastic/eui to ^94.3.0 (#2424) (cff5181)
- deps: update dependency @elastic/eui to v94 (#2409) (67c814f)
- deps: update dependency @playwright/test to ^1.43.0 (#2388) (42f86d7)
- deps: update dependency @playwright/test to ^1.43.1 (#2413) (79b1c7f)
- deps: update dependency json-schema-to-typescript to v14 (#2414) (785f635)
- deps: update dependency json-schema-to-typescript to v14.0.4 (#2421) (790170a)
- legend: custom legend covered by background (#2366) (5b9ffac)
Features
- add support for start day of week on MLT axis (#2362) (3aac1f0)
- Legend: change click on item behaviour (#2427) (b1c72df)
- legend: change click on item behaviour (#2431) (b03bdd0)
- legend: Improve interactions legend labels (#2418) (384baac)
- legend: select legend statistic value (#2355) (a602838)
- metric: support array of values (#2428) (e448bd7)
Reverts
BREAKING CHANGES
- legend: The legend modifier key has been changed to CTRL (or CMD on Mac) from SHIFT. The SHIFT key will no longer have any effect on click.
- legend: The showLegendExtra prop in the Settings is renamed to legendValues and accept an array of LegendValues.
v64.1.0
v64.0.2
v64.0.1
v64.0.0
64.0.0 (2024-02-13)
Bug Fixes
- deps: update dependency @elastic/eui to ^93.1.0 (#2332) (855e357)
- deps: update dependency @elastic/eui to v93 (#2324) (ce19379)
- deps: update dependency @playwright/test to ^1.41.2 (#2330) (1f8c638)
- metric: move
MetricSpec.body
toMetricBase
(#2336) (3390e25) - use passed size in pixel without waiting for resizeObserver (#2270) (f9c11fc)
chore
BREAKING CHANGES
- metric: Moves
MetricSpec.body
toMetricDatum.body
/MetricBase.body
- bullet: Rename
BulletGraph
toBullet
andColorBandSimpleConfig.classes
tosteps
v63.1.0
v63.0.0
v62.0.0
62.0.0 (2024-01-23)
Bug Fixes
- deps: update dependency @elastic/eui to ^91.3.1 (#2286) (d4d7b5d)
- deps: update dependency @elastic/eui to v92 (#2290) (cc537fa)
- legend: improve last value handling (#2115) (9f99447)
BREAKING CHANGES
- legend: In cartesian charts, the default legend value now represents the data points that coincide with the latest datum in the X domain. Please consider passing every data point, even the empty ones (like empty buckets/bins/etc) if your x data domain doesn't fully cover a custom x domain passed to the chart configuration.