Vince, I read that doco before I posted and I should have put 1 and 1 to make 2.
I was thinking that maybe instead of trying to rewrite it to the Google App Engine API is to use Google Chart API and use cfchart as a wrapper: http://code.google.com/intl/de-DE/apis/chart/ It might be cool to have that part of the normal cfcharting as well. It would be neat if the charts from Google could be cached (they limit it to 250k request per day). You don't need an API key or account so the integration from the user standpoint would be easy. Best, .Peter Vince Bonfanti said the following on 11/25/2009 12:11 AM: > CFCHART is currently not supported on OpenBD/GAE. It's going to > require a significant rewrite to use the Google image processing APIs: > > http://code.google.com/appengine/docs/java/images/overview.html > > It's on our TODO list. > > Vince > > On Tue, Nov 24, 2009 at 9:32 PM, Peter J. Farrell <[email protected] > <mailto:[email protected]>> wrote: > > I'm getting this error when trying to use cfchart on OpenBD GAE. Are > charts not support on GAE or is this a defect: > > Error: Bad File Exception > Type: Template > Message: Class Error > Detail: The tag <cfchart format="png" chartwidth="435" > chartheight="435" pieslicestyle="sliced"> could not be loaded due to > an internal error > > Test code: > <cfchart format="png" chartwidth="435" chartheight="435" > pieslicestyle="sliced"> > <cfchartseries type="pie" > colorList="green,red,blue,yellow,aqua" > paintstyle="light" > > <cfchartdata item="Free Memory" > value="10" /> > <cfchartdata item="Used Memory" > value="10" /> > <cfchartdata item="Unallocated Memory" > value="5" /> > </cfchartseries> > </cfchart> > > > -- > Open BlueDragon Public Mailing List > http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon > mailing list - http://groups.google.com/group/openbd?hl=en > > !! save a network - please trim replies before posting !! -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon mailing list - http://groups.google.com/group/openbd?hl=en !! save a network - please trim replies before posting !!
