Below is a snippet of my Client Side Code in Java script
google.visualization.events.addListener(chart, 'select', selectHandler);
function selectHandler(e) {
alert('A chart was selected');
// Want to call server side data here , how do I do ?
}
--
You received this message because you are subscribed to the Google Groups
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/google-visualization-api/dc25ddb9-441c-41fd-aa09-38941d8a5a3a%40googlegroups.com.