yes it is. all you have to do is add a listener to the select event of the
pie chart and that's that.
add this (for example), where pieChartObj is the pie chart object
google.visualization.events.addListener(pieChartObj, 'select', function(e) {
alert('select was called');
});
On Tue, Dec 27, 2011 at 2:59 PM, Jack Son <[email protected]>wrote:
> Hello everyone,
> I have an integration of PieChart. I want to link the slices of the
> Pie Chart. How can i do ? Is this possible ?
>
> Thank You
> Jack Son
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Visualization API" group.
> To post to this group, send email to
> [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/google-visualization-api?hl=en.
>
>
--
You received this message because you are subscribed to the Google Groups
"Google Visualization API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-visualization-api?hl=en.