Mark CFChart is a CFMX tag, there is CFGraph for CF5 however.
Andrew Mark Bayfield wrote:
I am dynamically creating a graph using cfgraph on CF5 server. It is a horizontal bar graph, output as flash, with issues...
The problem is that it is not resizing the graph to accomodate new bars
and thus is squashed together. I want it to dynamically build its height.
I have example here:
http://lexmark.ozhosting.com/graphtest.cfm
Can someone tell me how to make it play nice.
The code I am using is:
<cfgraph type="HORIZONTALBAR"
query="qGetInterest"
valuecolumn="DataCount"
itemcolumn="course_number"
showvaluelabel="Yes"
scaleto="#ArrayMax(ListToArray(ValueList(qGetInterest.DataCount)))#"
valuelabelfont="Arial"
itemlabelfont="Arial"
itemlabelsize="12"
title="Course Interest"
titlefont="Arial"
fileformat="Flash"
barspacing="15"
graphheight="400"
graphwidth="400"
depth="5"
gridlines="0"></cfgraph>
-- Andrew Muller Senior Macromedia Certified Instructor - ColdFusion, Flash Certified Advanced Macromedia ColdFusion Developer Certified Macromedia Flash Developer Daemon Internet Consultants [EMAIL PROTECTED] T:61 2 9380 4162 F:61 2 9380 4204 17 Roslyn Gardens Elizabeth Bay NSW 2011 AUSTRALIA Daemon: Serious Web Development MX DownUnder: The First AsiaPac Macromedia Devcon! http://www.mxdu.com/ --- 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/
