Hi,

Please send me your entire html code so I can debug more easily.
Thanks

- VizBoy.

On Wed, Mar 11, 2009 at 1:32 AM, artonice <[email protected]> wrote:

>
> I'm trying to get a linking&brushing effect using event interaction
> between a geomap, an orgchart and a table. I've been able to get the
> table and the orgchart to interact and the geomap with the orgchart
> and table (see snippet below). I now however want to set the selection
> of the geomap (region) by selecting the table and the orgchart but I
> do not seem the be able to get it working. I guess is has something to
> do with the fact that the geomap uses hover and not select, but I
> would assume this should be possible to achieve. Any suggestions?
>
>      google.visualization.events.addListener(geomap, 'select',
> function() {
>        table.setSelection(geomap.getSelection());
>        orgchart.setSelection(geomap.getSelection());
>      });
>
> >
>

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