I typically see this when one of two things happens: 1) the script doesn't 
load the visualization API properly, or 2) the script doesn't wait for the 
API to finish loading before trying to use it.  Make sure you have it set up 
something like this:

google.load('visualization', '1', {packages: ['corechart']});
google.setOnLoadCallback(drawVisualization);
function drawVisualization() {
   // create and draw the visualization
}

-- 
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/-/Qoaa007Z4VEJ.
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