srividya_sharma

displaying numbers on top using StackedColumn2D

Recommended Posts

I am trying to display the datavalue numbers above the bars in my stackedcolumn chart [please see attached]. I've seen a number of posts w/ this question--and tried resizing the y-axis.

 

 

 

I'm wondering whether it's possible to place the numbers outside a stackedcolumn chart. My chart is not really stacked, but it seemed to be the best type to use to display my data. Any ideas on this?

 

 

 

Either placing numbers outside in StackedColumn2D or using a different type of chart?

 

 

 

Following up on this--see example2. I created a chart using Column2D and this is almost perfect except that I'm unable to create a legend w/ this type of chart [i think]. Does anyone have any suggestions for either of these questions?

 

 

 

Thank you!

post-5920-128441581548_thumb.gif

post-5920-128441581552_thumb.gif

Edited by Guest

Share this post


Link to post
Share on other sites

Thanks. That's almost perfect but the way my data is set up--w/ out 2 data sets per year, the alignment of the bars comes out off-center and doesn't look so good. See attachment example3.

 

 

 

Is there anything that can be done about that?

post-5920-128441581573_thumb.gif

Share this post


Link to post
Share on other sites
Guest Madhumita

Hello,

 

 

 

You can use the if you are using a stacked column chart and wish to display the datavalues outside the columns, you can add the showSum attribute in the element and see if this helps.

 

 

 

Alternately, if you actually require the Column2D chart and wish to make use of the legend functionality, you can use the SSGrid.swf file. Legend functionality is not available for single-series charts, as of now. Thus this Grid component helps to suffice that need.

 

ref. - http://www.fusioncharts.com/docs/Contents/Grid_Overview.html

 

http://www.fusioncharts.com/docs/Contents/Grid_Usage.html

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