I'm listen to the event:
google.visualization.events.addListener(chart, 'onmouseover',
onmouseoverHandler);
and modify the cursor in the next function:
function onmouseoverHandler() {
chart_div.style.cursor = "hand";
}
but this didn't work correctly =(
Could you suggest any solution?
--
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.