Text String Tooltip

Problem:

How can I show the number value with a comma separator in the text string in the tooltip? Is this possible?

Solution:

To setup a comma separator in the tool-tip data, add a tooltip object inside the plot object and add 'thousands-separator': "," to it like I've demonstrated in the attached image. Here is the modified demo for your reference.

Problem:

Not working.

Solution:

Hold the values in their whole real number, then in scaleY{short: true, shortUnit: ‘K’,} then in tooltip use thousandsSeparator: ‘,’

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us