pianello-api/resources/views/components/stacked-bar-chart-1/index.blade.php

16 lines
395 B
PHP
Raw Permalink Normal View History

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