Sign in to follow this  
leva

Divide the Y axis

Recommended Posts

Hi Friends,

 

 

 

I need to divide the Y axis in each 2 units but I don't know the max number of the chart. How can I divide the chart in each 2 units. for example: 0-2-4-6-8-...

 

 

 

Thanks for your kind helps,

 

Leva:)

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi Leva,

In FusionCharts you can explicitly specify the y-axis upper & lower limit values and also the number of divisional lines.

In those cases, you need to disable automatic adjustment of divisional lines using adjustDiv='0'.

Then you can specify the y-axis upper and lower limits using the yAxisMaxValue and yAxisMinValue attributes respectively.

Also, the number of divisional lines can be specified using the numDivLines attribute.

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

Also, please take a look into the link below:-

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

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