I used the wizard to create one chart.
Once you get the basic scripting for one chart, it can be used over
and over again, but switch-out the data.
Let's walk through an example:
Play along ...
Now let's use the Wizard
=======================================
1) Go to this URL:
http://code.google.com/apis/chart/im...rt_wizard.html
2) Let's pick a pie chart.
3) On the editor, open various options and make changes.
4) See your changes on the chart, and note the <embed in website> coding it gives you.
That's what you copy and paste into your website.
5) Note the orange section that lists the current values of the parameters.
When you embed into your site, you can use PHP to change those values.
Try changing some ... add more pieces to the pie.
If you go to my example:
http://www.catpin.com/chart.php
And view my HTML source using your browser, you'll see what I did.
I copied the same script, but changed the value and label for each one.
It gets way more involved without the wizard. There are javascripting,
API's and other methods for using Google charts.
Example of trying out charts without the Wizard ...
========================================
1) Go to this URL:
http://code.google.com/apis/chart/
2) Click "Get Started".
3) On the left side of page, scroll down to :
Examples and Tools
-- Playground
Click Playground.
4) Now you can pick a chart on the left, change some things on the right,
and see the chart at the bottom. The scripting on the right shows the code.
.