Hi, I don't know where to report this:

http://code.google.com/apis/visualization/documentation/gallery/imagebarchart.html

Line 5: google.load("visualization", "1", {packages:
[[]"imagebarchart"]});

contains too many brackets and should be:

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

Thanks,
Carl

-- 
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