Interface: SeriesSankeyDataLabelsFormatterContextObject

Highcharts. SeriesSankeyDataLabelsFormatterContextObject

Context for the node formatter function.

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.SankeyNodeObject

The node object. The node name, if defined, is available through this.point.name.

Type:
Overrides:

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: