I am successful in disabling the tool tip. But i am unable to get the
mouse over position.
I tried e.pageX, e.pageY and e.clientX, e.clientY but all of them are
undefined.
google.visualization.events.addListener(barsVisualization,'onmouseover',
barMouseOver);
google.visualization.events.addListener(barsVisualization,'onmouseout',
barMouseOut);

function barMouseOver(e) {

}

How to get the mouse over position....???

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