Skip to content
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

Merged

Conversation

simianhacker
Copy link
Member

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

image

Metric Detail Page

image

Checklist

Use strikethroughs to remove checklist items you don't feel are applicable to this PR.

@simianhacker simianhacker added Feature:Metrics UI Metrics UI feature v8.0.0 Team:Infra Monitoring UI - DEPRECATED DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services v7.6.0 labels Oct 28, 2019
@elasticmachine
Copy link
Contributor

Pinging @elastic/logs-metrics-ui (Team:logs-metrics-ui)

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

@simianhacker simianhacker marked this pull request as ready for review October 28, 2019 19:12
@simianhacker simianhacker requested a review from a team as a code owner October 28, 2019 19:12
@@ -46,7 +46,7 @@ export const AreaChart = ({ id, color, series, name, type, stack }: Props) => {
visible: true,
},
point: {
visible: true,
visible: false,
Copy link
Contributor

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?

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

Copy link
Contributor

@phillipb phillipb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@simianhacker simianhacker merged commit 871212e into elastic:master Oct 29, 2019
simianhacker added a commit to simianhacker/kibana that referenced this pull request Oct 29, 2019
… Page (elastic#49500)

* Removing points from Metrics Explorer and Metric Detail Page; Fixing bug with metric detail page labels;

* Remove points configuration
simianhacker added a commit to simianhacker/kibana that referenced this pull request Oct 29, 2019
… Page (elastic#49500)

* Removing points from Metrics Explorer and Metric Detail Page; Fixing bug with metric detail page labels;

* Remove points configuration
simianhacker added a commit that referenced this pull request Oct 29, 2019
… Page (#49500) (#49686)

* Removing points from Metrics Explorer and Metric Detail Page; Fixing bug with metric detail page labels;

* Remove points configuration
simianhacker added a commit that referenced this pull request Oct 29, 2019
… Page (#49500) (#49687)

* Removing points from Metrics Explorer and Metric Detail Page; Fixing bug with metric detail page labels;

* Remove points configuration
@simianhacker simianhacker deleted the issue-49393-remove-points-from-charts branch April 17, 2024 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Metrics UI Metrics UI feature release_note:fix Team:Infra Monitoring UI - DEPRECATED DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services v7.5.0 v7.6.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Metrics Explorer vertex dots clutter visualizations
3 participants