Sign in to follow this  
deepti

Repeated values on y-axis

Recommended Posts

Hi,

 

I am setting "decimals=0" and not providing y-axis min and max values  for my chart. I don't provide "divLInes" too.In this case I hope the fusioncharts logic will set the yaxis min and max values and show the divLines properly.But sometimes the y axis values are getting repeated as you can see in the attached image.

 

How can I fix this issue?

 

Thanks,

Deepti.

post-9906-0-99107400-1413885869_thumb.png

Share this post


Link to post
Share on other sites

Hi deepti,

 

This happens when the Y-max value is not specified for the chart and automatic adjustment of divisional lines takes place which results in repeating of Y-axis. To avoid such results please make use of "adjustDiv"  atrribute and this If set to 0, it disables the automatic adjustment of divisional lines and allows you to explicitly specify the number of div lines to render as well as the y-axis lower and upper limits.

 

The documentations link for div-lines of FusionChart might help you.

http://docs.fusioncharts.com/tutorial-configuring-your-chart-div-lines-and-grids.html

 

Thanks.

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