Sign in to follow this  
amordach

Total on Stacked 3D Chart

Recommended Posts

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

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 (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 by Guest

Share this post


Link to post
Share on other sites
Guest Rajroop

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

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