I refuse to believe this. I'm using CFGRAPH to produce some simple bar charts. Here
is a sample of the code:
<cfgraph type="bar" query="getndata"
valueColumn="TOTAL"
itemColumn="time"
fileFormat="flash"
valueLabelFont="Arial"
valueLabelSize="8"
valueLocation="overBar"
showValueLabel="rollover"
scaleFrom = 0
ScaleTo = "#peak#"
colorList="blue"
barSpacing="1"
borderColor="black"
title="blah"
itemLabelFont = "Arial"
itemLabelSize="8"
graphHeight="250"
graphWidth="550"
depth="1"
gridLines="#axis#">
</cfgraph>
When I change the graphHeight, you'd assume that because I'm also setting the
graphWidth seperately that they are independently controlled. But the entire graph
scales according to graphHeight.
Any clues? Macromedia's technotes and forums revealed nothing.
Sharon DiOrio
______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
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