You have to use this : http://www.amcharts.com/docs/v.1/bundle/data/dynamic_data

use the webapp template engine to generate the .csv or .xml for
example.

For example, in this project : http://simpleviewer4gae.appspot.com/
I generate an XML file "on the fly"

Regards


On 2 nov, 19:47, Alok <[EMAIL PROTECTED]> wrote:
> I am trying to get the fantastic flash charts fromwww.amcharts.comto
> work in a GAE application I am developing. The problem is that
> Amcharts requires the data files to be stored as .csv on the host web
> server. Since GAE doesn't allow writing files, I don't know how to
> update the charts. Is there a straightforward way to do this on GAE?
>
> Example:
>
> /localhost/path-to-file/data1.csv
>
> YYMMDD, Open, High, Low, Close, Volume
> 20080502,180.19,181.92,178.55,180.94,35569600
> 20080501,174.96,180.00,174.86,180.00,32227000
> 20080430,176.19,180.00,172.92,173.95,40671800
> 20080429,171.11,175.66,170.25,175.05,32946600
>
> Help!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to