[starting from version: 2.7.17]
Triggered once any chart element is clicked.
pivot.on('chartclick', function(chart) { alert( "Click on chart segment with label: " + chart.label + ", measure: " + chart.measure.uniqueName + ", value: " + chart.value);});
Open the example on JSFiddle.
cellclickonoff
In this guide