Skip to content

Commit db895cc

Browse files
authored
[8.19] Update dependency @elastic/charts to v70.1.4 to fix partition nested tooltip colors (#236341)
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 | [`70.1.1` -> `70.1.4`](elastic/elastic-charts@v70.1.1...v70.1.4) | --- ### Release Notes ## [70.1.4](elastic/elastic-charts@v70.1.3...v70.1.4) (2025-09-24) ### Bug Fixes * **partition:** fix tooltip nested colors ([#2717](elastic/elastic-charts#2717)) [70.x] ([#2736](elastic/elastic-charts#2736)) ([8caab26](elastic/elastic-charts@8caab26)) * **partition:** fix tooltip nested colors ([#2717](elastic/elastic-charts#2717)) [70.x] ([#2741](elastic/elastic-charts#2741)) ([c888166](elastic/elastic-charts@c888166)) ### Reverts * **partition:** fix tooltip nested colors [70.x] ([#2739](elastic/elastic-charts#2739)) ([b2b0cba](elastic/elastic-charts@b2b0cba)), closes [#2717](elastic/elastic-charts#2717) [#2736](elastic/elastic-charts#2736) ## [70.1.3](elastic/elastic-charts@v70.1.2...v70.1.3) (2025-08-04) ### Bug Fixes * update css style exports to use Borealis theme tokens ([#2695](elastic/elastic-charts#2695)) ([5619e08](elastic/elastic-charts@5619e08)) ## [70.1.2](elastic/elastic-charts@v70.1.1...v70.1.2) (2025-07-23) ### Bug Fixes * **axis:** disable nice adaptive ticks ([#2689](elastic/elastic-charts#2689)) ([5f9d946](elastic/elastic-charts@5f9d946)) ## [70.1.1](elastic/elastic-charts@v70.1.0...v70.1.1) (2025-07-14) --- ### 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 d9d9697 commit db895cc

File tree

2 files changed

+47
-6
lines changed

2 files changed

+47
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"@elastic/apm-rum": "^5.17.0",
117117
"@elastic/apm-rum-core": "^5.23.0",
118118
"@elastic/apm-rum-react": "^2.0.6",
119-
"@elastic/charts": "70.1.1",
119+
"@elastic/charts": "70.1.4",
120120
"@elastic/datemath": "5.0.3",
121121
"@elastic/ebt": "^1.3.1",
122122
"@elastic/ecs": "^8.11.5",

yarn.lock

Lines changed: 46 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2036,10 +2036,10 @@
20362036
dependencies:
20372037
object-hash "^1.3.0"
20382038

2039-
"@elastic/charts@70.1.1":
2040-
version "70.1.1"
2041-
resolved "https://registry.yarnpkg.com/@elastic/charts/-/charts-70.1.1.tgz#3ce1cd77b7d6b5c89cfe33f8dbdbf23e294d98e2"
2042-
integrity sha512-g6joH7VZlCL9syAJJDZ5Tf/x03XV3Zsc8HD0f77SioWa9MbMLPqRQZyuLG+Y2+1wCsoV6njuvk9AR96VgwbFdw==
2039+
"@elastic/charts@70.1.4":
2040+
version "70.1.4"
2041+
resolved "https://registry.yarnpkg.com/@elastic/charts/-/charts-70.1.4.tgz#648bae6a0b23ac51978f8a0e5ee8c00151e09169"
2042+
integrity sha512-ZYejGjrYWyQxDaR6+TYsA3r8pnieZB49dCNW9b/cToZqZ/5Pg94Q9uR8WqNhi2pcLezV+cqE7mZKRvjll+kVYg==
20432043
dependencies:
20442044
"@popperjs/core" "^2.11.8"
20452045
"@reduxjs/toolkit" "1.9.7"
@@ -2137,7 +2137,7 @@
21372137
resolved "https://registry.yarnpkg.com/@elastic/eslint-plugin-eui/-/eslint-plugin-eui-0.0.2.tgz#56b9ef03984a05cc213772ae3713ea8ef47b0314"
21382138
integrity sha512-IoxURM5zraoQ7C8f+mJb9HYSENiZGgRVcG4tLQxE61yHNNRDXtGDWTZh8N1KIHcsqN1CEPETjuzBXkJYF/fDiQ==
21392139

2140-
"@elastic/eui-amsterdam@npm:@elastic/eui@104.0.0-amsterdam.0", "@elastic/eui@104.0.0-amsterdam.0":
2140+
"@elastic/eui-amsterdam@npm:@elastic/eui@104.0.0-amsterdam.0":
21412141
version "104.0.0-amsterdam.0"
21422142
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-104.0.0-amsterdam.0.tgz#9eb69d025bf50367dbed544f21c6d2adedc2dd45"
21432143
integrity sha512-mXZL4+TdFtfBYnB4GV3FMNgZTlywG4YFuqsUgE55ncdepsMRButzralO+i/8usdMIEFMmkEsUM8k/xgjxGQqWA==
@@ -2187,6 +2187,47 @@
21872187
chroma-js "^2.4.2"
21882188
lodash "^4.17.21"
21892189

2190+
"@elastic/eui@104.0.0-amsterdam.0":
2191+
version "104.0.0-amsterdam.0"
2192+
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-104.0.0-amsterdam.0.tgz#9eb69d025bf50367dbed544f21c6d2adedc2dd45"
2193+
integrity sha512-mXZL4+TdFtfBYnB4GV3FMNgZTlywG4YFuqsUgE55ncdepsMRButzralO+i/8usdMIEFMmkEsUM8k/xgjxGQqWA==
2194+
dependencies:
2195+
"@elastic/eui-theme-common" "2.0.0"
2196+
"@elastic/prismjs-esql" "^1.1.0"
2197+
"@hello-pangea/dnd" "^16.6.0"
2198+
"@types/lodash" "^4.14.202"
2199+
"@types/numeral" "^2.0.5"
2200+
"@types/react-window" "^1.8.8"
2201+
"@types/refractor" "^3.4.0"
2202+
chroma-js "^2.4.2"
2203+
classnames "^2.5.1"
2204+
lodash "^4.17.21"
2205+
mdast-util-to-hast "^10.2.0"
2206+
numeral "^2.0.6"
2207+
prop-types "^15.8.1"
2208+
react-dropzone "^11.7.1"
2209+
react-element-to-jsx-string "^15.0.0"
2210+
react-focus-on "^3.9.1"
2211+
react-is "^17.0.2"
2212+
react-remove-scroll-bar "^2.3.4"
2213+
react-virtualized-auto-sizer "^1.0.24"
2214+
react-window "^1.8.10"
2215+
refractor "^3.6.0"
2216+
rehype-raw "^5.1.0"
2217+
rehype-react "^6.2.1"
2218+
rehype-stringify "^8.0.0"
2219+
remark-breaks "^2.0.2"
2220+
remark-emoji "^2.1.0"
2221+
remark-parse-no-trim "^8.0.4"
2222+
remark-rehype "^8.1.0"
2223+
tabbable "^5.3.3"
2224+
text-diff "^1.0.1"
2225+
unified "^9.2.2"
2226+
unist-util-visit "^2.0.3"
2227+
url-parse "^1.5.10"
2228+
uuid "^8.3.0"
2229+
vfile "^4.2.1"
2230+
21902231
"@elastic/filesaver@1.1.2":
21912232
version "1.1.2"
21922233
resolved "https://registry.yarnpkg.com/@elastic/filesaver/-/filesaver-1.1.2.tgz#1998ffb3cd89c9da4ec12a7793bfcae10e30c77a"

0 commit comments

Comments
 (0)