Hi there,

custom (HTML) tooltips for timeline charts seem not working. Details:
- I'm loading version "1.1"
- I'm setting an additional column (in PHP) for timeline's data table like 
this, in bold:
            $tl_series[] = array(
                array('type'=>'string', 'id'=>'Date'),
                array('type'=>'string', 'id'=>'Pax'),
                array('type'=>'date', 'id'=>'Start'),
                array('type'=>'date', 'id'=>'End'),
                *array('type'=>'string', 'role' => 'tooltip', 'p' => 
array('html' => true)),*
                );
- I'm setting respective column value with very simple HTML
- I'm enabling HTML tooltip in chart like this
                    ...
                    'options' => array(
                        'tooltip' => array(
                            'isHtml' => true,
                            ),
                   ...
- same setting works fine for other charts
- everything else works fine
- tooltips look the same as in previous version  

Is this tooltip setting correct for timeline charts too or...?

Thanks,
rash*


Il giorno venerdì 17 aprile 2015 22:14:21 UTC+2, Daniel LaLiberte ha 
scritto:
>
> Good to hear V42 is working for a few people.  It would be reassuring to 
> have more people test their pages with V42 by loading "1.1".  
>
> I am particularly concerned that the Table chart is behaving as expected, 
> given the surprises of V41, and since I made a lot more changes under the 
> covers for V42.  Also, the tick generation, especially for Area, Column, 
> and Bar charts is different, and hopefully better in all cases.
>
> We know about a problem with using log scale that should be fixed early 
> next week.
>
> On Fri, Apr 17, 2015 at 7:13 AM, Khrys <[email protected] <javascript:>> 
> wrote:
>
>> I like the Weight for the Sankey Chart! 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] 
>> <javascript:>.
>> To post to this group, send email to [email protected] 
>> <javascript:>.
>> Visit this group at 
>> http://groups.google.com/group/google-visualization-api.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> -- 
> Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> 
>  - 978-394-1058
> [email protected] <javascript:>   5CC, Cambridge MA
> [email protected] <javascript:> 9 Juniper Ridge Road, Acton MA
>  

-- 
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/d/optout.

Reply via email to