Sign in to follow this  
IngvarKrupit

numDivLines attribute does not work when yAxisMinValue or yAxisMaxValue is used

Recommended Posts

numDivLines attribute does not work or produces unpredictable outcome when yAxisMinValue or yAxisMaxValue is used.

 

 

The XML below will return three horizontal lines in stead of two

 

<graph numDivLines='2' yAxisMinValue='1000'>

<set name='Bar 1' value='22413' color='639aff'  />

<set name='Bar 2' value='5082' color='ffcf00'  />

<set name='Bar 3' value='25462' olor='ff6500'  />

<set name='Bar 4' value='8009' color='9ccf63'  />

<set name='Bar 5' value='25871' color='bd86de'  />

</graph>

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi,

Welcome to FusionCharts Forum. :D

We tested your XML codes in our Lab and it seems to work fine.

Please check the sample that we are sending you as an attachment using your XML codes.

Hope this helps. :)

Wish you a very Happy New Year.

works.zip

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi,

Thanks for your appreciation.

We have tested the code with Column2D.swf in our Lab and it seems to work fine.

Share this post


Link to post
Share on other sites
Guest Madhumita

Hello,

In case you are using Bar2D chart please set adjustDiv='0' in the <graph> element and see if 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
Sign in to follow this