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>

---
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/

Reply via email to