There will be times when you need to display some data visually on a website. Google has made it easy for you to do this with their hosted charts API.
Google Charts API
The Google Chart API lets you dynamically generate charts with a URL string. You can embed these charts on your web page, or download the image for local or offline use.




Live Demo
Here is a live (basic) implementation of the api in action:
Google Chart API – Demonstration
This Chart generated from this link:
<img src=”http://chart.apis.google.com/chart?chs=250×100&chd=t:60,40&cht=p3&chl
=Hello|World” alt=”Sample chart” />
