I\'m trying to show several Google Gauge charts in separate divs on the same screen. I also need to handle the click event on those divs (consequently the charts). I tried to do
The right way to add a listener to a Gauge is using google.visualization.events.addListener method, as shown in this example.
google.visualization.events.addListener
You could also try your code on Google Playground.