Interface: TooltipFormatterContextObject

Highcharts. TooltipFormatterContextObject

Configuration for the tooltip formatters.

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

The name of the related point.

Type:
  • string | undefined
Inherited From:

percentage :number

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

Type:
  • number
Inherited From:

point :Highcharts.Point

The related point. The point name, if defined, is available through this.point.name.

Type:
Inherited From:

points :Array.<Highcharts.TooltipFormatterContextObject>|undefined

Array of points in shared tooltips.

Type:

series :Highcharts.Series

The related series. The series name is available through this.series.name.

Type:
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: