Context for the formatter function.
- Since:
-
- 7.0.0
Extends
Members
-
color :Highcharts.ColorString
-
The color of the node.
Type:
- Since:
-
- 7.0.0
-
key :string
-
The ID of the node.
Type:
- string
- Since:
-
- 7.0.0
-
percentage :number|undefined
-
Stacked series and pies only. The point's percentage of the total.
Type:
- number | undefined
- 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 series object. The series name is available through
this.series.name
.Type:
- Inherited From:
-
total :number|undefined
-
Stacked series only. The total value at this point's x value.
Type:
- number | undefined
- Inherited From:
-
x :number
-
The x value.
Type:
- number
- Inherited From:
-
y :number|null
-
The y value.
Type:
- number | null
- Inherited From: