Skip to content

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 .

Usage

Do not display thousands separators

Custom format