Friday, August 1, 2014

Google Visualisation API cannot be used in offline mode

We are using Google visualisation API for making interactive charts. However one of the condition of using Visualisation API is something one want to be careful of. The API is restricted to use in offline mode. This means the API cannot be used in intranet, which is not connected to internet. The legal words can be seen here http://code.google.com/apis/visualization/faq.html#offline

I could not figure out the reason for this restriction. A closer look into the api revealed that Google used YUI javascripts for rendering charts.


No comments:

Post a Comment