Anybody know how to get CFCHART to display percentage values without ROUNDING 
up? From what I can tell, the current behavior ALWAYS rounds up.

So, a value of 19.1% gets displayed as 20%.

<cfchart show3d="yes" chartheight="350" chartwidth="400" font="Times" 
labelformat="percent" scalefrom="0" scaleto="1" title="Summary of Portfolio at 
September 30, 2005:">
   <cfchartseries type="pie">
      <cfchartdata item="Bonds 35.9%" value=".359">
      <cfchartdata item="Canadian Equities 40.9%" value=".407">
      <cfchartdata item="US Equities 19.2%" value=".195">
      <cfchartdata item="Cash & Equivalents 3.9%" value=".039">
   </cfchartseries>
</cfchart>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223246
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to