-
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 v57.0.1 (main) #155749
Conversation
9fe52d8
to
0b367f7
Compare
0b367f7
to
59d45fd
Compare
const headerFormatter: TooltipValueFormatter = (tooltipData: ChartTooltipValue) => { | ||
const headerFormatter: TooltipHeaderFormatter = (tooltipData) => { | ||
const xValue = tooltipData.value; | ||
const chartPoint: MetricDistributionChartData | undefined = chartData.find( |
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.
No functional change here, the tooltipData.value
still points to the x
value. Just simplifies headerFormatter
, see elastic/elastic-charts#1989 for more context.
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. |
Pinging @elastic/kibana-visualizations @elastic/kibana-visualizations-external (Team:Visualizations) |
@elasticmachine run elasticsearch-ci/docs |
Pinging @elastic/uptime (Team:uptime) |
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.
Both bugs have been solved 👏
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.
Infra changes 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.
ML changes LGTM
Ping @elastic/security-threat-hunting-explore & @elastic/uptime |
@elasticmachine run elasticsearch-ci/docs |
@elastic/security-threat-hunting-explore & @elastic/uptime could we get a review here please and thank you. There are no breaking function changes. |
💚 Build Succeeded
Metrics [docs]Async chunks
Page load bundle
Unknown metric groupsESLint disabled line counts
Total ESLint disabled count
History
To update your PR or re-run it, just comment with: cc @nickofthyme |
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.
Explore changes LGTM, thanks for the improvements!
This PR contains the following updates:
55.0.0
->57.0.1
Bug fixes
Release Notes
elastic/elastic-charts
v57.0.1
Compare Source
Bug Fixes
v57.0.0
Compare Source
Code Refactoring
noUncheckedIndexedAccess
(#2006) (f446cca)BREAKING CHANGES
unexpected changes. This release is meant to serve as a clean break
in case any issues arise.
v56.0.1
Compare Source
v56.0.0
Compare Source
Bug Fixes
Features
BREAKING CHANGES
header
property ofTooltipInfo
type was simplified toPointerValue
as to include only relevant properties. This change is propagated to all other types usingheader
as aTooltipValue
. TheTooltipInfo.values
used to conditionally pass only highlightedTooltipValue
s when using acustomTooltip
and now always passes allvalues
.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.