Has any one had any experience with cfchart.  I'm trying to create a chart
from a set of points but I get nothing displayed.  Code below

<cfchart name="section_any" chartwidth="400" chartheight="400"
yaxistitle="Percentage of mark" xaxistitle="Number of Students"
format="jpg">
                <cfchartseries type="bar">
                        <cfchartdata item="10" value="10">
                        <cfchartdata item="20" value="30">
                        <cfchartdata item="30" value="20">
                        <cfchartdata item="40" value="0">
                        <cfchartdata item="50" value="0">
                        <cfchartdata item="60" value="0">
                        <cfchartdata item="70" value="0">
                        <cfchartdata item="80" value="70">
                        <cfchartdata item="90" value="40">
                        <cfchartdata item="100" value="50">
                </cfchartseries>
</cfchart>


Thanks

Brian Knott

---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MX Downunder AsiaPac DevCon - http://mxdu.com/

Reply via email to