HighchartsSankeySeriesNodesOptions constructor
HighchartsSankeySeriesNodesOptions({})
A collection of options for the individual nodes. The nodes in a sankey 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.sankey.nodes
Implementation
HighchartsSankeySeriesNodesOptions(
{this.color,
this.colorIndex,
this.column,
this.dataLabels,
this.height,
this.id,
this.level,
this.name,
this.offset,
this.offsetHorizontal,
this.offsetVertical});