nodeFormatter property
dynamic
nodeFormatter
getter/setter pair
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
dynamic nodeFormatter;