greghesom

Dual Y 2D Combination Div lines

Recommended Posts

Hey ppl.

How do I get the Dual Y 2D graph (http://www.fusioncharts.com/Gallery/Chart.asp?mscombidy2d_4) to show vertical div lines?

I have got this chart: I need vertical div lines on each day of the month (1 - 31)

3821ab8f-c46e-4e29-8bf9-0f40.jpg

My XML:

<chart showLegend='0' lineThickness='1' setAdaptiveYMin='1' setAdaptiveSYMin='1' showValues='0' formatNumberScale='1' anchorRadius='2' divLineAlpha='100' divLineColor='e5e5e5' divLineIsDashed='0' showAlternateHGridColor='1' alternateHGridColor='f9f9f9' shadowAlpha='40' labelStep='2' numvdivlines='31' chartRightMargin='35' bgColor='FFFFFF' bgAngle='270' bgAlpha='10,10' alternateHGridAlpha='100'>

Shotness.

G

Share this post


Link to post
Share on other sites

Hi,

 

 

 

Could you please try using <vLine>element after each <set> element wherever you need to show the vertical line?

 

 

 

Please also set the attribute showAlternateHGridColor='0' and divLineColor='FFFFFF' in order to hide the already existing horizontal div lines.

 

 

 

Hope this helps. :D

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