The Table visualization does not throw mouse events, so you have to set 
them up yourself using standard javascript.  You should set them up inside 
a "ready" event handler for the table to ensure that the table elements 
exist when you create the events.

google.visualization.events.addListener(myTable, 'ready', function () {
    // set up mouse event handlers on table elements
});

On Wednesday, December 4, 2013 4:26:01 PM UTC-5, min ji wrote:
>
> hi,
> i want to add a onmouseout function to a table. i add listener  but it 
> cannot work. anybody knows how to use it? An example will be better.
> thank you!
>

-- 
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 post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to