-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Charts] Fix borealis theme overrides #209595
Conversation
Pinging @elastic/kibana-visualizations (Team:Visualizations) |
Starting backport for target branches: 9.0 |
💚 Build Succeeded
Metrics [docs]Page load bundle
|
## Summary This removes an override that was applied to the charts theme prior to updating the `Theme` in `@elastic/charts`. This is no longer needed and is now using the wrong color. ## Release note Fixes issue with `Amsterdam` theme where charts render with the incorrect background color. (cherry picked from commit 5954061)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
# Backport This will backport the following commits from `main` to `9.0`: - [[Charts] Fix borealis theme overrides (#209595)](#209595) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Nick Partridge","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-02-04T18:54:19Z","message":"[Charts] Fix borealis theme overrides (#209595)\n\n## Summary\r\n\r\nThis removes an override that was applied to the charts theme prior to\r\nupdating the `Theme` in `@elastic/charts`. This is no longer needed and\r\nis now using the wrong color.\r\n\r\n## Release note\r\n\r\nFixes issue with `Amsterdam` theme where charts render with the\r\nincorrect background color.","sha":"595406176fd82b3e0c1ce967d8a801e428e0e94a","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","Team:Visualizations","Feature:Lens","backport:prev-minor","backport:current-major","v9.1.0"],"title":"[Charts] Fix borealis theme overrides","number":209595,"url":"https://github.com/elastic/kibana/pull/209595","mergeCommit":{"message":"[Charts] Fix borealis theme overrides (#209595)\n\n## Summary\r\n\r\nThis removes an override that was applied to the charts theme prior to\r\nupdating the `Theme` in `@elastic/charts`. This is no longer needed and\r\nis now using the wrong color.\r\n\r\n## Release note\r\n\r\nFixes issue with `Amsterdam` theme where charts render with the\r\nincorrect background color.","sha":"595406176fd82b3e0c1ce967d8a801e428e0e94a"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/209595","number":209595,"mergeCommit":{"message":"[Charts] Fix borealis theme overrides (#209595)\n\n## Summary\r\n\r\nThis removes an override that was applied to the charts theme prior to\r\nupdating the `Theme` in `@elastic/charts`. This is no longer needed and\r\nis now using the wrong color.\r\n\r\n## Release note\r\n\r\nFixes issue with `Amsterdam` theme where charts render with the\r\nincorrect background color.","sha":"595406176fd82b3e0c1ce967d8a801e428e0e94a"}}]}] BACKPORT--> Co-authored-by: Nick Partridge <[email protected]>
@markov00 where else should be backport this to? |
I don't believe we need to merge it in 8.x because borealis changes are applied only to 9.x branch as recommended here #199715 (comment) The most important thing is to consider every fix on elastic-charts that needs to be in 8.x to be backported to 68.x before being merged into 8.x |
## Summary This removes an override that was applied to the charts theme prior to updating the `Theme` in `@elastic/charts`. This is no longer needed and is now using the wrong color. ## Release note Fixes issue with `Amsterdam` theme where charts render with the incorrect background color.
Summary
This removes an override that was applied to the charts theme prior to updating the
Theme
in@elastic/charts
. This is no longer needed and is now using the wrong color.Fixes #209596
Zight.Recording.2025-02-04.at.11.14.44.AM.mp4
Checklist
release_note:*
label is applied per the guidelinesRelease note
Fixes issue with
Amsterdam
theme where charts render with the incorrect background color.