psychopyko welcome to psychopyko.com

28Aug/08

How to use Google Charts API with 6 examples

Few months ago I had a good look into Google Charts API and it was great! If you are not aware, Google Charts API basically allows you to create pretty graphs simply by using an URL with correct parameters specified. It is fairly flexible, with many things you can change and customise - which is where it becomes bit complicated. It is quite easy to generate a chart, but it wasn't as easy to generate the exact chart I needed. So below are 6 examples charts with explanations and tips that will hopefully help you understand Google Charts better.

A few notes before I start

  1. The data/labels for all the graphs here have no meaning at all - just examples that I have come up with.
  2. I'll explain each parameter probably only once (since they are generally the same across all graphs). If something is different or special I'll explain it again.
  3. If you have any other tips/hints please share :)

» Continue reading "How to use Google Charts..."