chiraga

Possible to Set Default Values for Y-Axis? If so, how?

Recommended Posts

Hi, 

I was wondering if it was possible to set default values for your Y-Axis. For example if I have the values y: [98644729, 88484843, 56464921] x: [1, 2, 3]. I want to be able to have the y-values on the left(check image) show exactly [98644729, 88484843, 56464921] instead of showing generic values

Screen Shot 2018-06-08 at 4.02.15 PM.png

Share this post


Link to post
Share on other sites

Hi,

Apologies for the delayed response.

FusionCharts uses its own internal algorithm to calculate the y-axis div line calculation, also based on the data you have shared since the difference between the intervals are uneven it will not be possible to show the values as   [98644729, 88484843, 56464921], you could set the limits using yAXisMaxValue and yAxisMinValue attribute but the mid value will be different than you have specified, you can also control the number of div lines using numDivLine attribute.

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