HighchartsOrganizationSeriesNodesOptions constructor

HighchartsOrganizationSeriesNodesOptions({
  1. String? color,
  2. double? colorIndex,
  3. double? column,
  4. HighchartsOrganizationSeriesNodesDataLabelsOptions? dataLabels,
  5. String? description,
  6. double? height,
  7. String? id,
  8. String? image,
  9. String? layout,
  10. double? level,
  11. String? name,
  12. dynamic offset,
  13. dynamic offsetHorizontal,
  14. dynamic offsetVertical,
  15. String? title,
})

A collection of options for the individual nodes. The nodes in an org chart are auto-generated instances of Highcharts.Point, but options can be applied here and linked by the id.

API Docs: https://api.highcharts.com/highcharts/series.organization.nodes

Implementation

HighchartsOrganizationSeriesNodesOptions(
    {this.color,
    this.colorIndex,
    this.column,
    this.dataLabels,
    this.description,
    this.height,
    this.id,
    this.image,
    this.layout,
    this.level,
    this.name,
    this.offset,
    this.offsetHorizontal,
    this.offsetVertical,
    this.title});