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]> 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 !!

Reply via email to