Interface: LocalizationOptionsBase
Represents basic localization options
Extended by
Properties
locale
locale:
string
Current locale used to format dates. Uses the browser's language settings by default.
See
Default Value
navigator.language
priceFormatter?
optional
priceFormatter:PriceFormatterFn
Override formatting of the price scale tick marks, labels and crosshair labels. Can be used for cases that can't be covered with built-in price formats.
See
Default Value
undefined
percentageFormatter?
optional
percentageFormatter:PercentageFormatterFn
Override formatting of the percentage scale tick marks, labels and crosshair labels. Can be used for cases that can't be covered with built-in percentage format.
Default Value
undefined