Sign in to follow this  
trojnfn

Spacing and Y axis values

Recommended Posts

How do I add some spacing between the total shipments value and the total charges values ? Sometimes they overlap and it is hard to read.

Also, instead of showing 6K, 8, 10K, etc., in the primary Y axis, how can I change it to show 6,000.....8,000.....10,000....etc. ? Similiar to the way the secondary Y axis is displayed.

d88f74fc-1cab-4d4e-88d6-f1c5.gif

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi,

How do I add some spacing between the total shipments value and the total charges values ? Sometimes they overlap and it is hard to read.

As the datavalues that you are mentioning are very close to each other, they are getting overlapped while displaying. In case you wish to avoid the same, please try setting the value of the attribute "showvalues" to '0'.

Also, instead of showing 6K, 8, 10K, etc., in the primary Y axis, how can I change it to show 6,000.....8,000.....10,000....etc. ? Similiar to the way the secondary Y axis is displayed.

Please try setting the value of the attribute "formatNumberScale" in the <chart> element to '0'.

Hope this helps. :)

Share this post


Link to post
Share on other sites

I used formatnumberscale='0' and the output now displays, properly, 10,000 instead of 10K.

When I use showvalues='0' to try and fix the spacing problem, all that did was eliminate the data output from the chart, which is not what I want. I still want to display the data output on the chart, but I would like to add a little space between the values because they sometimes overlap. Is that even possible ?

Thanks

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi,

Glad that your previous issue is resolved.

but I would like to add a little space between the values

I am afraid, as of now, FusionCharts does not support this.

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