restore composer.json, add mysqli extension
This commit is contained in:
7
resources/views/vendor/apexcharts/script.blade.php
vendored
Executable file
7
resources/views/vendor/apexcharts/script.blade.php
vendored
Executable file
@@ -0,0 +1,7 @@
|
||||
<script type="text/javascript"><!--
|
||||
var options = {!! $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