highcharts.getPontYFormat(format: FormatObject): String
Converts the FormatObject to the Highcharts format string with the point.y variable.
point.y
To learn how Flexmonster’s number format is set in Highcharts, see the Using Flexmonster number formatting in Highcharts section.
Highcharts format string with the point.y variable.
Applying a number format for the tooltips:
chartConfig.series[i].tooltip = { pointFormat: '{series.name}: <b>' + pivot.highcharts.getPointYFormat(currencyFormat) + '</b><br/>'}
Live example
In this guide