Interface: LocalizationOptionsBase
Represents basic localization options
Hierarchy
LocalizationOptionsBase
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