Sign in to follow this  
leos

Format Number Scaling has a lot of decimal places in value

Recommended Posts

I've got a small chart, but the values showing up on the chart are converting like this:

 

 

 

value=227622.0000 -> 227.622k

 

value=307448.53 -> 307.44853k

 

 

 

[ code ]

 

 

 

 

 

[/ code ]

 

 

 

{chart xAxisName="Current Payout: 136,236,100 points" Caption="Updated Jan 20 2010 " formatNumberScale="1" decimal="0" yAxisMaxValue="10" imageSave="1" imageSaveURL="/common/FusionCharts/scripts/FusionChartsSave.aspx" maxColWidth="100" palette="1" bgColor="ececed,FFFFFF" showBorder="1" borderColor="999999" showLabels="1" placeValuesInside="1" numberPrefix="" showValues="1" useRoundEdges="0" baseFont="Arial" baseFontSize="12"}

 

{set label="Current" value="227622.0000" tooltext="Current: 227,622.00, Points: 136,236,100" color="48168d"/}

 

{set label="Projected" value="307439.25" tooltext="Projected: 307,439.25, Points: 192,108,175" color="3ca417" alpha="60"/}

 

{/chart}

Edited by Guest

Share this post


Link to post
Share on other sites
Guest Madhumita

Hello Leos,

In place of decimal='0' please set decimals='0' in the <chart> element, and you problem will be resolved.

Looking forward to your reply. :D

Edited by Guest

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this