Dash DAQ Gauge value type

Hi everyone! I have a DAQ Gauge in my app, however it displays its value as float such as 0.0 or 1.5. In my case there are only integer values and it looks bad. How do I change the value field type from float to int? Is it possible? I’ve tried casting the value to int in my callback to no avail :frowning: