Thanks asgallant for your answer.

I've filed an enhancement request for the feautre: "Issue 
1301<http://code.google.com/p/google-visualization-api-issues/issues/detail?id=1301>:
 
Add fadeIn/ fadeOut [hide/show] time property to tooltip on google charts".

I was able to implement what you suggested but I miss what I have lost. 
Though I am able to scroll in one of the tooltips but now I have to click 
on every data point whenever I need to know something about it. Can you 
suggest something? I'll explain my problem:

On a chart, I am displaying some tooltips. Now, data in some of these 
tooltips is large such that in some cases it bumps off the chart DIV. The 
UI does not look good, so; I introduce a scroll bar in the tooltip. After 
making the tooltips dependent on click, I loose the functionality of easily 
going over the chart and seeing the values by hovering (no selection) but 
gain the ability to scroll data in the other tooltips. I would like to 
regain the hover utility along with scroll. Guess I am being greedy.

Any other alternative?

Thanks.

-little


On Monday, September 2, 2013 8:42:50 PM UTC+5:30, asgallant wrote:
>
> You can't set the fade in/fade out time, but you can set the 
> tooltip.trigger action to "selection", which will spawn the tooltip when 
> the user clicks the associated data point, and the tooltip will stay in 
> place until they click another point.  Being able to control the fade 
> values would be quite helpful, so I suggest that you file a feature 
> request<http://code.google.com/p/google-visualization-api-issues/issues/list>to
>  add support.
>
> On Monday, September 2, 2013 7:44:54 AM UTC-4, [email protected] wrote:
>>
>> Is there a way to set fadeIn/ fadeOut time for the tooltips displayed in 
>> the google chart? 
>>
>> I have one tooltip which contains a scroll bar and; need to scroll down 
>> to see data in the tooltip before it disappears.
>>
>> Thanks.
>>
>> -little
>>
>

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