Invoking custom handlers on gauge band click

This demo shows how you can attach click events to GaugeAxis bands using listeners array:

"listeners": [{
  "event": "clickBand",
  "method": function(ev) {
    console.log("Clicked on " + ev.dataItem.balloonText)
  }
}]