googlecharts.getNumberFormatPattern(format: FormatObject): String
Converts Flexmonster's number format to a Google Charts format pattern. Use it to apply a number format to axes.
Learn more about applying Flexmonster number format to Google Charts in the Using Flexmonster number formatting in Google Charts section.
A Google Charts format pattern.
Applying a number format for hAxis number labels:
hAxis: { format: pivot.googlecharts.getNumberFormatPattern(rawData.meta.formats[0]), // Other configs}
Live example
In this guide