Context for the callback function to format the data label.
Members
-
percentage :number|undefined
-
Stacked series and pies only. The point's percentage of the total.
Type:
- number | undefined
-
point :Highcharts.Point
-
The point object. The point name, if defined, is available through
this.point.name
.Type:
-
series :Highcharts.Series
-
The series object. The series name is available through
this.series.name
.Type:
-
total :number|undefined
-
Stacked series only. The total value at this point's x value.
Type:
- number | undefined
-
x :number
-
The x value.
Type:
- number
-
y :number|null
-
The y value.
Type:
- number | null