directory structure
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user