@props(['width' => 'w-auto', 'height' => 'h-auto', 'chartData' => []])
@php
$chartDataJson = is_array($chartData) ? json_encode($chartData) : $chartData;
@endphp
merge($attributes->whereDoesntStartWith('class')->getAttributes()) }}
>
@pushOnce('scripts')
@vite('resources/js/utils/colors.js')
@vite('resources/js/components/report-donut-chart.js')
@endPushOnce