I found it !!!
It’s the interval
$(‘#gaugeContainer’).jqxGauge({ labels: { distance: ’50px’, position: ‘inside’, interval: 1, offset: [0, -10], visible: true, formatValue: function (value) { return value; }} });