Hi there,

You've got numerous JavaScript errors. You'll want to do a google
search on "IE JavaScript console" and see how to view/debug javascript
errors.

First one:
google.load('visualization', '1', {'packages':['piechart']});

should be:
google.load('visualization', '1', {packages: ['piechart']});

Cheers,
K

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
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