numberFormat section controls how numeric values are displayed across the chart — axis ticks, tooltips, data labels and headlines. It sets the defaults; the renderer’s locale still governs locale-specific separators unless you override them here.
Options
Decimal places. A number fixes them (
2 → 1234.56); 'auto' varies with
magnitude.How large numbers are shortened:
'none'—1,234,567'auto'—1.2M, chosen by magnitude'k'/'m'/'b'— force thousands / millions / billions
Text prepended to every value, e.g.
'$'.Text appended to every value, e.g.
'%' or ' units'.Override the thousands separator. Defaults to the locale’s.
Override the decimal separator. Defaults to the locale’s.
Example
Related
- Configuration overview
- Quickstart › locale — the renderer’s
formattingLocale

