Sign in to follow this  
Mansi Shah

Custom intervals or The distance beween the intervals

Recommended Posts

Hi,

 

 

 

I am using MSLine chart.

 

I need to change the value intervals on Y-Axis, as it creates chart by automatic values on Y-Axis.

 

Or I can change the distance between the values so, the points do not mess up with each other. I can't change the height of the chart, it has been set to its maximum.

 

 

 

Here is how it is looking.

 

 

 

FusionChart_CustomIntervals.png

 

 

 

What should I do to avoid the mess up of different values?

 

 

 

And there is another issue of X-Axis first and last values.

 

Is that possible to make X-Axis values a bit far from the borders?

 

As it hides the values, please see the image below.

 

 

 

FusionChart_XAxixPosition.png

Edited by Guest

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi Mansi,

Please try specifying the value for the attribute 'numdivlines' in the <chart> element and also set the value of the attribute 'adjustdiv' to '0'.

Please note, in this case you need to mention the value for the attribute 'yaxisminvalue' and 'yaxismaxvalue' in the <chart> element.

Ref.- http://www.fusioncharts.com/docs?/AttDesc/DivLines.html

Hope this helps. :D

Share this post


Link to post
Share on other sites

Hi Mansi,

You are welcome. :D

Could you please try setting vaalues (in Pixels) for the attributes "chartLeftMargin" and "chartRightMargin" in the <chart> element to set the amount of empty space that you want to put on the sides of your chart?

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