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

fix: Time-series Line Chart Display unnecessary total #31181

Merged

Conversation

michael-s-molina
Copy link
Member

SUMMARY

This PR fixes a problem with the new tooltip for timeseries charts where the percentages and totals were always displayed and users didn't have the option to hide them. Having the ability to hide that information is important given that you might have metrics that are not percentage-friendly or you might want to simplify what's displayed.

Fixes #28832

BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF

Screen.Recording.2024-11-27.at.10.06.36.mov

TESTING INSTRUCTIONS

Check the video for instructions.

ADDITIONAL INFORMATION

  • Has associated issue:
  • Required feature flags:
  • Changes UI
  • Includes DB Migration (follow approval process in SIP-59)
    • Migration is atomic, supports rollback & is backwards-compatible
    • Confirm DB migration upgrade and downgrade tested
    • Runtime estimates and downtime expectations provided
  • Introduces new feature or API
  • Removes existing feature or API

@dosubot dosubot bot added viz:charts:timeseries Related to Timeseries viz:charts:tooltip Related to tooltips in charts labels Nov 27, 2024
@sadpandajoe sadpandajoe added the v4.1 Label added by the release manager to track PRs to be included in the 4.1 branch label Nov 27, 2024
@sadpandajoe sadpandajoe merged commit dbcb473 into apache:master Nov 27, 2024
37 of 38 checks passed
michael-s-molina added a commit that referenced this pull request Nov 27, 2024
sadpandajoe pushed a commit that referenced this pull request Dec 4, 2024
betodealmeida pushed a commit that referenced this pull request Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plugins size/M v4.1 Label added by the release manager to track PRs to be included in the 4.1 branch viz:charts:timeseries Related to Timeseries viz:charts:tooltip Related to tooltips in charts
Projects
Status: Cherried
Development

Successfully merging this pull request may close these issues.

Time-series Line Chart Display unnecessary total
3 participants