HighchartsDrilldownBreadcrumbsOptions constructor
HighchartsDrilldownBreadcrumbsOptions({
- double? buttonSpacing,
- HighchartsNavigationBreadcrumbsButtonThemeOptions? buttonTheme,
- HighchartsNavigationBreadcrumbsEventsOptions? events,
- bool? floating,
- String? format,
- HighchartsCallback? formatter,
- HighchartsNavigationBreadcrumbsPositionOptions? position,
- String? relativeTo,
- bool? rtl,
- HighchartsNavigationBreadcrumbsSeparatorOptions? separator,
- bool? showFullPath,
- dynamic style,
- bool? useHTML,
- double? zIndex,
Options for the breadcrumbs, the navigation at the top leading the way up through the drilldown levels.
API Docs: https://api.highcharts.com/highcharts/drilldown.breadcrumbs
Implementation
HighchartsDrilldownBreadcrumbsOptions(
{this.buttonSpacing,
this.buttonTheme,
this.events,
this.floating,
this.format,
this.formatter,
this.position,
this.relativeTo,
this.rtl,
this.separator,
this.showFullPath,
this.style,
this.useHTML,
this.zIndex});