Skip to content

Commit 55a894e

Browse files
authored
[8.18] Update dependency @elastic/charts to v68.1.1 to fix partition nested tooltip colors (#236336)
fix #203021 The tooltip no longer shows wrong color for nested slices. This issue was caused when nested layers shared the same label and value. ## Summary This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@elastic/charts](https://togithub.com/elastic/elastic-charts) | dependencies | patch | [`68.1.0` -> `68.1.1`](elastic/elastic-charts@v68.1.0...v68.1.1) | --- ### Release Notes ## [68.1.1](elastic/elastic-charts@v68.1.0...v68.1.1) (2025-09-24) ### Bug Fixes * **partition:** fix tooltip nested colors ([#2717](elastic/elastic-charts#2717)) [68.x] ([#2738](elastic/elastic-charts#2738)) ([c9b995f](elastic/elastic-charts@c9b995f)) # [68.1.0](elastic/elastic-charts@v68.0.4...v68.1.0) (2025-01-13) --- ### Checklist - [ ] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [ ] The PR description includes the appropriate Release Notes section, and the correct `release_note:*` label is applied per the [guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) - [ ] Review the [backport guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing) and apply applicable `backport:*` labels.
1 parent 0af3f40 commit 55a894e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"@elastic/apm-rum": "^5.16.3",
115115
"@elastic/apm-rum-core": "^5.22.1",
116116
"@elastic/apm-rum-react": "^2.0.5",
117-
"@elastic/charts": "68.1.0",
117+
"@elastic/charts": "68.1.1",
118118
"@elastic/datemath": "5.0.3",
119119
"@elastic/ebt": "^1.1.1",
120120
"@elastic/ecs": "^8.11.5",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2200,10 +2200,10 @@
22002200
dependencies:
22012201
object-hash "^1.3.0"
22022202

2203-
"@elastic/[email protected].0":
2204-
version "68.1.0"
2205-
resolved "https://registry.yarnpkg.com/@elastic/charts/-/charts-68.1.0.tgz#7c2e471e984cb8cfe9a05dba8eda19ff26a880e7"
2206-
integrity sha512-4Wb0g9lgEpsgKJgdV6uqmY444elBJ5VhVJQ0ZUpnn8CV9mzEz8HqXAanpfqG9NTGca8C/EnwlSeQEgF+9orU4A==
2203+
"@elastic/[email protected].1":
2204+
version "68.1.1"
2205+
resolved "https://registry.yarnpkg.com/@elastic/charts/-/charts-68.1.1.tgz#b05ec81bb9998bb183993e1256d9b05786fe75df"
2206+
integrity sha512-ASSsqGw6jDuk84u8jvF7x9FdtHr7YVMWElQDBGFXOLPhCZt+14UTsQqyLIpevMVZo/aCh03RHzRhrlYH//yGaA==
22072207
dependencies:
22082208
"@popperjs/core" "^2.11.8"
22092209
bezier-easing "^2.1.0"

0 commit comments

Comments
 (0)