series property

List? series
getter/setter pair

An array of series configurations for the drill down. Each series configuration uses the same syntax as the series option set. These drilldown series are hidden by default. The drilldown series is linked to the parent series' point by its id.

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

Implementation

List<dynamic>? series;