Files
akaunting/resources/views/vendor/apexcharts/script.blade.php
2022-06-24 15:56:29 +03:00

8 lines
258 B
PHP

<script type="text/javascript"><!--
var options = {!! $chart->getOptions() !!};
var chart_{{ $chart->getId() }} = new ApexCharts(document.querySelector("#{!! $chart->getId() !!}"), options);
chart_{{ $chart->getId() }}.render();
//--></script>