{{-- A percentage as a bar plus its number, or a dash when it was never measured. Null is deliberately NOT drawn as an empty bar: an empty bar reads as "zero activity", and the truth is that nobody sampled. --}} @if ($value === null) @else
{{ rtrim(rtrim(number_format($value, 1), '0'), '.') }}%
@endif