graph » options » format
format
[ root » graph » options » format ]
Bubble pack only: Format numbers on the bubble pack
Attribute | Type | Description |
---|---|---|
decimals | Number | Sets the number of decimal places displayed for each value. Default Value: 0 Introduced in: v2.8.4 |
decimalsSeparator decimals-separator | String | Sets the separator to be used in place of the default decimal point. Any string or character can be used to replace the decimal. Default Value: '.' Introduced in: v2.8.4 |
short | Boolean | Automatically shortens large units (e.g. 1000000 -> 1M). Default Value: true Introduced in: v2.8.4 |
thousandsSeparator thousands-separator | String | Sets the character used to separate thousands. Default Value: ',' Introduced in: v2.8.4 |