Skip to main content
Version: 5.0

Interface: PriceChartLocalizationOptions

Extends LocalizationOptions for price-based charts. Includes settings specific to formatting price values on the horizontal scale.

Extends

Properties

timeFormatter?

optional timeFormatter: TimeFormatterFn<number>

Override formatting of the time scale crosshair label.

Default Value

undefined

Inherited from

LocalizationOptions . timeFormatter


dateFormat

dateFormat: string

Date formatting string.

Can contain yyyy, yy, MMMM, MMM, MM and dd literals which will be replaced with corresponding date's value.

Ignored if timeFormatter has been specified.

Default Value

'dd MMM \'yy'

Inherited from

LocalizationOptions . dateFormat


locale

locale: string

Current locale used to format dates. Uses the browser's language settings by default.

See

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl#Locale_identification_and_negotiation

Default Value

navigator.language

Inherited from

LocalizationOptions . locale


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

PriceFormatCustom

Default Value

undefined

Inherited from

LocalizationOptions . priceFormatter


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

Inherited from

LocalizationOptions . percentageFormatter


precision

precision: number

The number of decimal places to display for price values on the horizontal scale.