setThousandsSeparator(thousandsSeparator) â
setThousandsSeparator
set the chart thousands separator configuration.
Reference â
typescript
(
thousandsSeparator: {
sign?: string
format?: (value: number | string) => string
}
) => void
Parameters â
thousandsSeparator
Thousand separator configuration.sign
Sign.format
Custom formatting method.
Returns â
setThousandsSeparator
returns undefined
.