highcharts.getAxisFormat(format: FormatObject): String
Converts the FormatObject to the Highcharts format string with the value variable.
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 value variable.
value
Applying the number format for yAxis labels:
chartConfig.yAxis[i].labels = { format: pivot.highcharts.getAxisFormat(currencyFormat)}
Live example
In this guide