Can I hide visualisations with "No data in response" when using repeating options?
Grafana Version: v10.4.17+security-01
I have two query variables called lab_name and pipeline which are populated by looking at dimensions of a metric, using Geneva Datasource.
Sometimes, there are combinations of the variables which mean that no data is returned for my visualisations, for example, lab_name as x and pipeline as y is not a valid combination.
In my bar chart, I have repeat by variable set to lab_name. When I select all of the lab_names in the dropdown, some visualisations say "No data in response" as they have not run with the selected pipeline.
This crowds the dashboard, and obscures the meaningful data. Is there a way to hide the visualisations that have no data in response? Or, can we sort them so that the visualisations with data are displayed first?
Thanks!