starofriches Report post Posted March 4, 2010 (edited) 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! Edited March 4, 2010 by Guest Share this post Link to post Share on other sites
srividya_sharma Report post Posted March 4, 2010 Hi You could try to use MSColumn2D. Hope this helps. Srividya Share this post Link to post Share on other sites
starofriches Report post Posted March 5, 2010 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? Share this post Link to post Share on other sites
Guest Madhumita Report post Posted March 5, 2010 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