update
parent
3f9f4faeb4
commit
c9709afde1
|
|
@ -293,7 +293,7 @@
|
||||||
<div class="d-flex flex-row justify-content-between align-items-center">
|
<div class="d-flex flex-row justify-content-between align-items-center">
|
||||||
<div>
|
<div>
|
||||||
<span class="m-0 l-h-n fw-500">Total Sampah Minyak Jelantah</span> <br><br>
|
<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>
|
<div>
|
||||||
<div class="p-2 bg-white rounded-circle">
|
<div class="p-2 bg-white rounded-circle">
|
||||||
|
|
@ -350,11 +350,11 @@
|
||||||
yAxis: {
|
yAxis: {
|
||||||
min: 0,
|
min: 0,
|
||||||
title: {
|
title: {
|
||||||
text: '(Kg)'
|
text: ''
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
tooltip: {
|
tooltip: {
|
||||||
valueSuffix: ' (Kg)'
|
valueSuffix: ''
|
||||||
},
|
},
|
||||||
plotOptions: {
|
plotOptions: {
|
||||||
column: {
|
column: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue