Commit db895cc
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
2 files changed
+47
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2036 | 2036 | | |
2037 | 2037 | | |
2038 | 2038 | | |
2039 | | - | |
2040 | | - | |
2041 | | - | |
2042 | | - | |
| 2039 | + | |
| 2040 | + | |
| 2041 | + | |
| 2042 | + | |
2043 | 2043 | | |
2044 | 2044 | | |
2045 | 2045 | | |
| |||
2137 | 2137 | | |
2138 | 2138 | | |
2139 | 2139 | | |
2140 | | - | |
| 2140 | + | |
2141 | 2141 | | |
2142 | 2142 | | |
2143 | 2143 | | |
| |||
2187 | 2187 | | |
2188 | 2188 | | |
2189 | 2189 | | |
| 2190 | + | |
| 2191 | + | |
| 2192 | + | |
| 2193 | + | |
| 2194 | + | |
| 2195 | + | |
| 2196 | + | |
| 2197 | + | |
| 2198 | + | |
| 2199 | + | |
| 2200 | + | |
| 2201 | + | |
| 2202 | + | |
| 2203 | + | |
| 2204 | + | |
| 2205 | + | |
| 2206 | + | |
| 2207 | + | |
| 2208 | + | |
| 2209 | + | |
| 2210 | + | |
| 2211 | + | |
| 2212 | + | |
| 2213 | + | |
| 2214 | + | |
| 2215 | + | |
| 2216 | + | |
| 2217 | + | |
| 2218 | + | |
| 2219 | + | |
| 2220 | + | |
| 2221 | + | |
| 2222 | + | |
| 2223 | + | |
| 2224 | + | |
| 2225 | + | |
| 2226 | + | |
| 2227 | + | |
| 2228 | + | |
| 2229 | + | |
| 2230 | + | |
2190 | 2231 | | |
2191 | 2232 | | |
2192 | 2233 | | |
| |||
0 commit comments