Google Chart API - is it possible to download the .js and work on it offline?

chacko picture chacko · May 25, 2011 · Viewed 40.3k times · Source

I would like to use the Google Chart API in one of my project.

Is it possible to download ONE JavaScript for it so that I can work offline?

I tried to download the script referred from the html page (jsapi) and its code seems to load up other scripts:

google.loader.ServiceBase = 'https://www.google.com/uds';
google.loader.GoogleApisBase = 'https://ajax.googleapis.com/ajax';
...

Is there no way to get just one unified JavaScript?

Answer

wtrevino picture wtrevino · Mar 14, 2012

Working offline with Google Chart API is not permitted, since it is against their TOS.