any update?

On Thursday, February 19, 2015 at 12:54:45 PM UTC-5, VA wrote:
>
> having similar issue in IE11 -
>
> switching to compatibility mode works.
> However without compatibility, the error pops up.
> Is there any other fix?
>
>
>
> 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.

Reply via email to