Sundhar

Numdivlines Collides With Y-Axis Zero Line

Recommended Posts

for a column chart having negative y-axis values, if i set numdivlines as "3"

 

the divisions in the chart looks fine., but the y-axis zero line is shown, which creates confusion that it may be a another division., though its not a division.,

 

have attached the snapshot.., in this., yAxisMinValue="-25" yAxisMaxValue="113" numDivLines="2"..

 

is there any way to hide the y-axis zero line.,

 

 

suggest is there any other way to solve this problem...

post-26890-0-87434600-1344410742_thumb.jpg

Edited by Sundhar

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi Sundhar,

 

Can you paste your XML code here?

 

It would be helpful to test at our end.

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi Sundhar,

 

You would have to use divLineAlpha attribute under the chart element.

 

Set this attribute with minimum value, between 1 to 5.

 

Ref. Code:

<chart ... divLineAlpha='3'>

 

Hope this helps!

Share this post


Link to post
Share on other sites

by setting divLineAlpha="3" the yaxis division lines brightness is very less., as like it is not there.,. fine

 

but the same is getting applied for y-axis zero point line too, does that mean y-axis zero point line is also considered as a division???

Share this post


Link to post
Share on other sites
Guest Sumedh

Hey,

 

You can use zeroPlaneAlpha attribute to set the transparency of x-axis i.e., zero plane.

 

This attribute takes value between 0-100.

 

Ref. code:

<chart ... zeroPlaneAlpha='60'>

 

Please refer the following URL, for more information.

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

 

Also, find attached screen-shot for your reference.

 

Hope this helps!

post-24802-0-35291600-1344497342_thumb.png

Share this post


Link to post
Share on other sites

thanks sumedh,

 

this solves my problem. as u said I will use have to user divLineAlpha="3" zeroPlaneAlpha="60" to get the desired thing..,

 

-- Sundhar

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