grafana / grafana

The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
https://grafana.com
GNU Affero General Public License v3.0
64.68k stars 12.11k forks source link

Legend: Create way to surface (control+click) series isolate/hide behavior for the user #87083

Open baldm0mma opened 6 months ago

baldm0mma commented 6 months ago

Not only are some panel's default on-click behavior - when clicking a Legend - to isolate that section (and deselect all other items) - e.g. timeSeries, barChart; But some panel's are the inverse (to filter the selection, and keep all others highlighted) - e.g pieChart. The default behavior for each panel doesn't always make sense. Perhaps there should be a way to config this? Also, users are unaware - for the most part - that control+click inverts the standard click behavior. This behavior needs to be standardized but ALSO surfaced.

baldm0mma commented 6 months ago

related to #84328