0

Can somebody please answer the question below regarding the Google API for Charts?

1- Is Google Charts API completely independent of any other JS libraries or software like Flash etc?

2- Does it work completely offline (using the new version)?

3- Is it completely free for commercial usage?

Thank you.

2 Answers 2

1
  1. The API is dependent on Google's internal libraries (nothing you have to specifically load), but generally not any external libraries. The exceptions are for the AnnotatedTimeLine and Motion charts, which are Flash-based. 3rd-party visualizations may be dependent on other libraries.
  2. You cannot use the API offline. Downloading the API and hosting it locally is strictly forbidden in the Terms of Service.
  3. The API is free for almost all commercial usage, see Terms of Service for details.
Sign up to request clarification or add additional context in comments.

Comments

0
  1. The google charts api uses js libraries.

  2. You can't use it offline

your computer must have live access to http://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.

(https://developers.google.com/chart/interactive/faq#offline)

3 . The api is completly free (https://developers.google.com/chart/terms?hl=nl#license)

3 Comments

@asgallant where can i find your post, i don't see it or an url?
My post should be up now.
i'm sorry your right i missed this: developers.google.com/chart/interactive/faq#offline

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.