amordach Report post Posted August 24, 2009 I am using fusioncharts for the first time and have a question. I have a chart that I put together that shows a total charge by month by category. I was able to get the data points for each different category ( a different color in the stacked bar) to show up on the chart but is there a way to show what the total of the category's is above the bar itself? I want to be able to show how much was charged by month by category but also need a way to represent what the total charge was for that month on the chart somewhere. Thanks in advance. Share this post Link to post Share on other sites
Guest Rajroop Report post Posted August 25, 2009 Greetings , Welcome to the FusionCharts Forum. Could you please check the following link and see if it helps? http://www.fusioncharts.com/docs/Contents/AttDesc/DataValues.html Looking forward to your reply on this. Share this post Link to post Share on other sites
amordach Report post Posted August 25, 2009 Thank you for your input. I have tried doing that with the following code: chart caption='Chart 1' showValues='1' labelDisplay='Rotate' slantLabels='1' formatNumberScale='0' showBorder='0' Which did not work. I am trying to invoke this on a stacked 3d bar graph. I have another chart in which I use this code: chart caption=Chart 2' yAxisMinValue='7500' showValues='1' labelDisplay='Rotate' slantLabels='1' formatNumberScale='0' showBorder='0' Which works perfectly. Additionally, I am looking for the data lablel to sum up what the total of the stacked values is will this accomplish this? Thanks in advance. Share this post Link to post Share on other sites
amordach Report post Posted August 25, 2009 (edited) amordach (8/25/2009)Thank you for your input. I have tried doing that with the following code: chart caption='Chart 1' showValues='1' labelDisplay='Rotate' slantLabels='1' formatNumberScale='0' showBorder='0' Which did not work. I am trying to invoke this on a stacked 3d bar graph. I have another chart in which I use this code: chart caption=Chart 2' yAxisMinValue='7500' showValues='1' labelDisplay='Rotate' slantLabels='1' formatNumberScale='0' showBorder='0' Which works perfectly. Additionally, I am looking for the data lablel to sum up what the total of the stacked values is will this accomplish this? Thanks in advance. I have figured out what the issue was and why it was not displaying the labels. Now only my last question remains: Is it possible to display a label above the stacked bar that displays a total of the 3 layers in the stacked bar? Edited August 25, 2009 by Guest Share this post Link to post Share on other sites
Guest Rajroop Report post Posted August 26, 2009 Hello, Is it possible to display a label above the stacked bar that displays a total of the 3 layers in the stacked bar? I'm afraid this is not possible when using Stacked charts, as of now. You can display the data values inside each stack, individually, for now. You can use the rotateValues to display the values inside the stacks in a vertically fashion. I hope this helps. Share this post Link to post Share on other sites