Sign in to follow this  
iulian

Value Format In Column Stacked Charts

Recommended Posts

Hi,

 

I have a stacked column 2d chart. The issue is that is showing the ratio from the total instead of displaying the actual values. Let's say we have one column and three datasets with following values: 40000.00, 60000.00 and 100000.00. Instead showing (as a tooltip) 40k, 60k and 100k, it's showing 20%, 30% and 50%. Any suggestion on how to solve this?

 

Iulian

Share this post


Link to post
Share on other sites
Guest Bindhu

Hi,

 

Please set the attribute "showPercentInToolTip" to 0.

 

Additionally, if you wish to display custom toolText in the toolTip, you may try using the attribute "toolText" and set it to the desired text.

 

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