steveddei

Looking For Chart: Line, Scatter, Stacked Bar

Recommended Posts

I have to display data on a single chart with Line, Scatter and Stacked Bar.

 

I've looked through the available charts and didnt see one that could be used.

Does anyone know of a chart that would work or an alternate solution? (yes, has to be on the same chart).

 

Is it possible to not 'fill' in one of my bar data sets? that will give the impression of a scatter...

post-6041-045964300 1285784080_thumb.jpg

Edited by steveddei

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi,

 

In case you wish to render the chart specified in the attached image, please try using "MSCombiDY2D.swf " file of the "Charts" folder of FusionCharts pack .

 

Please note, in this case you need to customize the anchors of the line plot to get the similar type of effect.

 

For detailed information, please refer to the link mentioned below :-

 

Ref.- http://www.fusioncharts.com/docs/?ChartSS/Combi2DDY.html

 

I hope this helps. :)

Share this post


Link to post
Share on other sites

That should work, how about a 3D version though?

 

Hi,

 

In case you wish to render the chart specified in the attached image, please try using "MSCombiDY2D.swf " file of the "Charts" folder of FusionCharts pack .

 

Please note, in this case you need to customize the anchors of the line plot to get the similar type of effect.

 

For detailed information, please refer to the link mentioned below :-

 

Ref.- http://www.fusioncharts.com/docs/?ChartSS/Combi2DDY.html

 

I hope this helps. :)

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi Steve,

 

Please try using " MSColumn3DLineDY.swf " file of the "Charts" folder of the pack for the same.

 

Also, please refer to the link below for the further details on the same.

 

Ref.- http://www.fusioncharts.com/docs

 

I hope this helps. :)

Share this post


Link to post
Share on other sites

We are currently trying StackedColumn3DLineDY.swf chart, however it does not give us the expected results.

 

We are able to set a stacked bar alpha to 1, this way the value only dsplays, however the value is displayed in the middle of the bar. setting valuePosition does nothing. I am guessing that only works for lines.

 

Is there a way to position the value at the top of the bar?

post-6041-011261000 1285969728_thumb.png

Share this post


Link to post
Share on other sites

Hi,

 

Could you please try setting a desired value for the attribute "valuePadding" in the <chart> element?

 

This attribute sets the vertical space between the end of columns and start of value textboxes. This basically helps you control the space you want between your columns/anchors and the value textboxes.

 

Hope this helps. :)

Share this post


Link to post
Share on other sites

Adding 'valuePadding' does nothing to the StackedColumn3DLineDY.swf chart.

The value still shows in the middle. btw i am using 3.1.

 

This is from the sample provided, with my extra data set

<chart palette='1' caption='Sales' shownames='1' showvalues='0' numberPrefix='$' sYAxisValuesDecimals='2' connectNullData='0' PYAxisName='Revenue' SYAxisName='Quantity'  numDivLines='4' formatNumberScale='0' valuePadding='10'>
<categories>
<category label='March' />
<category label='April' />
<category label='May' />
<category label='June' />
<category label='July' />
</categories>
<dataset seriesName='Product A' color='AFD8F8' showValues='0'>
<set value='25601.34' />
<set value='20148.82' />
<set value='17372.76' />
<set value='35407.15' />
<set value='38105.68' />
</dataset>
<dataset seriesName='Product B' color='F6BD0F' showValues='0' >
<set value='57401.85' /> 
<set value='41941.19' />
<set value='45263.37' />
<set value='117320.16' />
<set value='114845.27' dashed='1'/>
</dataset>
<dataset seriesName='Product B' color='000000' alpha='50' showValues='1'>
<set value='104634.85' /> 
<set value='103423.19' />
<set value='106755.37' />
<set value='104532.16' />
<set value='108090.27' dashed='1'/>
</dataset>
<dataset seriesName='Total Quantity' color='8BBA00' showValues='0' parentYAxis='S' >
<set value='45000' />
<set value='44835' />
<set value='42835' />
<set value='77557' />
<set value='92633' />
</dataset>
</chart>

post-6041-065883500 1286327220_thumb.png

Edited by steveddei

Share this post


Link to post
Share on other sites

Hi,

 

I am afraid, FusionCharts does not support the display of any data-plot values on top of the plots, as of now. :)

 

In a Stacked chart, the <dataset> where you have mentioned "showValues='1'" would display the value over the plot and not outside/top of it.

 

In case, you wish to display a total sum value of all the stacked plots, please try setting the attribute "showSum" to '1' in the <chart> element. This would display the value of top of the data-plots.

 

Hope 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