anirbansarkar

Display Format Of Data Values In Column Charts

Recommended Posts

Hi All,

 

I am using fusion charts to generate a column chart. The chart is appearing perfectly but the values that are showing against the columns are appearing in K, which I do not want. I want to display the actual values.

 

Kindly help.

 

Regards,

Anirban

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi Anirban,

 

Welcome to FusionCharts Forum! smile.gif

 

FusionCharts XT has scaled the numbers down to K. By default, FusionCharts XT has the K,M (1000,1000) scaling defined for each chart. If you do not want this scaling to be applied by default,

 

You can set "formatNumberScale" attribute as "0", to turn off the default number scaling.

 

Ref. Code:

<chart ... formatNumberScale='0'>

 

For more information, please refer the following link:

http://docs.fusioncharts.com/charts/contents/?advanced/number-format/Number_Scaling.html

 

Hope this helps!

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