fuel
This commit is contained in:
@@ -55,7 +55,7 @@ class FuelController extends Controller
|
|||||||
$gateChart = $lava->DataTable();
|
$gateChart = $lava->DataTable();
|
||||||
$gateChart->addStringColumn($gate['structure_name'])
|
$gateChart->addStringColumn($gate['structure_name'])
|
||||||
->addNumberColumn('Liquid Ozone')
|
->addNumberColumn('Liquid Ozone')
|
||||||
->addRow([$gate['row'], $gate['lo']]);
|
->addRow([$gate['row'], $gate['liquid_ozone']]);
|
||||||
|
|
||||||
$lava->GaugeChart($gate['row'], $gateChart, [
|
$lava->GaugeChart($gate['row'], $gateChart, [
|
||||||
'width' => 300,
|
'width' => 300,
|
||||||
|
|||||||
Reference in New Issue
Block a user