google-charts

Load Google Chart API asynchronously

Is there a possibility to load Google Chart API asynchronously like Google Maps API? I've tried out two different things: $.getJSON('http://www.google.com/jsapi'); and $.getScript('http://www.google.com/jsapi'); both are not working. Any suggestions? ...