v2 first commit
This commit is contained in:
17
resources/views/partials/reports/chart.blade.php
Normal file
17
resources/views/partials/reports/chart.blade.php
Normal file
@@ -0,0 +1,17 @@
|
||||
@php $chart = $class->getChart(); @endphp
|
||||
|
||||
<div class="card-body" id="report-chart">
|
||||
{!! $chart->container() !!}
|
||||
</div>
|
||||
|
||||
@push('charts')
|
||||
<script>
|
||||
var cash_flow = new Vue({
|
||||
el: '#report-chart',
|
||||
});
|
||||
</script>
|
||||
@endpush
|
||||
|
||||
@push('body_scripts')
|
||||
{!! $chart->script() !!}
|
||||
@endpush
|
Reference in New Issue
Block a user