Reply to topic
Cfchart rotate doesn't rotate
Kurt@iknowtek.com


Joined: 30 Dec 2004
Posts: 17
Location: Northbrook, IL
Reply with quote
My chart comes up ok, but it does not rotate? Is there a bug or other issue that
will force it to default under some conditions?

i want
name1 ***********
name2 ******
name3 ********************
ColdFusion MX 7
Version: 7,0,2,142559
Edition: Enterprise
on linux
Code:

<cfchart format="flash" chartheight="400" chartwidth="1200"
showxgridlines="no" showygridlines="yes" foregroundcolor="##006666"
databackgroundcolor="##FFFFFF" showborder="no" fontbold="no" fontitalic="no"
labelformat="number" xaxistitle="location"  yaxistitle="index" show3d="no"
rotated="yes" sortxaxis="no" showlegend="no" tipstyle="MouseOver"
tipbgcolor="##CCCCCC" showmarkers="yes" markersize="25" title="Chart View"
backgroundcolor="##CCCCCC" >
    <cfchartseries type="bar" query="lqi.report" itemcolumn="name"
valuecolumn="overallWeighting" seriescolor="##003333" paintstyle="shade"
markerstyle="circle"  />
</cfchart>
[/code]
bobclingan
Forum Regular

Joined: 16 Sep 2004
Posts: 271
Location: Abingdon, MD
Reply with quote
rotated isn't a valid attribute for the cfchart tag anymore, I believe it was deprecated starting with CF7. To get what you want, you would need change your type to horizontalbar in your <cfchartseries> tag.

You can view the docs here:

http://www.cfquickdocs.com/?getDoc=cfchartseries
thanks
Kurt@iknowtek.com


Joined: 30 Dec 2004
Posts: 17
Location: Northbrook, IL
Reply with quote
I appreciate the answer!
Cfchart rotate doesn't rotate
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT  
Page 1 of 1  

  
  
 Reply to topic