Strange this one, I just tested the code and get blank page..... If I take out the <cfchart> attributes it renders. Then say I right click and edit tag in CFStudio or DWMX and enter in the same attributes it renders again????? WTF?
Try re-doing your <cfchart> tag Matty h -----Original Message----- From: Knott, Brian [mailto:[EMAIL PROTECTED] Sent: Monday, 25 August 2003 1:29 PM To: CFAussie Mailing List Subject: [cfaussie] cfchart 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/ ********************************************************************** A new world of colour, sound and pictures awaits you: Vodafone Live! More details at http://www.vodafone.com.au/live/ **********************************************************************" This correspondence is for the named person's use only. It may contain confidential or legally privileged information or both. " No confidentiality or privilege is waived or lost by any " mistransmission. If you receive this correspondence in error, please immediately delete it from your system and notify the sender. You must not disclose, copy or rely on any part of this correspondence if you are not the intended recipient. Any views expressed in this message are those of the individual sender, except where the sender expressly, and with authority, states them to be the views of Vodafone. This email has been checked for viruses. ********************************************************************************************** --- 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/
