Acedip

changing intervals on y-axis (generally in $ )

Recommended Posts

Lets take for example, stacked Area 2D chart.

 

Now, on its y-axis it has monthly sales in dollars and the intervals are auto created according to the maximum income.

 

But I want the intervals to be of a fixed number. lets say i want the intervals of $10K.

 

So if anyone could please tell me the tag or the way how to do that in the xml code of the above stated chart.

Share this post


Link to post
Share on other sites

Hi,

Welcome to FusionCharts Forum! :(

Could you please try explicitly setting the value for the attributes "yAxisMinValue" and "yAxisMaxValue" in the <chart> element?

Also, please try setting a required value for the attribute "numDivLines" in the <chart> element to suit your purpose. Please set the attribute "adjustDiv='0'" in the <chart> element.

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