Onclick of value update other Widgets

Hi,

I have a table and Percentage visualizations in same Dashboard. I want to click on a row and update the Percentage visualization automatically for the value which I am clicking on.

Can you please let me know how we can implement this ?

BR,
Chandru

Grafana Team,

Can you please let me know if this is possible ?

Thanks. #support #development

Grafana Team,

Can you please let me know if this is possible ?

Thanks. #support #development

Hello

I have the same requirement. I have a table on top like the menu. There are other widgets/ visualisation in the same dashboard.

My table has hostname of servers with other static information like how many cpu / memory / disk etc. Kind of index.

Below the table i have 1 visualisation of cpu plotting all cpus of the table hostname. Similarly another for memory another for disk.

By default all cpu memory disk plots as timeseries line chart

What i want to achieve is on click of a hostname in the table only that cpu / memory / disk gets highlighted on the other widgets and rest of the data of others go dim. If user clicks again on the same hostname in table it just goes back to all data again. Just like when you click on legends for multi line timeseries.

I know i have to write code / onclick properties. But kindly share some examples and some guidance to do so.

Thanks in advance