return data.currentValue * 100 > 1
            ? ~~(data.currentValue * 100)
            : (data.currentValue * 100).toFixed(3);