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

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