@use('App\Services\ApexChartService') @props([ 'id' => 'chart-' . uniqid(), 'title' => '', 'subtitle' => '', 'chart' => [ ...ApexChartService::$chart, 'type' => 'pie', 'height' => 300, ], 'colors' => ApexChartService::$colors, 'series' => [], 'labels' => [], ])
@once @vite('resources/js/plugins/apexcharts.js') @endonce @push('scripts') @endpush