开发者

Is Google Chart Tool Api is free to use [closed]

开发者 https://www.devze.com 2023-03-16 05:27 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

This question does not appear to be about programming within the scope defined 开发者_运维问答in the help center.

Closed 7 years ago.

Improve this question

Is Google Chart API free to use? If so, where can I find its documentation?


Yes, it is free. It is written in the official page:

Completely free for all uses: commercial, governmental, personal or educational.

For documentation follow this link.

Edit: You don't really download it. You include the following in your code:

<script type="text/javascript" src="http://www.google.com/jsapi"></script>

Then you start using it as shown here.

If you really want to see how it looks like inside, you can paste this to your browser address bar: http://www.google.com/jsapi


its completely free. You can check the different chart from below link

http://code.google.com/apis/ajax/playground/?type=visualization

0

精彩评论

暂无评论...
验证码 换一张
取 消