Yes, we will be making documentation improvements to this effect. Thanks for the report!
On Thu, Sep 26, 2013 at 10:51 AM, Nicholas Poh <[email protected]>wrote: > Hi Thomas, > > That's great. Though since having multiple load is not a good practice, I > think there should be more informative guide regarding this in the > documentation out tutorial. > > Thanks for the great support. > On 26 Sep 2013 22:48, "Thomas Rybka" <[email protected]> wrote: > >> We actually think we identified why it worked previously, and may have a >> fix in the works for that previous use-case. >> >> Glad that the one-array solution works for you. >> >> -Tom >> >> On Wed, Sep 25, 2013 at 9:28 PM, Nicholas Poh <[email protected]>wrote: >> >>> Hi Sergey, >>> >>> Putting the packages into an array with one Load solved the issue. Weird >>> that it was working fine previously. >>> >>> Thanks for the help >>> On 26 Sep 2013 00:17, "Sergey Grabkovsky" <[email protected]> wrote: >>> >>>> Nicholas, using multiple google.loads is unrecommended and unsupported, >>>> and may result in undefined behavior. If you have multiple google.load >>>> calls on your page, things may go wrong, and it is strongly recommended >>>> that you combine them into one call, like I suggested to Mark. Please try >>>> this and let us know if this fixes your issue. >>>> >>>> If you do not have multiple google.load calls, then it is unlikely that >>>> my suggestion will fix your issue, and we would appreciate your cooperation >>>> with helping us figure out what your problem is. >>>> >>>> - Sergey >>>> >>>> >>>> On Wed, Sep 25, 2013 at 12:12 PM, Nicholas Poh >>>> <[email protected]>wrote: >>>> >>>>> Hi, >>>>> >>>>> Does loading the packages in array solved the issue? Or it was >>>>> resolved on its own? >>>>> >>>>> Thanks. >>>>> On 25 Sep 2013 23:58, "Mark Huggins" <[email protected]> wrote: >>>>> >>>>>> Sergey, >>>>>> Thank you very much for the assistance seems to have resolved the >>>>>> issue timeline chart now loads without the error. >>>>>> >>>>>> -Mark >>>>>> >>>>>> On Tuesday, September 24, 2013 10:53:44 PM UTC-4, Nicholas Poh wrote: >>>>>>> >>>>>>> Hi, >>>>>>> >>>>>>> When I tried to load the timeline package with the following line, >>>>>>> >>>>>>>> google.load('visualization', '1', {packages:['timeline']}); >>>>>>>> >>>>>>> >>>>>>> I'm getting error, >>>>>>> >>>>>>>> ReferenceError: Dygraph is not defined @ >>>>>>>> https://www.google.com/uds/**api/visualization/1.0/** >>>>>>>> 01bfd211c0a350e1b7454e7b434256**5b/format+en,default,table.I.** >>>>>>>> js:494<https://www.google.com/uds/api/visualization/1.0/01bfd211c0a350e1b7454e7b4342565b/format+en,default,table.I.js:494> >>>>>>>> >>>>>>> >>>>>>> Thus executing the following line, >>>>>>> >>>>>>>> new google.visualization.Timeline (...) >>>>>>>> >>>>>>> >>>>>>> gives me, >>>>>>> >>>>>>>> TypeError: google.visualization.Timeline is not a constructor >>>>>>>> >>>>>>> >>>>>>> This started today. >>>>>>> >>>>>>> Thanks. >>>>>>> >>>>>> -- >>>>>> You received this message because you are subscribed to a topic in >>>>>> the Google Groups "Google Visualization API" group. >>>>>> To unsubscribe from this topic, visit >>>>>> https://groups.google.com/d/topic/google-visualization-api/nOGY4EjAI_Y/unsubscribe >>>>>> . >>>>>> To unsubscribe from this group and all its topics, 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. >>>>>> >>>>> -- >>>>> 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. >>>>> >>>> >>>> -- >>>> You received this message because you are subscribed to a topic in the >>>> Google Groups "Google Visualization API" group. >>>> To unsubscribe from this topic, visit >>>> https://groups.google.com/d/topic/google-visualization-api/nOGY4EjAI_Y/unsubscribe >>>> . >>>> To unsubscribe from this group and all its topics, 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. >>>> >>> -- >>> 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. >>> >> >> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "Google Visualization API" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/google-visualization-api/nOGY4EjAI_Y/unsubscribe >> . >> To unsubscribe from this group and all its topics, 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. >> > -- > 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. > -- 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.
