Sign in to follow this  
Tomap

Axis Label position problem

Recommended Posts

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

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
Guest Madhumita

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

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