❄️✨Ho-ho-holiday offer for new projects! Check out our pricing page.
All documentation
  • highcharts.getPointYFormat

    highcharts.getPontYFormat(format: FormatObject): String

    Converts the FormatObject to the Highcharts format string with the point.y variable.

    To learn how Flexmonster’s number format is set in Highcharts, see the Using Flexmonster number formatting in Highcharts section.

    Parameters

    Parameter/TypeDescription
    format
    FormatObject
    The number format that is applied to measures in Flexmonster.

    Returns

    Highcharts format string with the point.y variable.

    Example​​

    Applying a number format for the tooltips:

    chartConfig.series[i].tooltip = {
    pointFormat: '{series.name}: <b>' + pivot.highcharts.getPointYFormat(currencyFormat) + '</b><br/>'
    }

    Live example

    See also