Sign in to follow this  
zion.b.y

Yaxis Attributes

Recommended Posts

hi all,

 

i have a graph using the fusion charts,

the problem is this, when a yAxis value is over 999 (i.e. 1234) the graph writes "1.23K"

i dont want to write 1.23K, i want it to write "1234",

 

is this a deffinition in the <chart> tag?

 

if so please tell me how to controll it

 

 

thanks,

Zion

Share this post


Link to post
Share on other sites

Hi Zion,

 

Please try setting the attribute "formatNumberScale" to '0' in the <chart> element. This attribute configures whether to add K (thousands) and M (millions) to a number after truncating and rounding it or not.

 

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
Sign in to follow this