Controlling the position of the tooltip is not easy.  I wrote up an answer 
on StackOverflow that attempts to do 
this: 
http://stackoverflow.com/questions/24795432/how-to-change-pop-up-location-of-google-charts-tooltip/24807496#24807496

It may be easier to turn off the API's tooltips and use your own custom 
tooltips instead.  You can hook up an event handler to the "onmouseover" 
and "onmouseout" events that the chart throws, and spawn or destroy 
tooltips as appropriate.

On Wednesday, August 6, 2014 7:34:40 AM UTC-4, Ishwar wrote:
>
> I am implementing html tooltip in scatter chart. Is there any way to 
> define tooltip position in scatter chart, i.e. near to cursor ?
>

-- 
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 google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.

Reply via email to