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! |
|
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.0Release Notes
elastic/elastic-charts (@elastic/charts)
v61.0.0Compare Source
Bug Fixes
onRenderChangecallback trigger on resize (#2228) (be30c1b)tickLineunlessvisibleisfalse(#2194) (ec95d50)chore
Features
BREAKING CHANGES
LEGACY_DARK_THEMEandLEGACY_LIGHT_THEMEin favor of the mainDARK_THEMEandLIGHT_THEMEwhich was merged with eui theme overrides. These new themes are now default.tickLine.paddingwhenevertickLine.visibleistrueConfiguration
📅 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.