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
.