Hi, I'm interested in hearing how well cfchart performs too, as I'm considering holding off a purchase of popchart pro in favour of simply upgrading to CFMX.
Thanks, Dave -----Original Message----- From: Ryan Kime [mailto:[EMAIL PROTECTED]] Sent: 03 May 2002 14:59 To: CF-Talk Subject: Has anyone used CFCHART yet? 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] ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

