-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Update dependency @elastic/charts to v61 (main) #170914
Conversation
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
…into renovate/main-@elasticcharts
These changes are an effort to merge the eui charts theme with the charts theme to have one consistent chart theme across kibana. The The return (
<Chart>
<Settings
- theme={[myThemeOverrides, chartsPlugin.theme.useChartsTheme()]}
+ theme={[myThemeOverrides]}
baseTheme={chartsPlugin.theme.useChartsBaseTheme()}
/>
...
</Chart>
) These changes should have minimal affect on the look and behavior of your charts but in come cases the overrides used in the theme may cause unexpected changes to the theme. As such we ask that you please verify your chart styles are unaffected by this change. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services) |
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: cc @nickofthyme |
@elasticmachine run elasticsearch-ci/docs |
This PR contains the following updates:
60.0.0
->61.0.0
Release Notes
elastic/elastic-charts (@elastic/charts)
v61.0.0
Compare Source
Bug Fixes
onRenderChange
callback trigger on resize (#2228) (be30c1b)tickLine
unlessvisible
isfalse
(#2194) (ec95d50)chore
Features
BREAKING CHANGES
LEGACY_DARK_THEME
andLEGACY_LIGHT_THEME
in favor of the mainDARK_THEME
andLIGHT_THEME
which was merged with eui theme overrides. These new themes are now default.tickLine.padding
whenevertickLine.visible
istrue
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.