Interface: TimelineDataLabelsFormatterContextObject

Highcharts. TimelineDataLabelsFormatterContextObject

Extends

Members

colorIndex :number

The point's current color index, used in styled mode instead of color. The color index is inserted in class names used for styling.

Type:
  • number
Inherited From:

key :string|undefined

Type:
  • string | undefined
Overrides:

percentage :number

The percentage for related points in a stacked series or pies.

Type:
  • number
Inherited From:

total :number|undefined

The total of values in either a stack for stacked series, or a pie in a pie series.

Type:
  • number | undefined
Inherited From:

x :number|string|undefined

For categorized axes this property holds the category name for the point. For other axes it holds the X value.

Type:
  • number | string | undefined
Inherited From:

y :number|null|undefined

The y value of the point.

Type:
  • number | null | undefined
Inherited From: