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

Show/Hide a series when visualizing a Line/Bar chart #21084

Closed
gtnx opened this issue Jul 23, 2018 · 5 comments
Closed

Show/Hide a series when visualizing a Line/Bar chart #21084

gtnx opened this issue Jul 23, 2018 · 5 comments
Labels
enhancement New value added to drive a business result Feature:ElasticCharts Issues related to the elastic-charts library Feature:Visualizations Generic visualization features (in case no more specific feature label is available) Team:Visualizations Visualization editors, elastic-charts and infrastructure

Comments

@gtnx
Copy link

gtnx commented Jul 23, 2018

The idea is to allow users to hide or show one or several series when visualizing a Line or a Bar Chart. Of course, this can be done when editing a viz but the idea is to be able to do it on a dashboard page.

For instance, Highcharts implements it by clicking on the legend.

In our usecase, there are two kind of users:

  • One who builds a dashboard
  • One who reads and exploits it.

This latter might have to analyze a line chart displaying three series with one with significantly greater values that the others. As the Y axis is scaled to this series with big values, it's impossible to see variations of the other twos. In that case, he might want to hide the series with big values to focus on the others without changing the dashboard.

@timroes timroes added Feature:Visualizations Generic visualization features (in case no more specific feature label is available) enhancement New value added to drive a business result Feature:ElasticCharts Issues related to the elastic-charts library labels Jul 23, 2018
@timroes
Copy link
Contributor

timroes commented Jul 23, 2018

I think that's a common and reasonable request (though can't find a duplicate issue right now). I think we should totally think about what we want to do on the legend in our new chart implementation. @markov00 we already talked that we already have two interactions sitting on the legend (color chosing and filtering for that value). We def need to get some input of the design team here, and ideally do some usability tests, how we could properly design interaction on the legend in the long run (also if we want to add showing/hiding as a third interaction).

@markov00
Copy link
Member

Yep, the legend should be treated as a basic set of tool for the readers to analyse and explore the data.
I will setup a call with the design team to start a discussion on that.

@timroes timroes added the Team:Visualizations Visualization editors, elastic-charts and infrastructure label Sep 13, 2018
@gtnx
Copy link
Author

gtnx commented Sep 18, 2018

Hello, any news about this matter?

@timroes
Copy link
Contributor

timroes commented Sep 18, 2018

It's logged as an enhancement request, but there is no timing for when this will exactly be implemented. We're working on a new chart component that might have that feature initially or at some later point.

@markov00
Copy link
Member

markov00 commented Feb 2, 2023

The hiding/showing of series is available from the legend (with shift+click you can also invert the selection)

@markov00 markov00 closed this as completed Feb 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New value added to drive a business result Feature:ElasticCharts Issues related to the elastic-charts library Feature:Visualizations Generic visualization features (in case no more specific feature label is available) Team:Visualizations Visualization editors, elastic-charts and infrastructure
Projects
None yet
Development

No branches or pull requests

3 participants