I looked closer at the screenshot of HTML you posted above, and I see those 
div's have closure_uid_###### attributes, which seems to imply the use of 
Google's closure javascript compiler somewhere in the process.  Are you 
using that on the js code?  I assume that the Google uses the closure 
compiler on the API code, but this is the first time I've seen any 
manifestation of closure outside the API source.

In any event, I doubt that those divs are responsible for the height change 
problem, as they are likely present throughout the whole process.  Inside 
the container div for the chart, the API is creating a div that holds the 
tooltip information.  Ideally, this div will be positioned properly over 
the chart, but it is possible that there is a CSS issue somewhere that is 
messing with the display of the div.

On Thursday, May 9, 2013 2:33:51 PM UTC-4, Patrike wrote:
>
> I came just after the enable of html tooltip feature...
> i just use this since the beginning:
>
>                                     <div id="dashboard">
>                                         <div id="chart_div" style="width: 
> 100%;"></div>
>                                         <div id="range_filter_div" 
> style="width: 100%;"></div>
>                                     </div>
>
>
> it is a little bit annoying, but no problem... the help you gave me is 100%
>
> On Thursday, May 9, 2013 3:08:04 PM UTC-3, asgallant wrote:
>>
>> I can't replicate that issue in IE 8 using the code from my example.  Did 
>> you change anything, or are you using that code as is?
>>
>> On Thursday, May 9, 2013 1:44:55 PM UTC-4, Patrike wrote:
>>>
>>> Thanks for the light asgallant!
>>>
>>> Just one more thing related to the browser.... maybe you have faced this 
>>> before...
>>>
>>> After the tooltip switch to html the range bar move down 18 pixels when 
>>> I hover a point in chart that brings the tooltip....I went in IE dev mode 
>>> and found a div with "18" (the other div doesn't disturb me).
>>>
>>> Question... there is a way to avoid it? the chart is shaking like pop 
>>> corn heheheh
>>>
>>> thanks.
>>>
>>> I am running the chart in IE8 manly... i tested in firefox and it runs 
>>> fine
>>>
>>> On Thursday, May 9, 2013 11:19:35 AM UTC-3, asgallant wrote:
>>>
>>> Your tooltip is working fine, see the "Informativa" data series.  If you 
>>>> want the custom tooltips on the other columns, you have to add more 
>>>> tooltip 
>>>> columns, like this: http://jsfiddle.net/asgallant/82hAT/6/
>>>>
>>>> On Thursday, May 9, 2013 8:55:21 AM UTC-4, Patrike wrote:
>>>>>
>>>>> Thanks again for your help asgallant!
>>>>>
>>>>> I am testing this feature... but I think I am missing something 
>>>>> somewhere. I read the 
>>>>> https://developers.google.com/chart/interactive/docs/customizing_tooltip_contentbut
>>>>>  couldn't apply it to my chart the way i would.
>>>>>
>>>>> I just wanna the tooltip to have the same information it has as if it 
>>>>> was without html (than, after I will add some code)... can you or someone 
>>>>> else give some more light on this? 
>>>>>
>>>>> this is the situation I am right now: http://jsfiddle.net/82hAT/4/
>>>>>
>>>>> I don't understand why the first 2 lines isn't with my custom html...
>>>>>
>>>>> thanks again for any info on this.
>>>>>
>>>>> On Wednesday, May 8, 2013 11:23:00 AM UTC-3, asgallant wrote:
>>>>>>
>>>>>> You are setting the "tooltip" option twice in the chart's options, 
>>>>>> and the second time is overwriting the first.  You need to move the 
>>>>>> "html: 
>>>>>> true" to the second instance of the tooltip option (near the bottom): 
>>>>>> http://jsfiddle.net/asgallant/82hAT/3/
>>>>>>
>>>>>> I also made a few other small changes:
>>>>>>
>>>>>> 1) I turned off the normalized CSS in the fiddle options (this is 
>>>>>> what was causing the text to overflow the tooltips)
>>>>>> 2) I remove the lines:
>>>>>>
>>>>>> var options = {
>>>>>>     tooltip: {isHtml: true}
>>>>>> };
>>>>>>
>>>>>> as they don't do anything for you
>>>>>> 3) I remove ", options" from the dashboard.draw call, as this has no 
>>>>>> effect.
>>>>>>
>>>>>> On Wednesday, May 8, 2013 8:22:21 AM UTC-4, Patrike wrote:
>>>>>>>
>>>>>>> the exactly link is: http://jsfiddle.net/82hAT/2/
>>>>>>>
>>>>>>> On Wednesday, May 8, 2013 9:20:06 AM UTC-3, Patrike wrote:
>>>>>>>>
>>>>>>>> Hi : )
>>>>>>>>
>>>>>>>> Can someone give me a light? Why the HTML Tooltip in this chat 
>>>>>>>> isn't coming?
>>>>>>>>
>>>>>>>> http://jsfiddle.net/82hAT/
>>>>>>>>
>>>>>>>> Thanks
>>>>>>>>
>>>>>>>
>>> <https://lh3.googleusercontent.com/-xe0Ol9m_IOI/UYvf8O1bCEI/AAAAAAAAAR0/uDxIHJiU2Xg/s1600/chart.jpg>
>>>
>>

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to