Hi everyone, I have a question about developing Grafana visualizations: I have a custom table visualization, and there is also a Grafana-provided graph visualization on the dashboard. I need to implement functionality so that when I click on any cell in the table, the data gets transferred to the graph visualization. Is this possible, and if so, how can it be done? Thanks!