![]() |
| cfchart horizontal bar |
|
2onboard
|
I thought this would be simple, but doesn't seem to work.
All I want is for my bar chart to be horizontal instead of vertical. So I added the rotate="yes" to the cfchart, but my bar still appears vertical. What do I do? <cfoutput query="mileageTotal"> <cfchart format="flash" font="arial" fontsize="12" fontbold="yes" foregroundcolor="ffffff" backgroundcolor="000000" chartheight="100" chartwidth="700" rotated="yes" scalefrom="0" scaleto="238857"> <cfchartseries type="bar" colorlist="ff0000"> <cfchartdata item="#NumberFormat(totalMiles, '999,999')# Miles" value=#totalMiles#> </cfchartseries> </cfchart> </cfoutput> |
||||||||||||
|
|
|||||||||||||
|
cfsearching
|
I am guessing you did not check the documentation ;-)
<cfchartseries type="horizontalbar" ..> http://livedocs.adobe.com/coldfusion/8/htmldocs/Tags_c_07.html |
||||||||||||
|
|
|||||||||||||
| cfchart horizontal bar |
|
||
|


