Context for the formatter function.
- Since:
-
- 7.0.0
Extends
Members
-
color :Highcharts.ColorString
-
The color of the node.
Type:
- Since:
-
- 7.0.0
- Overrides:
-
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
-
The ID of the node.
Type:
- string
- Since:
-
- 7.0.0
- Overrides:
-
percentage :number
-
The percentage for related points in a stacked series or pies.
Type:
- number
- Inherited From:
-
point :Highcharts.Point
-
The point (node) object. The node name, if defined, is available through
this.point.name
. Arrays:this.point.linksFrom
andthis.point.linksTo
contains all nodes connected to this point.Type:
- Since:
-
- 7.0.0
- 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: