Format numbers in Charticulator
Format numbers
Formatting numbers can not be done in the user interface, you need to code it within the field.

Short video tutorials
1. Add Currency label
To add a currency label you need to add a backspace (\) in the beginning and then the currency symbol. Watch the video below for more details:
2. Add a thousand (k), million (M) or billion (bn) lables
To change it to, for example a thousand label, you need to divide the number by a 1000 and then add the letter k to the end:
3. Change the number of decimals
To change the number of decimals, you need to change de numbers in the {1f}:
Was this helpful?
Reader Interactions