I've tried making an example app, but can't seem to get anything to show up
(even as a jpg!). All I get is the basic html header and closing tags.
Here's what I put together:

<cfchart format="jpg" chartheight="300" chartwidth="400" showborder="yes"
fontsize="10" showlegend="yes" name="deli_test">
        <cfchartseries type="bar" serieslabel="Deli">
                <cfchartdata item="Cheese" value="45">
                <cfchartdata item="Meat" value="78">
                <cfchartdata item="Bread" value="142">
                <cfchartdata item="Chips" value="64">
                <cfchartdata item="Potato_Salad" value="32">
                <cfchartdata item="Soda" value="121">
        </cfchartseries>
</cfchart>


[I'm running CFMX on XP Pro with a Flash 5 plugin]
______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to