Click on bar to get more data

Hey, I’m having this side by side bar chart,
The yellow part is how many servers of group is running and green is how much is not running:

image

.
I want to click on one of the bars and have it convert to a table with the data of all servers that i have, or even to make it change the panel below this panel

so if i press on the green bar i can see this kind of table:

hostname ip 
hostname ip
hostname ip
hostname ip

i saw that we have the data links but it doesnt seem to be what im looking for.
thanks

It’s possible with Apache ECharts with Data View, similar to the example.

Alternatively, you can use data links to set Dashboard variables, which can be used in the separate panel to display data.