Google Chart API - 是否可以下载 .js 并离线使用?

发布于 2024-11-09 08:28:52 字数 317 浏览 0 评论 0原文

我想在我的一个项目中使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

小耗子 2024-11-16 08:28:53

下载此软件包: https://www.dropbox.com/s/4cd7zbdvv2mlg8f /gstatic.zip?dl=0

在 HTML 中添加此代码后:

<script type="text/javascript" src="gstatic/loader.js"></script>

这对我有用。

就是看Google Chart 44版本

Download this package: https://www.dropbox.com/s/4cd7zbdvv2mlg8f/gstatic.zip?dl=0

After add this code in HTML:

<script type="text/javascript" src="gstatic/loader.js"></script>

This works for me.

It is to see version 44 of Google chart

你的呼吸 2024-11-16 08:28:52

不允许使用 Google Chart API 离线工作,因为这违反了其TOS

Working offline with Google Chart API is not permitted, since it is against their TOS.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文