HighchartsDrilldownOptions constructor
HighchartsDrilldownOptions({
- Map<
String, String> ? activeAxisLabelStyle, - HighchartsDrilldownActiveDataLabelStyleOptions? activeDataLabelStyle,
- bool? allowPointDrilldown,
- dynamic animation,
- HighchartsDrilldownBreadcrumbsOptions? breadcrumbs,
- HighchartsDrilldownDrillUpButtonOptions? drillUpButton,
- bool? mapZooming,
- List? series,
Options for drill down, the concept of inspecting increasingly high resolution data through clicking on chart items like columns or pie slices.
Implementation
HighchartsDrilldownOptions(
{this.activeAxisLabelStyle,
this.activeDataLabelStyle,
this.allowPointDrilldown,
this.animation,
this.breadcrumbs,
this.drillUpButton,
this.mapZooming,
this.series});