Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to draw a chart in Google App Engine?

I wonder Google App Engine can return a chart ?

What I want is a statistical chart, is there a way for my app in Google App Engine to create a .png chart then return it to the browser ?

For instance when I click a url such as :

http://My_App.appspot.com/Show_App_Stats

It will show me a graphic chart.

like image 384
Frank Avatar asked Dec 14 '10 18:12

Frank


1 Answers

Your best bet is to use the Google Visualization API.

like image 185
SingleNegationElimination Avatar answered Sep 21 '22 18:09

SingleNegationElimination