nodeFormatter property
Callback to format data labels for nodes in the sankey diagram.
The nodeFormat
option takes precedence over the
nodeFormatter
.
API Docs: https://api.highcharts.com/highcharts/series.sankey.dataLabels.nodeFormatter
Implementation
HighchartsCallback? nodeFormatter;