@props(['series', 'max' => 1, 'height' => 160])
@foreach($series as $point) @php $pct = $max > 0 ? round(($point['count'] / $max) * 100) : 0; $pct = max(4, min(100, $pct)); @endphp
{{ $point['label'] ?? $point['date'] }}
@endforeach