Skip to content

setThousandsSeparator(thousandsSeparator)

setThousandsSeparator 设置图表千分符配置。

参考

typescript
(
  thousandsSeparator: {
    sign?: string
    format?: (value: number | string) => string
  }
) => void

参数

  • thousandsSeparator 千分符配置。
    • sign 千分符符号。
    • format 自定义千分符格式化。

返回值

setThousandsSeparator 返回 undefined

用法

不显示千分符

自定义格式化