You need to get the chartWrapper's chart object, and then use the
#getSelection method from that:
google.visualization.events.addListener(table.getChart(), 'select',
function () {
var selection = table.getChart().getSelection();
// do something with selection
});
On Monday, August 13, 2012 4:10:08 PM UTC-4, byteME wrote:
>
> How can I use a getSelection() method to interact with the table in a
> dashboard..
> Any suggestions is very much appreciated.. thanx..
>
>
--
You received this message because you are subscribed to the Google Groups
"Google Visualization API" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-visualization-api/-/8pSbPiFynfcJ.
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.