Number Format

Use the Number Format property to format or manipulate the values displayed below the charts.

Number format works as documented here: http://numeraljs.com/

Number format respects the current locale for formatting.

Example:

'$0,0.00'

This example changes the number 1000.234 to the string $1,000.23.

Send us feedback