Guest Basundhara Ghosal

Specifying y-axis label increments

Recommended Posts

Hi folks,

 

 

 

I know I must be searching on the wrong terms. I know how to use yAxisMaxValue='100' yAxisMinValue='0' to get 5 increments of 20 in the y-axis labels but I would like to be able to force say 20 increments of 5 or 10 increments of 10.

 

 

 

How do I specify that?

 

 

 

Thanks!

 

 

 

JG

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi,

Please try setting the value for the attribute "numDivLines" in the <chart> element along with setting the value of the attribute "adjustDiv" attribute in the <chart> element to '0'.

Please note, in this case you need to fix the value for the "yAxisMinValue" and "yAxisMaxValue" attributes in the <chart> element as per your requirement.

Ref.- <chart ... adjustDiv='0' yAxisMaxvalue='100' yAxisMinValue='0' numDivLines='5'>

Please refer to the link below for further details on the same:-

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

I 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