Sign in to follow this  
Gazoo

Squished stacked bar text... help?

Recommended Posts

What can I do about squished stacked bar text when the stacked portion of the bar is relatively small...

 

Is there a way to place the text outside of the bar with a callout arrow, or stagger the horizontal positioning of the text so that is displays properly, or even is there a way I can show all 3 values of the stacked chart on tooltip on hover such as "CAT1: X, CAT2: Y, CAT3: Z"

Probably in that order would work for me... see attached.

post-55863-0-37238800-1380039246_thumb.png

Share this post


Link to post
Share on other sites
Guest Rishab

Hi,

 

Currently, Fusionchart XT supports no such attribute to show the individual data value outside the column using callout arrow or to stagger it appropriately.

However, you can use the attribute 'toolText' of the <set> element to show the data values of the stacked chart as tooltip  while hovering over the dataplot.

For ex-

   <dataset seriesName='Jan'>
      <set value='27'  toolText='CAT1: 134, CAT2: 7, CAT3: 4'/>
   </dataset>

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