On Sep 11, 9:25 pm, ChartMan <[email protected]> wrote:
> I am not sure I follow the question here.
> Do you want to use the tooltips already available in the charts or you want
> to write your own charts and then write the code to create tooltips.
> In both cases can you please add some visual example of what you need.

In the generic bar chart wrapper, tooltip support is not implemented.
Instead, you are provided event handlers so that you can write code to
execute when (for example) the mouse is over a bar in the figure.
Thus, it is left to the user (i.e. me) to write code to pop up window,
display text, and hide the window when the user moves the mouse
someplace else.

Since Google implemented tooltip support for Google Image Charts (but
not the Google Visualization version of Image Charts), the code to do
this must be around somewhere.  I think the other poster and I are
wondering where this code is and if we can somehow use it.

Thanks,
Philip

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