I've got a couple of mysteries for you CFCHART sleuths...

1.  I can't for the life of me work out how to get the X-axis to display 
integers.  It insists on displaying decimals, even though the query column is 
an integer.

2.  A black line appears on the very left margin of all of my charts.  I'm not 
sure why it's there.  Does anyone have any clue how to get rid of this line?   
I'm running on CFMX6.1 on RHEL4, using the xorg-X11-deprecated-libs package, 
since RH no longer ships with libXp.so.6 any more.

An example illustrating both of these problems is at:

http://www.funtrivia.com/chartdemo.cfm

<cfchart format="png"
name=mychart font="arialunicodeMS" show3d="no"
xaxistitle="Scoring" scaleto=500
labelformat=number gridlines=11
yaxistitle="## Players" showborder="no"
showlegend="no" showmarkers="No">

<cfchartseries type="bar" query="q" paintstyle=shade seriescolor=green 
itemcolumn="score" valuecolumn="cnt" />

</cfchart>

Thanks for any ideas you might have.

Regards,
Terry

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:259388
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to