I have a grafna graph where I am displaying 3 series.
My question is simple. How can a user display the values for var1 and var2 while hiding the values for var3?
Hi @dma092
Clicking the name in the legend will toggle off all the series except that one, but to keep two out of three series visible: I would use the disable/enable query button in the query editor:

I would suggest you to use this way: override field + standard options>color scheme

tooltip = hide in tooltip (wont show in tooltip)
viz = hide in the graph (line will disappear)
legend = hide in legend (wont show in legend)
feel free to push Ctrl button for that
Thanks! This is the first place I’m seeing this feature. I was able to hide a few series by holding down CMD and clicking the series on my Mac.
