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