Hi, Is it possible at all to load the visualization libraries dynamically? Read on.
I followed the tip to use http://code.google.com/apis/ajax/documentation/#Dynamic Using does work: function loadMaps() { google.load("maps", "2", {"callback" : draw}); } What doesn't work if I try the following: google.load("visualization", "1", {packages:['piechart']}, {'callback' : draw}, ); It leaves the page and doesn't continue loading (Browser tells me he is busy). The new page shown in the browser is empty. It's DOM has the following content: <html><head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"><script src="http://www.google.com/uds/? file=visualization&v=1&packages=piechart" type="text/ javascript"></script></head></html> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
