Update dependency @elastic/charts to v18.1.0#60578
Conversation
|
Pinging @elastic/kibana-operations (Team:Operations) |
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
|
Pinging @elastic/siem (Team:SIEM) |
YulNaumenko
left a comment
There was a problem hiding this comment.
LGTM. Tested in UI - works as expected.
spalger
left a comment
There was a problem hiding this comment.
@kbn/ui-shared-deps upgrade LGTM
walterra
left a comment
There was a problem hiding this comment.
ML changes LGTM, also did a local test, thanks for fixing the regressions!
FrankHassanabad
left a comment
There was a problem hiding this comment.
Very clean code changes to the SIEM code. I checked this out test ran it against our data and all the charts look to be operating.
Appreciate the process the charting team has put into place and how everyone auto updates everyone's code. Really unique and motivating for me to see this much participation and collaboration in these pull requests.
LGTM 👍
* master: (55 commits) Update dependency @elastic/charts to v18.1.0 (elastic#60578) Only set timezone when user setting is a valid timezone (elastic#57850) [NP] Remove `ui/agg_types` dependencies and move paginated table to kibana_legacy (elastic#60276) [SIEM] Fix types in rules tests (elastic#60736) [Alerting] prevent flickering when fields are updated in an alert (elastic#60666) License checks for actions plugin (elastic#59070) Implemented ability to clear and properly validate alert interval (elastic#60571) WebElementWrapper: add findByTestSubject/findAllByTestSubject to search with data-test-subj (elastic#60568) [Maps] Update layer dependencies to NP (elastic#59585) [Discover] Remove StateManagementConfigProvider (elastic#60221) [ML] Listing all categorization wizard checks (elastic#60502) [Upgrade Assistant] First iteration of batch reindex docs (elastic#59887) [SIEM] Export timeline (elastic#58368) [SIEM] Add support for actions and throttle in Rules (elastic#59641) Fix ace a11y listener (elastic#60639) Add addInfo toast to core notifications service (elastic#60574) fix test description (elastic#60638) [SIEM] Cypress screenshots upload to google cloud (elastic#60556) [canvas/shareable_runtime] sync sass loaders with kbn/optimizer (elastic#60653) [SIEM] Fixes Modification of ML Rules (elastic#60662) ...
Summary
This PR contains the following updates:
^17.1.1->^18.1.0For reviewers
There are few breaking changes reported in the Release Notes below.
Please note that the main breaking change is the following:
<Settings />component how hides by default the last/current value on the legend (highlighted in red in the screenshot below). I've manually added this extra value on the legend whenever I saw it wasn't disabled manually.Please check carefully and if you need to enable/disable that please use the
showLegendExtraprop on the<Settings />componentRelease Notes
18.1.0 (2020-03-18)
Bug Fixes
Features
18.0.0 (2020-03-17)
Code Refactoring
Features
BREAKING CHANGES
getSpecId,getGroupId,getAxisIdandgetAnnotationIdare no longer available. Use a simplestringinstead.customSeriesColorsprop onSeriesSpecis nowcolor. TheCustomSeriesColorstype is replaced withSeriesColorAccessor.customSubSeriesNameprop on series specs in favor of cleaner api using just thenameprop onSeriesSpec. The typesSeriesStringPredicate,SubSeriesStringPredicatehave been removed.SeriesIdentifiertype is generalized into a simplified object with two values in common:specIdandkey. A specializedXYChartSeriesIdentifierextends now the baseSeriesIdentifier.The
SettingsSpecpropshowLegendDisplayValueis renamed toshowLegendExtraand its default value is nowfalsehiding the current/last value on the legend by default.@elastic/charts upgrade procedure
Checklist
Delete any items that are not applicable to this PR.
For maintainers