Sign in to follow this  
BigDog

displaying line when values are less than yAxisMinValue or greater than yAxisMaxValue

Recommended Posts

I want to build a line chart and specify the yAxisMinValue and yAxisMaxValue explicitly.

There may be times when some of my data set values are outside of that range - ie) values are greater than the yAxisMaxValue or less than the yAxisMinValue.  Even though the values are outside of the range I still want to display the chart without it automatically rescaling.

For example, if there is a data value less than yAxisMinValue, the chart automatically rescales so that the yAxisMinValue = 0.

Is there a way to stop it from automatically rescaling?

Share this post


Link to post
Share on other sites

Hi,

In FusionCharts, the axis limits have to encapsulate all the values that are represented on the chart. So, you cannot have a value which violates the axis limits.

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