directory structure

This commit is contained in:
2019-07-08 22:14:10 -05:00
parent d9de481c39
commit 77d490c9c3

View File

@@ -79,12 +79,12 @@ class FuelController extends Controller
'max' => 1000000,
'width' => 400,
'greenFrom' => 0,
'greenTo' => 75000,
'greenTo' => 150000,
'greenColor' => '#DC3912',
'yellowFrom' => 75000,
'yellowTo' => 150000,
'yellowFrom' => 150000,
'yellowTo' => 300000,
'yellowColor' => '#FF9900',
'redFrom' => 150000,
'redFrom' => 300000,
'redTo' => 1000000,
'redColor' => '#109618',
'majorTicks' => [