My favorites | English | Sign in

Google Chart Tools: Image Charts

Related Tools:

How Do I Start?

  1. Read the Getting Started page.
  2. Look at some charts in the gallery.
  3. Try making your own chart on our chart wizard.

 

Prerequisites

To use this API, you should have a little HTML experience; a little patience to read the documentation; and a little persistence to keep trying if your first charts don't look as you expect them to.

What is the Google Chart 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.

What Kind of Charts Can I Make?

You can make a lot of things with the Google Chart API:

Some things that look like charts...

 

And some that don't...

Try It!

Open up a browser window and copy the following URL into the address bar:

https://chart.googleapis.com/chart?cht=p3&chd=t:60,40&chs=250x100&chl=Hello|World

Tip: Try changing the text from "World" to your name.