formatter property

HighchartsCallback? formatter
getter/setter pair

Callback function to format each of the series' labels. The this keyword refers to the series object. By default the formatter is undefined and the series.name is rendered.

API Docs: https://api.highcharts.com/highcharts/series.zigzag.label.formatter

Implementation

HighchartsCallback? formatter;