> Please let us know if the issue still persists for you.
Unfortunately: yes.
a
google.load("visualization", "1", {packages: ["corechart"]});
at some undefined moment after pageload still gives a blank screen
and if I use the jquery getscript method:
$.getScript("
http://www.google.com/jsapi?autoload=%7B%22modules%22%3A
%5B%7B%22name%22%3A%22visualization%22%2C%22version%22%3A%221%22%2C
%22packages%22%3A%5B%22corechart%22%2C%22table%22%5D%7D%5D%7D");
I see that google.visualization is available but it doen not contain
obkects like dataview etc. The firefox debugger gives the warning: A
call to document.write() from an asynchronously-loaded external script
was ignored.