google.visualization.events.addListener(chart,
'select', function() {
                                var selection = this.getSelection();
                                console.log(selection)
                                var item = selection[0];
                                var str = data.getValue(item.row, 0);

{ constructor=Selection, anchorNode=fieldset, more...}

-- 
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.

Reply via email to