annotations property

List<HighchartsAnnotationsOptions>? annotations
getter/setter pair

A basic type of an annotation. It allows to add custom labels or shapes. The items can be tied to points, axis coordinates or chart pixel coordinates.

API Docs: https://api.highcharts.com/highcharts/annotations

Implementation

List<HighchartsAnnotationsOptions>? annotations;