{{-- Longitudinal maxile line โ port of ags_parent MaxileGrowthChart.jsx. Vars: $points = [['date'=>'Y-m-d','maxile'=>int], ...], $current, $color, $label --}} @php $color = $color ?? '#88C808'; $label = $label ?? 'Maxile over time'; $points = array_values($points ?? []); @endphp @if (count($points) < 2)