T.H.

How do you format the tooltip on the sum column in a waterfall chart?

Recommended Posts

On a waterfall chart we can control the formatting of tooltips. For example, an item is configured like this (in TypeScript):

{
  label: label,
   value: value,
   toolText: `${fmt.format(value)}`
 }

However, this does not work for a sum column. How can I achieve the above (custom formatting) of a value in the tooltip on a sum column?

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