google.load('visualization', '1', {packages:['timeline']});
ReferenceError: Dygraph is not defined @ https://www.google.com/uds/api/visualization/1.0/01bfd211c0a350e1b7454e7b4342565b/format+en,default,table.I.js:494
new google.visualization.Timeline (...)
TypeError: google.visualization.Timeline is not a constructor
google.load('visualization', '1', {packages:['timeline']});
var annotatedtimeline = new google.visualization.AnnotatedTimeLine(with
var annotatedtimeline = new google.visualization.Timeline(
[14:00:46.835] ReferenceError: Dygraph is not defined @ http://www.google.com/uds/api/visualization/1.0/01bfd211c0a350e1b7454e7b4342565b/format+en,default,annotatedtimeline+en_US.I.js:546
[14:00:47.139] TypeError: google.visualization.Timeline is not a constructor @ http://savedbythegoog.appspot.com/retrieve_cache?unique_id=0f5cc6ce945d8820ebbc1737c67bea251e329f10:39
Hi,
I'm glad that I'm not the only one having this issue.
Thanks for confirming.
--
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 google-visualizati...@googlegroups.com.
To post to this group, send email to google-visua...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/groups/opt_out.
The timeline documentation page charts draw properly though. It has been so since I'm having this issue.
--
--
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 google-visualizati...@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to google-visualization-api+unsub...@googlegroups.com.
Hi,
I'm tested using Firefox and Internet Explorer running on Windows 8.
The sample at jsfiddle seems to work. But not on my site. The issue is very recent, just started this morning. It was working just fine.
Also it has nothing to do with the coding as the root cause of the issue is from the, "google.load(....'timeline'...)
It cause an js error, "Dygraph is not defined"
--
Hi,
Does loading the packages in array solved the issue? Or it was resolved on its own?
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 google-visualizati...@googlegroups.com.
--
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 google-visualizati...@googlegroups.com.
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
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.