HighchartsTreemapSeriesOptions constructor
HighchartsTreemapSeriesOptions({
- HighchartsSeriesAccessibilityOptions? accessibility,
- bool? allowDrillToNode,
- bool? allowPointSelect,
- bool? allowTraversingTree,
- bool? alternateStartingDirection,
- dynamic animation,
- double? animationLimit,
- String? boostBlending,
- double? boostThreshold,
- String? borderColor,
- double? borderRadius,
- double? borderWidth,
- HighchartsTreemapSeriesBreadcrumbsOptions? breadcrumbs,
- String? className,
- bool? clip,
- HighchartsTreemapSeriesClusterOptions? cluster,
- String? color,
- dynamic colorAxis,
- bool? colorByPoint,
- double? colorIndex,
- String? colorKey,
- List? colors,
- bool? crisp,
- double? cropThreshold,
- String? cursor,
- Map<
String, dynamic> ? custom, - String? dashStyle,
- HighchartsTreemapSeriesDataLabelsOptions? dataLabels,
- String? description,
- bool? enableMouseTracking,
- HighchartsTreemapSeriesEventsOptions? events,
- String? findNearestPointBy,
- bool? getExtremesFromAll,
- double? groupPadding,
- String? id,
- bool? ignoreHiddenPoint,
- bool? inactiveOtherPoints,
- bool? includeInDataExport,
- double? index,
- bool? interactByLeaf,
- List<
String> ? keys, - HighchartsSeriesLabelOptions? label,
- String? layoutAlgorithm,
- String? layoutStartingDirection,
- double? legendIndex,
- String? legendSymbol,
- bool? levelIsConstant,
- List<
HighchartsTreemapSeriesLevelsOptions> ? levels, - double? lineWidth,
- String? linecap,
- String? linkedTo,
- String? negativeColor,
- String? nodeSizeBy,
- bool? nullInteraction,
- HighchartsSeriesOnPointOptions? onPoint,
- double? opacity,
- HighchartsSeriesPointOptions? point,
- dynamic pointDescriptionFormat,
- dynamic pointDescriptionFormatter,
- double? pointInterval,
- String? pointIntervalUnit,
- dynamic pointStart,
- bool? relativeXValue,
- bool? selected,
- bool? showCheckbox,
- bool? showInLegend,
- bool? softThreshold,
- HighchartsSeriesSonificationOptions? sonification,
- double? sortIndex,
- String? stacking,
- HighchartsTreemapSeriesStatesOptions? states,
- String? step,
- bool? stickyTracking,
- double? threshold,
- HighchartsTreemapSeriesTooltipOptions? tooltip,
- bool? traverseToLeaf,
- HighchartsTreemapSeriesTraverseUpButtonOptions? traverseUpButton,
- double? turboThreshold,
- bool? visible,
- dynamic xAxis,
- dynamic yAxis,
- double? zIndex,
- String? zoneAxis,
- List<
HighchartsSeriesZonesOptions> ? zones, - bool? zoomEnabled,
A treemap
series. If the type option is not specified, it is inherited from chart.type.
API Docs: https://api.highcharts.com/highcharts/series.treemap
Implementation
HighchartsTreemapSeriesOptions(
{this.accessibility,
this.allowDrillToNode,
this.allowPointSelect,
this.allowTraversingTree,
this.alternateStartingDirection,
this.animation,
this.animationLimit,
this.boostBlending,
this.boostThreshold,
this.borderColor,
this.borderRadius,
this.borderWidth,
this.breadcrumbs,
this.className,
this.clip,
this.cluster,
this.color,
this.colorAxis,
this.colorByPoint,
this.colorIndex,
this.colorKey,
this.colors,
this.crisp,
this.cropThreshold,
this.cursor,
this.custom,
this.dashStyle,
this.dataLabels,
this.description,
this.enableMouseTracking,
this.events,
this.findNearestPointBy,
this.getExtremesFromAll,
this.groupPadding,
this.id,
this.ignoreHiddenPoint,
this.inactiveOtherPoints,
this.includeInDataExport,
this.index,
this.interactByLeaf,
this.keys,
this.label,
this.layoutAlgorithm,
this.layoutStartingDirection,
this.legendIndex,
this.legendSymbol,
this.levelIsConstant,
this.levels,
this.lineWidth,
this.linecap,
this.linkedTo,
this.negativeColor,
this.nodeSizeBy,
this.nullInteraction,
this.onPoint,
this.opacity,
this.point,
this.pointDescriptionFormat,
this.pointDescriptionFormatter,
this.pointInterval,
this.pointIntervalUnit,
this.pointStart,
this.relativeXValue,
this.selected,
this.showCheckbox,
this.showInLegend,
this.skipKeyboardNavigation,
this.softThreshold,
this.sonification,
this.sortIndex,
this.stacking,
this.states,
this.step,
this.stickyTracking,
this.threshold,
this.tooltip,
this.traverseToLeaf,
this.traverseUpButton,
this.turboThreshold,
this.visible,
this.xAxis,
this.yAxis,
this.zIndex,
this.zoneAxis,
this.zones,
this.zoomEnabled});