@props([ 'axis' => 'x', 'format' => null, 'field' => 'index', 'position' => null, 'tickValues' => null, ]) @php $format = is_array($format) ? \Illuminate\Support\Js::encode($format) : $format; $field ??= $axis === 'x' ? 'date' : $field; @endphp