Google Chart API - 是否可以下载 .js 并离线使用?
我想在我的一个项目中使用 Google Chart API。
是否可以为其下载 ONE JavaScript,以便我可以离线工作?
我尝试下载 html 页面(jsapi)引用的脚本 它的代码似乎加载了其他脚本:
google.loader.ServiceBase = 'https://www.google.com/uds';
google.loader.GoogleApisBase = 'https://ajax.googleapis.com/ajax';
...
有没有办法获得一个统一的 JavaScript?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
下载此软件包: https://www.dropbox.com/s/4cd7zbdvv2mlg8f /gstatic.zip?dl=0
在 HTML 中添加此代码后:
这对我有用。
就是看Google Chart 44版本
Download this package: https://www.dropbox.com/s/4cd7zbdvv2mlg8f/gstatic.zip?dl=0
After add this code in HTML:
This works for me.
It is to see version 44 of Google chart
不允许使用 Google Chart API 离线工作,因为这违反了其TOS。
Working offline with Google Chart API is not permitted, since it is against their TOS.