ahsec
4 Jul 2012, 8:40 AM
Hey...
I have a pie chart
and I bound it :
countries.addListener(
'click',
function(a,b){
alert("hi");
}
);
how do I retrieve any data about the piece that was clicked though...
thanks
I have a pie chart
and I bound it :
countries.addListener(
'click',
function(a,b){
alert("hi");
}
);
how do I retrieve any data about the piece that was clicked though...
thanks