I noticed one thing that *could* be throwing IE off: you call google.load() 
twice; try it as a single call:

google.load("visualization", "1", {packages: ['corechart', 
'annotatedtimeline']});

If that doesn't work, reduce the problem to the simplest level (ie, draw 
each chart on it's own, without any of the extraneous javascript (maps, 
etc) running).  If they each run individually, try running them together. 
 Keep adding functionality back in until it fails.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-visualization-api/-/37XuDkwOL-EJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-visualization-api?hl=en.

Reply via email to