locale seems to work indeed, which is great
However, it takes away any other unit you have selected. In previous grafana versions you had the ability to add a pre-fix and post-fix…
My problem: I want to show for example: 27,652 h but this is not possible in Grafana 7:
- If I select ‘hours(h)’ as a unit, the value gets automatically shown as
3 year - If I use a custom unit: ‘_h’ with underscore being a blank space, then I can
get 27652 h - If I select ‘locale format’, then I get
27,652but there is no possibility to add a unit
The solution in Grafana 6.5 was to use locale format with a post-fix… Shame the post-fixes have been removed.