Re: [visualization-api] clearChart Broken?

2015-02-19 Thread 'Sergey Grabkovsky' via Google Visualization API
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

Re: [visualization-api] clearChart Broken?

2015-02-19 Thread Toronto Ccas
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

[visualization-api] clearChart Broken?

2015-02-19 Thread Tim Strumfels
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

Re: [visualization-api] clearChart Broken?

2015-02-19 Thread Toronto Ccas
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

Re: [visualization-api] clearChart Broken?

2015-02-19 Thread 'Sergey Grabkovsky' via Google Visualization API
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 serv...@torontoccas.com wrote: this started