series property

List<HighchartsNavigatorSeriesOptions>? series
getter/setter pair

Options for the navigator series. Available options are the same as any series, documented at plotOptions and series.

Unless data is explicitly defined on navigator.series, the data is borrowed from the first series in the chart.

Default series options for the navigator series are:

API Docs: https://api.highcharts.com/highcharts/navigator.series

Implementation

List<HighchartsNavigatorSeriesOptions>? series;