hoagieryder

Gradient Issue In Combination Graph

Recommended Posts

I am trying to create a vertical trend zone (which from what I understand is not an option with a combination graph), by using the canvas gradient function. I am just trying to intersect the graph in the middle and it does not seem to be working correctly if you look at where the background changes colors it does not line up in the middle, or with the line data anchor. What am I doing wrong? 

 

Code:

 

 

<chart showValues='0' caption= 'Scenarios' canvasbgratio='0,50,0,50'  canvasbgcolor='fffffff,ffffff,000000,000000' canvasbgAngle='0' plotSpacePercent='20' setAdaptiveYMin='1' PYAxisName='Mkt.Value' showlegend='0' SYAxisName='WAL'  divLineColor='E5E5E5' numberPrefix='$'  showBorder='0' bgcolor="FFFFFF">
 
    <categories>
        <category label='-100' />
        <category label='Base' />
        <category label='+100' />
        <category label='+200' />
<category label='+200' />
      
    </categories>
    <dataset seriesName='Mkt. Value' color = 'C22D2D'>
<set value='121347586' />
        <set value='118457522' />
        <set value='112199609' />
        <set value='104916190' />
<set value='104916190' />
      
    </dataset>
 
<dataset seriesName='WAL' color = '000000' parentYAxis='S' lineThickness='2'>
        <set value='2.25' />
        <set value='2.95' />
        <set value='6.12' />
        <set value='7.88' />
<set value='7.88' />
     
    </dataset>
 
 
</chart>

post-40226-0-44510000-1368131222_thumb.jpg

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi,

 

Welcome to FusionCharts Forum!

 

Apologies for the delayed response.

 

Are you trying to render Flash chart or JavaScript Chart?

 

We have rendered the chart using the same chart XML in JavaScript mode with latest version files i.e., FusionCharts XT v3.3.1 Service Release files, please find attached screen-shot for your reference.

 

 

post-24802-0-81426300-1368432294_thumb.png

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