mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
Closes https://github.com/elastic/kibana/issues/206708?reload=1?reload=1 ## Summary The transaction breakdown chart was showing Amsterdam theme colors instead of Borealis. The issue was because some of this colors are set on the server side and used the kibana theme not eui theme. ### What was done Remove the color setting on server side and update `getVizColorForIndex()` to use `EuiTheme` - Metrics charts - GC charts - Transaction breakdown chart BEFORE <img width="660" alt="image" src="https://github.com/user-attachments/assets/ffc72b58-5afb-495e-bc0b-ea3938df4c9b" /> AFTER  |
||
---|---|---|
.. | ||
basic | ||
cloud | ||
common | ||
configs | ||
rules | ||
tests | ||
trial | ||
utils.ts |