Tomap Report post Posted January 28, 2010 Hi, I bought FusionChart 2 some time ago with the source code and made some enhancement and corrected a few bugs. One of them was that lots of label were not well positioned. I would be willing to migrate to version 3, but I would have to correct those bugs again. One of the is visible on Bar2D : when you have a max value too big (1 000 is too big), it is cut. In order to prevent that, you added a "chartRightMargin='30'" This solution isn't good, because it works only until your number is bigger than 1 000 000. So what we did in version 2 was to measure the size of this label and reduce the size of the canvas consequently I attached the sample XML that shows the bug with Bar2D. If you have any question, do not hesitate, Thomas P. Bar2D.xml Share this post Link to post Share on other sites
Guest Madhumita Report post Posted January 28, 2010 Hello Thomas, Welcome to FusionCharts Forum. In FusionCharts V3 all these functionalities have been incorporated. Your XML works perfectly with FusionCharts V3 Bar2D chart. You can upgrade you version of FusionCharts From the link below: http://www.fusioncharts.com/puc/ I hope this helps you. Share this post Link to post Share on other sites
Tomap Report post Posted February 2, 2010 Hi, I tested with latest version (v3.1), and there is still this issue. I made a screen shot to show both XML and chart render. Thomas P. Bar2D.xml Share this post Link to post Share on other sites
Guest Madhumita Report post Posted February 2, 2010 Hello, By default, a chart margin is always set. This happens if your labels are large. To accommodate the labels you need to specify a chartRightMargin. This does not happen because of the values in put in the XML. It is due to the size of the y-Axis Labels. Share this post Link to post Share on other sites