HighchartsDrilldownOptions constructor

HighchartsDrilldownOptions({
  1. Map<String, String>? activeAxisLabelStyle,
  2. HighchartsDrilldownActiveDataLabelStyleOptions? activeDataLabelStyle,
  3. bool? allowPointDrilldown,
  4. dynamic animation,
  5. HighchartsDrilldownBreadcrumbsOptions? breadcrumbs,
  6. HighchartsDrilldownDrillUpButtonOptions? drillUpButton,
  7. bool? mapZooming,
  8. List? series,
})

Options for drill down, the concept of inspecting increasingly high resolution data through clicking on chart items like columns or pie slices.

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

Implementation

HighchartsDrilldownOptions(
    {this.activeAxisLabelStyle,
    this.activeDataLabelStyle,
    this.allowPointDrilldown,
    this.animation,
    this.breadcrumbs,
    this.drillUpButton,
    this.mapZooming,
    this.series});