-
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
Update dependency @elastic/charts to v30 (master) #101409
Conversation
Pinging @elastic/uptime (Team:uptime) |
@@ -169,7 +169,7 @@ function getAxisDomain<S extends XScaleType | YScaleType>( | |||
|
|||
const { min, max, defaultYExtents, boundsMargin } = scale; | |||
const fit = defaultYExtents; | |||
const padding = boundsMargin; | |||
const padding = boundsMargin || undefined; |
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.
eui number input can be ''
for some reason
@elasticmachine merge upstream |
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.
Code review only, kibana app code changes LGTM
@elasticmachine run elasticsearch-ci/docs |
@@ -113,7 +113,7 @@ export const DurationChartComponent = ({ | |||
tickFormat={timeFormatter(getChartDateLabel(min, max))} | |||
/> | |||
<Axis | |||
domain={{ min: 0 }} | |||
domain={{ min: 0, fit: false }} |
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.
what impact this change will have?
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.
Short answer: Nothing. We deprecated yScaleToDataExtent
in favor of this a while ago and finally fully removed the deprecated api. The function is exactly the same.
@@ -29,7 +29,6 @@ export const DurationLineSeriesList = ({ monitorType, lines }: Props) => ( | |||
xAccessor={0} | |||
xScaleType="time" | |||
yAccessors={[1]} | |||
yScaleToDataExtent={false} |
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.
what impact this change will have?
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.
See other answer
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 tested and LGTM
💚 Build SucceededMetrics [docs]Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: |
@elasticmachine run elasticsearch-ci/docs |
Ping @elastic/logs-metrics-ui |
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.
Uptime changes LGTM !!
Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: nickofthyme <nick.ryan.partridge@gmail.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Marco Vettorello <vettorello.marco@gmail.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: nickofthyme <nick.ryan.partridge@gmail.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Marco Vettorello <vettorello.marco@gmail.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: nickofthyme <nick.ryan.partridge@gmail.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This PR contains the following updates:
29.2.0
->30.0.0
Release Notes
elastic/elastic-charts
v30.0.0
Compare Source
Bug Fixes
Features
BREAKING CHANGES
textBorder
ofValueFillDefinition
is now optional or a number onlydomain.padding
now only takes anumber
value. If you are using a percent-based padding such as'10%'
please setdomain.padding
to0.1
anddomain.paddingUnit
toDomainPaddingUnit.DomainRatio
.yScaleToDataExtent
is removed in favor ofdomain.fit
. The functionality is thesame.
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.