Google Charts tutorial
google-app-engine, google-visualization
Solution
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!-)
Problem
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.