I had read
http://code.google.com/apis/chart/interactive/faq.html#creatingaclient, but i still have some questions?
First, i describe my purpose of software:
I want to use Google chart tools to render a chart image in the webkit frame to replace matplotlib with python language.
For example, i wrote a python script that export a html string.
The html string that matched google chart tools usage and i set it into a webkit frame(not use iframe) with PyQt4.
The result is below:
My questions are:
- Can i download and keep "https://www.google.com/jsapi" for my client-side software? Or i can only use a "https://www.google.com/jsapi" link.
- Is this client-side software allowed? If deny, why? Because i can use any browser to view google chart page, why can i use a custom one with webkit?
- If i want to distribute this software, can i use BSD license? I can ask user to download "https://www.google.com/jsapi" by himself/herself or just use jsapi link.
Thanks for your patience.