directory structure

This commit is contained in:
2019-07-08 22:13:12 -05:00
parent ccd12b57ed
commit d9de481c39

View File

@@ -75,6 +75,8 @@ class FuelController extends Controller
->addNumberColumn('Units') ->addNumberColumn('Units')
->addRow(['Liquid Ozone', $liquidOzone]); ->addRow(['Liquid Ozone', $liquidOzone]);
$lava->GaugeChart('Liquid Ozone', $gauge, [ $lava->GaugeChart('Liquid Ozone', $gauge, [
'min' => 0,
'max' => 1000000,
'width' => 400, 'width' => 400,
'greenFrom' => 0, 'greenFrom' => 0,
'greenTo' => 75000, 'greenTo' => 75000,