trojnfn Report post Posted June 21, 2010 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. Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted June 21, 2010 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
trojnfn Report post Posted June 22, 2010 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 Report post Posted June 22, 2010 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