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

[feature] allow to hide plots or plot groups #109

Open
arl opened this issue May 8, 2023 · 2 comments
Open

[feature] allow to hide plots or plot groups #109

arl opened this issue May 8, 2023 · 2 comments
Labels
enhancement New feature or request frontend Frontend-related issues (UI / javascript)

Comments

@arl
Copy link
Owner

arl commented May 8, 2023

With recent go1.20 and go1.21 metrics, the number of plots is starting to be important.

I think users would benefit from a way to hide and show

    1. single plots (collapse)
    1. multiple categories of plots at once
  1. each plot would be associated to a category tag, and the dashboard would have a new widgets, allowing to select the hide/show plot categories.

  2. on top of each plot there would be a collapse icon (an arrow maybe?) allowing the user to disable a plot.

In addition when a plot is now shown, its plot would not be updated, even though it's circular buffer would continue to get updated, so that when a plot is suddenly activated, its visualized data immediately catches up the plots that remained visible.

@arl arl changed the title [feature] filter plots by tags [feature] allow to hide plots or plot groups Oct 10, 2023
@arl arl added enhancement New feature or request frontend Frontend-related issues (UI / javascript) labels Oct 10, 2023
@mzzsfy
Copy link

mzzsfy commented Dec 21, 2023

I really need this function. I added a lot of userPlots (more than 20), and the page became very stuck. Sometimes the page would appear oom.

@arl
Copy link
Owner Author

arl commented Dec 21, 2023

I agree this is an important feature. If anybody wants to try contributing, I can help and/or mentor.

Furthermore this is a relatively easy feature to implement.

We can discuss on the #statsviz channel on gopher's slack

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request frontend Frontend-related issues (UI / javascript)
Projects
None yet
Development

No branches or pull requests

2 participants