akaunting 3.0 (the last dance)
This commit is contained in:
7
resources/views/vendor/apexcharts/script.blade.php
vendored
Normal file
7
resources/views/vendor/apexcharts/script.blade.php
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
<script type="text/javascript"><!--
|
||||
var options = {!! json_encode($chart->getOptions()) !!};
|
||||
|
||||
var chart_{{ $chart->getId() }} = new ApexCharts(document.querySelector("#{!! $chart->getId() !!}"), options);
|
||||
|
||||
chart_{{ $chart->getId() }}.render();
|
||||
//--></script>
|
Reference in New Issue
Block a user