-
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
[Metrics UI] Remove points from charts on Metrics Explorer and Detail Page #49500
[Metrics UI] Remove points from charts on Metrics Explorer and Detail Page #49500
Conversation
…bug with metric detail page labels;
Pinging @elastic/logs-metrics-ui (Team:logs-metrics-ui) |
💚 Build Succeeded |
@@ -46,7 +46,7 @@ export const AreaChart = ({ id, color, series, name, type, stack }: Props) => { | |||
visible: true, | |||
}, | |||
point: { | |||
visible: true, | |||
visible: 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.
Do you think it might be easy to over look the visible: false
part? If we just removed the entire point
object, would that make the point disappear also?
…emove-points-from-charts
💚 Build Succeeded |
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
… Page (elastic#49500) * Removing points from Metrics Explorer and Metric Detail Page; Fixing bug with metric detail page labels; * Remove points configuration
… Page (elastic#49500) * Removing points from Metrics Explorer and Metric Detail Page; Fixing bug with metric detail page labels; * Remove points configuration
Summary
This PR closes #49393 by turning off the points. This also turns off the points on the Metric detail page (linked from the waffle map). While I was fixing this issue I also notice that the labels were not working correctly which is a bug introduced in the Inventory Models PR.
Metrics Explorer
Metric Detail Page
Checklist
Use
strikethroughsto remove checklist items you don't feel are applicable to this PR.This was checked for cross-browser compatibility, including a check against IE11Any text added follows EUI's writing guidelines, uses sentence case text and includes i18n supportDocumentation was added for features that require explanation or tutorialsUnit or functional tests were updated or added to match the most common scenariosThis was checked for keyboard-only and screenreader accessibility