Sign in to follow this  
prabin

How can we scale Y axis values

Recommended Posts

Hi,

 

Given the lower limit and upper limit values, I want to scale the Y-axis of my fusion chart. 

The height of the bar representing the Y-axis value is too high and I want to scale it down to some factor.

 

Thanks!

Share this post


Link to post
Share on other sites

Hi,

 

The y-axis max value can be configured as per your requirement. Make use of the "adjustDiv" attribute in your chart element and set it 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. 

 

Please refer the fiddle below for implementation: http://jsfiddle.net/fusioncharts/FUmug/

 

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