0

Displaying Data with Google Charts API

Posted February 19th, 2010 in api, reviews, webapp and tagged , by Kalim Fleet

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.

article thumbnail

article thumbnail

article thumbnail

article thumbnail

Live Demo

Here is a live (basic) implementation of the api in action:

Google Chart API – Demonstration
Sample chart

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” />

Go to Google Chart Tools website to learn more

Leave a Reply