15 lines
393 B
PHP
15 lines
393 B
PHP
@props(['width' => 'w-auto', 'height' => 'h-auto'])
|
|
|
|
<div class="{{ $width }} {{ $height }}">
|
|
<x-base.chart
|
|
class="report-bar-chart-1"
|
|
{{ $attributes->merge($attributes->whereDoesntStartWith('class')->getAttributes()) }}
|
|
>
|
|
</x-base.chart>
|
|
</div>
|
|
|
|
@once
|
|
@push('scripts')
|
|
@vite('resources/js/components/report-bar-chart-1/index.js')
|
|
@endpush
|
|
@endonce
|