@use('App\Services\ApexChartService') @props([ 'id' => 'chart-' . uniqid(), 'title' => '', 'subtitle' => '', 'chart' => [ ...ApexChartService::$chart, 'type' => 'bar', ], 'colors' => ApexChartService::$colors, 'series' => [], 'categories' => [], 'plotOptions' => [ 'bar' => [ 'horizontal' => false, 'columnWidth' => '55%', 'endingShape' => 'rounded', ], ], 'dataLabels' => [ 'enabled' => false, ], ])
@once @vite('resources/js/plugins/apexcharts.js') @endonce @push('scripts') @endpush