Number formatting with Highcharts

You could try to create a string columns with a formatted value in your SQL query or using a calculated field (actually not a good idea How to keep comma separator after using tostring() function? ). So you will use something like this: “format”: “{point.myFormattedValueWithComma}”. But it will work for you if you do not aggregate data in your visual.

1 Like