Hello All,

I am having a problem using CFChart with OpenBD.  I keep getting this
error.

Failed to generate chart - javax.imageio.IIOException: Can't create
output stream!

My chart code runs OK on CF 8.01 and CF 9.01 but gives me the error on
OpenBD.

<cfchart format="jpg" chartheight="175" chartwidth="515" fontsize="10"
font="arial" fontbold="no" show3d="yes" showborder="no">
        <cfchartseries type="bar" seriescolor="C0C0C0">
                <cfchartdata item="Breakfast" value="#breakfastCount#">
                <cfchartdata item="Sandwich" value="#sandwichCount#">
                <cfchartdata item="Wrap" value="#wrapCount#">
                <cfchartdata item="Salad" value="#saladCount#">
                <cfchartdata item="Soup" value="#soupCount#">
                <cfchartdata item="Side" value="#sideCount#">
                <cfchartdata item="Drinks" value="#beverageCount#">
                <cfchartdata item="Dessert" value="#dessertCount#">
                <cfchartdata item="Extra" value="#extrasCount#">
                <cfchartdata item="Misc" value="#miscCount#">
                <cfchartdata item="Catering" value="#cateringCount#">
        </cfchartseries>
</cfchart>

All the dynamic count variables are whole numbers.  Does anyone else
have an issue with CFCHART?

Scott

-- 
official tag/function reference: http://openbd.org/manual/
 mailing list - http://groups.google.com/group/openbd?hl=en

Reply via email to