I have two chartwrappers on a dashboard, one contains controlType Linechart 
and the other Table.

Why does the chartWrapper does not have the getSelection method?

This is tucked away in the visualization...

google.visualization.events.addListener(chart1, 'select', function() {
chart2.*visualization*.setSelection(chart1.*visualization*.getSelection());
});

google.visualization.events.addListener(chart2, 'select', function() {
chart1.*visualization*.setSelection(chart2.*visualization*.getSelection());
});

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