Custom Y Axis labels

When using Bar Charts on a Mobile App, is it possible to customize how the Y-Axis labels are displayed? At the moment, it’s showing values like 40000 for 40,000 or 20000 for 20,000. Ideally, there would be a comma in there, but even better would be something like this ‘40K for 40000’.

Here’s a screenshot:

Thanks a lot!

Does it show as “40000” in the desktop/tablet version as well? Can you show us how you’re setting up the chart? Do you point the value to a number column?

//Does it show as “40000” in the desktop/tablet version as well?
Yes it does

//Do you point the value to a number column?
Yes

//Can you show us how you’re setting up the chart?

I can replicate this. Is this intended behaviour @NoCodeAndy ?