dhaval
dhaval

Reputation: 2388

Google Charts tutorial

What is good place to learn about Google Charts apart from the the official Google web pages on the same subject (and various things you can do with charting libraries on the web beside Google)?

Are there any good sites on the same topic? I need to integrate an GAE app.

Upvotes: 3

Views: 4521

Answers (3)

abalter
abalter

Reputation: 10393

I have the exact same question! I did find this, which seems to be more of what I've been looking for.

Upvotes: 1

Alex Martelli
Alex Martelli

Reputation: 882681

There are several good tutorials on the web, I like this short one for example -- and note that, since the API is just about placing the right value in place of the ... in an <img src=”http://chart.apis.google.com/chart?... in your HTML, there's nothing different about using it in GAE or in any other website or web app framework!-)

Upvotes: 3

Colin Pickard
Colin Pickard

Reputation: 46673

how about "Google Chart API - A Real World Example"?

Upvotes: 3

Related Questions