HighchartsDependencyWheelSeriesNodesOptions constructor

HighchartsDependencyWheelSeriesNodesOptions({
  1. String? color,
  2. double? colorIndex,
  3. double? column,
  4. HighchartsDependencyWheelSeriesNodesDataLabelsOptions? dataLabels,
  5. double? height,
  6. String? id,
  7. double? level,
  8. String? name,
  9. dynamic offsetHorizontal,
  10. dynamic offsetVertical,
})

A collection of options for the individual nodes. The nodes in a dependency diagram 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.dependencywheel.nodes

Implementation

HighchartsDependencyWheelSeriesNodesOptions(
    {this.color,
    this.colorIndex,
    this.column,
    this.dataLabels,
    this.height,
    this.id,
    this.level,
    this.name,
    this.offsetHorizontal,
    this.offsetVertical});