Daniel, thank you for the detailed help and fast answer. I will change my
code to deliver the data in a cross-browser way.
Em quarta-feira, 23 de setembro de 2015 14:47:42 UTC-3, Daniel LaLiberte
escreveu:
>
> Ricardo,
>
> It appears your data format is the problem because Firefox doesn't want to
> parse dates in that format. new Date('2015-09-23 17:24:40 UTC') results in
> Date {Invalid Date}
> fdfd
> Also, Date.parse('2015-09-23 17:24:40 UTC') results in a NaN. Date
> parsing is, in general, not well defined in browsers, so you should
> probably avoid it entirely if you can. Specify the date like this instead:
> new Date(2015, 8, 23, 17, 24, 40). Notice that the month numbers start at
> 0, so September is month number 8.
>
>
> On Wed, Sep 23, 2015 at 12:54 PM, Ricardo Schmidt <[email protected]
> <javascript:>> wrote:
>
>> I'm having the same issue.
>> Check this issue here http://52.88.42.143/test.php
>>
>> Em terça-feira, 16 de dezembro de 2014 17:16:21 UTC-2, Daniel LaLiberte
>> escreveu:
>>>
>>> Hi Avinash,
>>>
>>> Can you point to a page demonstrating the problem you see in Firefox, or
>>> post an example here? It seems to be working fine for me, but the
>>> particular options you are using and perhaps the data as well could make a
>>> difference.
>>>
>>> On Sat, Dec 13, 2014 at 8:07 AM, Avinash Kumar <[email protected]>
>>> wrote:
>>>
>>>> we are creating a timeline from Google Visualization it is working
>>>> correctly with chrome but there is a problem with Firefox it will display
>>>> error:Dygraph.TICK_PLACEMENT[a] is undefined
>>>>
>>>>
>>>> --
>>>>
>>>>
>>>
>>>
>>> --
>>> Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2>
>>> - 978-394-1058
>>> [email protected] 5CC, Cambridge MA
>>> [email protected] 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]
>> <javascript:>.
>> To post to this group, send email to [email protected]
>> <javascript:>.
>> Visit this group at
>> http://groups.google.com/group/google-visualization-api.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/google-visualization-api/981c6781-ebf5-4adc-be2c-a4a67239c7aa%40googlegroups.com
>>
>> <https://groups.google.com/d/msgid/google-visualization-api/981c6781-ebf5-4adc-be2c-a4a67239c7aa%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>> 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.
To view this discussion on the web visit
https://groups.google.com/d/msgid/google-visualization-api/c1cf54d1-bbf3-481e-bdb2-4444e31f4eb0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.