this started appearing this morning:

One or more participants failed to draw()×

 

   
Object doesn't support property or method 'querySelector'×



Using this code snip (worked fine up until yesterday):
<script type="text/javascript" src="http://www.google.com/jsapi";></script>

<script type="text/javascript">google.load('visualization', '1.0', 
{packages:['controls','corechart','table']});</script>

<script>
//Completed
function drawTable() {
     var data = google.visualization.arrayToDataTable([....
    dashboard.bind([categoryPicker], [table]);
    dashboard.draw(view);
}
    google.setOnLoadCallback(drawTable);

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.

Reply via email to