HighchartsSeriesOnPointOptions constructor
HighchartsSeriesOnPointOptions({
- HighchartsSeriesOnPointConnectorOptions? connectorOptions,
- String? id,
- HighchartsSeriesOnPointPositionOptions? position,
Options for the Series on point feature. Only pie
and sunburst
series are supported at this moment.
API Docs: https://api.highcharts.com/highcharts/series.zigzag.onPoint
Implementation
HighchartsSeriesOnPointOptions(
{this.connectorOptions, this.id, this.position});