API / Utilities / FormatOptions

Defined in: src/libs/format-number/types.ts:1

Extended by

Properties

Property Type Description
labelMode? string Internal rendering hint for axis label layout. Not intended for public use.
lang? string BCP 47 language tag used for locale-aware formatting (e.g. 'en', 'ru'). Defaults to the application locale when omitted.
precision? number | "auto" Number of decimal places to display. Use 'auto' to determine precision automatically based on the value magnitude.
showRankDelimiter? boolean When true, inserts a thousands separator (e.g. 1 500 000).