Sign in to follow this  
potnuru

How To Show Custom Text Above The Bar In Multi Stacked 2D

Recommended Posts

I'm using a Multi-series Stacked Column 2D Chart and I want to put the year above each bar (not the sum of all the values in the bar). Am I able to put custom text above the bar? If so, how?

Share this post


Link to post
Share on other sites
Guest Angie

Hi,

 

Welcome to FusionCharts Forum!smile.gif

 

I am afraid, FusionCharts does not support the feature you are looking for, at this time.

 

We have taken a note of your request and added the same in our wishlist.

 

Hope you have a great day!

Share this post


Link to post
Share on other sites

:( any wayzzz thnx :)

  On 1/13/2011 at 7:28 AM, Angie said:

Hi,

 

Welcome to FusionCharts Forum!smile.gif

 

I am afraid, FusionCharts does not support the feature you are looking for, at this time.

 

We have taken a note of your request and added the same in our wishlist.

 

Hope you have a great day!

Share this post


Link to post
Share on other sites

Hi,

 

Today, I was challenged with the task of displaying a ratio above my MS Stacked 2D bars instead of the 'sum'.

 

I found this thread which says there isn't any way to do it.

 

However, I was able to 'hack' a version together, which does what OP was asking:

 

--

 

After you build your chart add an additional dataSet, with <set> elements such as:

 

<set value='25000000' showValue='1' displayValue='4.6 : 1' toolText='Ratio of 4.6 dollars to 1' color='FFFFFF' alpha='1' />

 

I.E. you'd need to change the value appropriately. The trick is setting the color to 'FFFFFF' (i.e. your background color) and alpha to 1%. Meaning the text shows up and the bar doesn't.

 

Hopefully FCharts will add the functionality in the future.

 

 

 

 

 

 

 

  On 1/13/2011 at 7:45 AM, Angshu said:

 

 

Hi,

 

Thank you very much.

 

Keep FusionCharting!biggrin.gif

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