Sign in to follow this  
KvanTTT

Wrong Initial Value In Vertical Scale

Recommended Posts

How to overcome the problem with horizontal lines value, as it is shown at attached image?

I use Scatter Chart.

Now there are vertical values starting from 1 with step 300 (1, 301, 601, etc.)

But I need in initial value = 0 with step 300.

post-18289-0-20599700-1328198412_thumb.png

Edited by KvanTTT

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi smile.gif

 

Apologies for the delay.

 

Please try setting the following attributes under the chart element.

numDivLines , yAxisMinValue, yAxisMaxValue, adjustDiv='0'

 

Ref. Code:

<chart ... adjustDiv='0' yAxisMaxvalue='1000' yAxisMinValue='0' numDivLines='7'>

 

Please note that, you would need to set the numDivLines attribute, according to the data you want to plot.

 

For more information, please refer the following URL:

http://docs.fusioncharts.com/charts/contents/?AttDesc/DivLines.html

 

Hope this helps.smile.gif

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