1
I’ve already used Charts and still think about using it in a system I’m developing! Only this system will run off!
Is there a library or any way to use Google Charts Offline ?
1
I’ve already used Charts and still think about using it in a system I’m developing! Only this system will run off!
Is there a library or any way to use Google Charts Offline ?
3
In the link below, it says that it is not allowed to use offline.
Source: https://developers.google.com/chart/interactive/faq
Passage that speaks this:
Can I use Charts offline?
Your users' Computers must have access to https://www.gstatic.com/charts/loader.js in order to use the Interactive Features of Google 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 script, and is called when you invoke the google.charts.load() method. Our Terms of service do not allow you to download the google.charts.load or google.Visualization code to use offline.
Really bro! I passed this FAQ and did not see it! Thanks!
Browser other questions tagged html css web-application google
You are not signed in. Login or sign up in order to post.
This may not be the answer you’re looking for, but as Google Charts can’t use off, check out http://www.chartjs.org/
– Thiago Santos
Thanks, brother, you’ve helped too much!
– Jaider Master Info