Google chart API
Google Chart API, a really simple tool for creating charts and graphs that are perfect for websites is an excellent offering for developers and web front-end engineers. It provides a simple way of putting a variety of charts into a web page, all generated by Google. The Google Chart API started out as a 20% time project.
- Line
- Bar
- Pie
- Venn
- Scatter Plots
Use of the Google Chart API is subject to a query limit of 50,000 queries per user per day.
The Google Chart API returns a PNG-format image in response to a URL.You can include a Chart API image in a webpage by embedding a URL within an <img> tag. When the webpage is displayed in a browser the Chart API renders the image within the page.
Example:
Feb 12th, 2008 at 9:33 pm
if i want to include Google Chart in my website , how can i do that?
Jun 6th, 2008 at 11:08 pm
[...] Google Chart API lets you dynamically generate charts. To see the Chart API in action, all you need to do is to send [...]