HighchartsTreemapSeriesOptions constructor

HighchartsTreemapSeriesOptions({
  1. HighchartsSeriesAccessibilityOptions? accessibility,
  2. bool? allowDrillToNode,
  3. bool? allowPointSelect,
  4. bool? allowTraversingTree,
  5. bool? alternateStartingDirection,
  6. dynamic animation,
  7. double? animationLimit,
  8. String? boostBlending,
  9. double? boostThreshold,
  10. String? borderColor,
  11. double? borderRadius,
  12. double? borderWidth,
  13. HighchartsTreemapSeriesBreadcrumbsOptions? breadcrumbs,
  14. String? className,
  15. bool? clip,
  16. HighchartsTreemapSeriesClusterOptions? cluster,
  17. String? color,
  18. dynamic colorAxis,
  19. bool? colorByPoint,
  20. double? colorIndex,
  21. String? colorKey,
  22. List? colors,
  23. bool? crisp,
  24. double? cropThreshold,
  25. String? cursor,
  26. Map<String, dynamic>? custom,
  27. String? dashStyle,
  28. HighchartsTreemapSeriesDataLabelsOptions? dataLabels,
  29. String? description,
  30. bool? enableMouseTracking,
  31. HighchartsTreemapSeriesEventsOptions? events,
  32. String? findNearestPointBy,
  33. bool? getExtremesFromAll,
  34. double? groupPadding,
  35. String? id,
  36. bool? ignoreHiddenPoint,
  37. bool? inactiveOtherPoints,
  38. bool? includeInDataExport,
  39. double? index,
  40. bool? interactByLeaf,
  41. List<String>? keys,
  42. HighchartsSeriesLabelOptions? label,
  43. String? layoutAlgorithm,
  44. String? layoutStartingDirection,
  45. double? legendIndex,
  46. String? legendSymbol,
  47. bool? levelIsConstant,
  48. List<HighchartsTreemapSeriesLevelsOptions>? levels,
  49. double? lineWidth,
  50. String? linecap,
  51. String? linkedTo,
  52. String? negativeColor,
  53. String? nodeSizeBy,
  54. bool? nullInteraction,
  55. HighchartsSeriesOnPointOptions? onPoint,
  56. double? opacity,
  57. HighchartsSeriesPointOptions? point,
  58. dynamic pointDescriptionFormat,
  59. dynamic pointDescriptionFormatter,
  60. double? pointInterval,
  61. String? pointIntervalUnit,
  62. dynamic pointStart,
  63. bool? relativeXValue,
  64. bool? selected,
  65. bool? showCheckbox,
  66. bool? showInLegend,
  67. bool? skipKeyboardNavigation,
  68. bool? softThreshold,
  69. HighchartsSeriesSonificationOptions? sonification,
  70. double? sortIndex,
  71. String? stacking,
  72. HighchartsTreemapSeriesStatesOptions? states,
  73. String? step,
  74. bool? stickyTracking,
  75. double? threshold,
  76. HighchartsTreemapSeriesTooltipOptions? tooltip,
  77. bool? traverseToLeaf,
  78. HighchartsTreemapSeriesTraverseUpButtonOptions? traverseUpButton,
  79. double? turboThreshold,
  80. bool? visible,
  81. dynamic xAxis,
  82. dynamic yAxis,
  83. double? zIndex,
  84. String? zoneAxis,
  85. List<HighchartsSeriesZonesOptions>? zones,
  86. 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});