fyi: switching compatibility mode in IE10 solves the problem (but looks awful).
Please! Need a solution! On Thursday, February 19, 2015 at 10:37:39 AM UTC-5, Toronto Ccas wrote: > > 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.
