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