G'day Rob. If you give a chart a name attribute, it saves the binary data to a variable of that name. So unless you want to save the data to a file (or something like that)... Get rid of the name attribute.
http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/tags-a11.htm#wp26 19630 Adam Cameron Senior Application Developer Straker Interactive e: [EMAIL PROTECTED] p: +64 9 3605034 f: +64 9 3605870 -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of rob Sent: Wednesday, 9 June 2004 4:00 p.m. To: CFAussie Mailing List Subject: [cfaussie] cfchart basic question please <cfchart name="#question.question_id#" format="jpg" xaxistitle="boo" yaxistitle="choo"> <cfchartseries type="pie" itemcolumn="boo" valuecolumn="choo"> <cfchartdata item="boo" value="2"> <cfchartdata item="boo" value="15"> </cfchartseries> </cfchart> i am creating a survey engine, i am getting no errors with the above however it won't display it and the reference manuals aren't helping me.... thanks guys rob. Robert Shaw Online Learning [EMAIL PROTECTED] MLC School Rowley Street Burwood 2134 Phone: 97471266 Mobile: 0422222515 Fax: 97453254 --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/ --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
