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)
}
}]
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)
}
}]