Hello everyone, I’m new to Grafana and I have a question. I’m using the Canvas visualization, and I need to make it so that when I click on a specific metric-value element (there can be several of them), based on what I selected in the datasource.
Then I choose an element
, and when I click on that element
I need to be redirected to the Graph visualization with the datasource that I selected.
The Graph visualization shouldn’t be static, meaning the datasource should be dynamically formed based on the data I clicked on in Canvas. In my case, I selected 1AT|P in Canvas, the graphics datasource should draw only with this element. Is this even possible to do? As a second option, is it possible to somehow expand the metric-value element Canvas visualization so that a modal window opens, and there I can render the graph? Thanks in advance for your help!