text controlled for donut chart

This commit is contained in:
Burak Civan
2022-06-10 17:39:14 +03:00
parent 7ac29e566d
commit baf597ee70
6 changed files with 62 additions and 4 deletions

View File

@ -18,7 +18,7 @@
{!! $charts['bar']->container() !!}
</div>
<div x-show="toggle === 'bar'">
<div class="apexcharts-donut-custom apexcharts-donut-custom-report" x-show="toggle === 'bar'">
{!! $charts['donut']->container() !!}
</div>
</div>