@props(['type' => 'line', 'id', 'data', 'options' => [], 'height' => '300px', 'width' => '100%']) @php $chartId = $id ?? 'chart-' . uniqid(); $chartData = json_encode($data); $chartOptions = json_encode($options); @endphp