Hi all,

I have the following codes in my page.

The style variable holds the custom style.  The custom style is quite big and I 
am not going to post all the codes here unless I absolutely have to.

  <cfchart chartheight="450" chartwidth="550" gridlines="9" yaxistitle="Score" 
scalefrom="20" scaleto="100" style="#style#" format="png" >
      <cfchartseries query="variables.chart_query" type="scatter" 
seriescolor="##000000" itemcolumn="MyItem" valuecolumn="MyScore"/>
  </cfchart>

The strange thing is, when there are two or more MyScore values, the chart 
displays as expected.  However, when there is only 1 MyScore value, the chart 
would show 0 to 100 in the y-axis.  It would still show 9 grid lines but these 
lines are displayed from 0 to 100 instead of from 20 to 100.

Does anyone know why this is happening?  I am running CF 9 on WinXP on my local 
box.

Thanks in advance,
Monte


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:333208
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to