- What Grafana version and what operating system are you using?
Grafana v9.5.2 (cfcea75916)
running in the official docker image
- What are you trying to achieve?
I would like to know if it is possible to have the contents of one panel being driven by a click in another panel - in the same dashboard.
An example would be a time series plot with some discrete events. Clicking on the data point of an event would run a query with the details of this point, in another panel. The panel would then display the information about that point.
Is something like that possible?