Image overlay number precision

We are using image overlay block and see in some cases that numbers are being displayed with a large number of significant digits. There doesn’t seem to be a way to control the number formatting as there is on a dashboard gauge block, how can we manage this with image overlay numbers? Example is below…

Capture1

Hey @Edward_Cline,

We have a Format Helper that can help with that! the format format helper is the one you’re looking for.

You can use it by doing the following: {{format value '0.2f'}}. Using the helper in this manner will round to two decimal places.

Thank you,
Heath

1 Like