main
Ilham Wara Nugroho 2026-02-09 10:24:38 +07:00
parent 3f9f4faeb4
commit c9709afde1
1 changed files with 3 additions and 3 deletions

View File

@ -293,7 +293,7 @@
<div class="d-flex flex-row justify-content-between align-items-center">
<div>
<span class="m-0 l-h-n fw-500">Total Sampah Minyak Jelantah</span> <br><br>
<h3 class="f20 fw-700 ">{{number_format(@$summary->minyak)}} <span class="f12 fw-300">Kg</span> </h3>
<h3 class="f20 fw-700 ">{{number_format(@$summary->minyak)}} <span class="f12 fw-300">L</span> </h3>
</div>
<div>
<div class="p-2 bg-white rounded-circle">
@ -350,11 +350,11 @@
yAxis: {
min: 0,
title: {
text: '(Kg)'
text: ''
}
},
tooltip: {
valueSuffix: ' (Kg)'
valueSuffix: ''
},
plotOptions: {
column: {