0 is shown empty on board

I’m uploading doubles via v2 api to some number type columns and the 0 values are not displayed.
When i query the values it returns the 0.0 as it should but is shown empty on the board.
Is there a setting I missed, or this works as intended?

I faced similar issue but workaround for this is to pass as string like “0” which resolves this issue and pushes 0 as expected.
Regards
A