8 lines
258 B
PHP
Raw Normal View History

2022-06-01 10:15:55 +03:00
<script type="text/javascript"><!--
2022-06-24 15:56:29 +03:00
var options = {!! $chart->getOptions() !!};
2022-06-01 10:15:55 +03:00
var chart_{{ $chart->getId() }} = new ApexCharts(document.querySelector("#{!! $chart->getId() !!}"), options);
chart_{{ $chart->getId() }}.render();
//--></script>