Ah yes, this is also a known issue that will be fixed. Unfortunately,
there's no workaround for that, except to not use IE. We will be fixing
this with the next push, which will ideally come today.

On Thu Feb 19 2015 at 10:36:41 AM Toronto Ccas <[email protected]>
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);
>
>
> On Thursday, February 19, 2015 at 10:33:47 AM UTC-5, Sergey wrote:
>
>> Hi Toronto, you may be seeing a different issue. Could you please point
>> to a page or jsfiddle that demonstrates the issue? If you have sensitive
>> content, please feel free to email me directly at grabks <at> google.com.
>>
>> On Thu Feb 19 2015 at 10:31:45 AM Toronto Ccas <[email protected]>
>> wrote:
>>
>>> We do not use clearChart before drawing our dashboard. Any other
>>> solution?
>>>
>>>
>>> On Thursday, February 19, 2015 at 10:27:23 AM UTC-5, Sergey wrote:
>>>
>>>> There is a new issue with the push, where calling clearChart before you
>>>> draw the chart will throw an error. We will fix this as soon as possible,
>>>> but you could work around this by ensuring that the chart has been drawn
>>>> before calling clearChart.
>>>>
>>>> On Thu Feb 19 2015 at 10:20:02 AM Tim Strumfels <[email protected]>
>>>> wrote:
>>>>
>>> In my dev and production sites, seems that any chart that implements
>>>>> clearChart is broken when that function is called:
>>>>>
>>>>> 0x800a138f - JavaScript runtime error: Unable to get property 'Wa' of
>>>>> undefined or null reference.
>>>>>
>>>>> Simple workaround is to not call it, but concern long term would be
>>>>> heavy use and memory.
>>>>>
>>>>> --
>>>>> 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.
>>>>>
>>>>  --
>>> 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.
>>>
>>  --
> 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.
>

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