@use('App\Services\ApexChartService') @props([ 'id' => 'chart-' . uniqid(), 'title' => '', 'subtitle' => '', 'chart' => [ ...ApexChartService::$chart, 'height'=> 40, 'width' => 80, 'type' => 'area', ], 'colors' => [ '#616161', ], 'series' => [], 'categories' => [], ])
@once @vite('resources/js/plugins/apexcharts.js') @endonce @push('scripts') @endpush