Sign in to follow this  
SteveC

Problem With Stackedcolumn2Dline And Renderas='area'

Recommended Posts

Hi all,

 

I'm having trouble getting a StackedColumn2DLine.swf chart to render a dataset as 'Area'. The chart keeps rendering the dataset as a column even though the renderAs explicitly states 'Area'. I'm hoping someone can point out to me what I'm doing wrong. Thanks very much.

 

Here is the XML for the Chart.

 

<chart caption='TESTING' subcaption='STACK CHART' showBorder='0' outCnvBaseFont='Arial' outCnvBaseFontSize='12' outCnvbaseFontColor='cc10ff' bgColor='4eff1c,4b00ef' bgAlpha='50,50' bgRatio='60,40' bgAngle='90' PYAxisName='# Inventory Turns' yAxisMinValue='0' yAxisMaxValue='100' numDivLines='4' SYAxisName='# COPQ' SYAxisMinValue='0' SYAxisMaxValue='80000' baseFontColor='288000' baseFont='Arial' baseFontsize='12' showLegend='1' legendBgAlpha='10' legendIconScale='1' legendInteractive='0' decimals='2' borderSize='0' PAxisName='# Inventory Turns' showValues='0' labelDisplay='Rotate' slantLabels='1' animation='0' canvasBorderThickness='1' use3DLighting='0' plotGradientColor='' >

<categories >

<category label='2008' />

<category label='2009' />

<category label='YTD-AVG' />

<category label='Jan-10' />

<category label='Feb-10' />

<category label='Mar-10' />

<category label='Apr-10' />

<category label='May-10' />

<category label='Jun-10' />

</categories>

<dataset seriesName='COPQ' showValues='0' alpha='0 ' color='ff6304' includeInLegend='1' renderAs='Column' parentYAxis='P' valuePosition='auto' >

<set value='27800' />

<set value='31800' />

<set value='10850' />

<set value='12230' />

<set value='27750' />

<set value='40880' />

<set value='40800' />

<set value='24800' />

<set value='35000' />

</dataset>

<dataset seriesName='Net Inventory' showValues='0' alpha='0 ' color='d1d700' includeInLegend='1' renderAs='Column' parentYAxis='P' valuePosition='auto' >

<set value='40800' />

<set value='24800' />

<set value='35000' />

<set value='10800' />

<set value='11800' />

<set value='10850' />

<set value='12230' />

<set value='17750' />

<set value='40880' />

</dataset>

<dataset seriesName='EBIT' showValues='0' alpha='0 ' color='ff0856' includeInLegend='1' renderAs='Area' parentYAxis='P' valuePosition='auto' >

<set value='27800' />

<set value='31800' />

<set value='10850' />

<set value='12230' />

<set value='27750' />

<set value='40880' />

<set value='40800' />

<set value='24800' />

<set value='35000' />

</dataset>

<styles>

<definition>

<style name='MyTitleFont' type='font' font='Arial' size='12' align='center' color='#cc10ff' />

<style name='MyXAxisFont' type='font' font='Arial' size='12' color='#0b00ab' bold='1' />

<style name='MyYAxisFont' type='font' font='Arial' size='12' color='f76d00' bold='1' />

<style name='MyZAxisFont' type='font' font='Arial' size='12' color='#00e5eb' bold='1' />

</definition>

<application>

<apply toObject='CAPTION' styles='MyTitleFont' />

<apply toObject='SUBCAPTION' styles='MyTitleFont' />

<apply toObject='XAxisName' styles='MyXAxisFont' />

<apply toObject='YAxisName' styles='MyYAxisFont' />

<apply toObject='SYAxisName' styles='# COPQ' />

</application>

</styles>

</chart>

 

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Thanks for your response.

 

Stacked Column 2D line chart does not allow to render the dataset as area, it only allows column and line to render.

 

Hope this helps.smile.gif

Share this post


Link to post
Share on other sites

Thank you for clearing that up. I suspected as much but thought I should ask for confirmation.

 

Is there somewhere in the documentation which lists which charts support which rendering formats?

 

Thanks,

Steve

 

 

Hi,

 

Thanks for your response.

 

Stacked Column 2D line chart does not allow to render the dataset as area, it only allows column and line to render.

 

Hope this helps.smile.gif

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Thank you very much for your valuable feedback.

 

I am afraid, FusionCharts documentation does not suffice your requirement, at this time.sad.gif

 

We will update this in our future upgrades.

 

Thank you very much for your continued patience and patronage.

 

Hope you have a great day!

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