If your server is on the net should work as stated by the plugin developper.
but if your localhost is on an intranet (not public not on the web) it won’t work…
I’m desesperatly looking for that to use on an INTRANET too.
any plugin that uses google API needs the file to be public (at least on the web)
this is too much big brother for me.
Google doesn’t allow this.
we’re stuck.
https://code.google.com/apis/chart/interactive/faq.html#localdownload
Can I use charts offline?
No; your computer must have live access to https://www.google.com/jsapi in order to use charts. This is because the visualization libraries that your page requires are loaded dynamically before you use them. The code for loading the appropriate library is part of the included jsapi script, and is called when you invoke the google.load() method. Our terms of service do not allow you to download the google.load or google.visualization code to use offline.
Can I download and host the chart code locally, or on an intranet?
Sorry; our terms of service do not allow you to download and save or host the google.load or google.visualization code.