This does not seem related to caching or the different url issue.
When you use the url you specified, it returns the small code block that
will, among other things, load the requested modules using:
google.loader.writeLoadTag("script", google.loader.ServiceBase +
"/api/visualization/1.0/48f3f5b4644f1324d4fef0a738c3d446/default,table,corechart.I.js",
false);
It seems that for some reason this was blocked on your browser.
Viz Kid
On Sat, Mar 26, 2011 at 3:53 PM, Henk <[email protected]> wrote:
> > 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.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Visualization API" group.
> To post to this group, send email to
> [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/google-visualization-api?hl=en.
>
>
--
You received this message because you are subscribed to the Google Groups
"Google Visualization API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-visualization-api?hl=en.