Fixed: Charts label formatting..

This commit is contained in:
Cüneyt Şentürk
2022-06-24 15:56:29 +03:00
parent eb7ab67eb8
commit ad03af63cb
3 changed files with 84 additions and 2 deletions

View File

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