srp testing

This commit is contained in:
2019-07-08 22:52:16 -05:00
parent 51c9d85aef
commit 9b8b2fcba7

View File

@@ -196,7 +196,9 @@ class SRPAdminController extends Controller
$fcs->addRow([$data['fc'], $data['total']]);
}
$lava->BarChart('FCs', $fcs);
$lava->BarChart('FCs', $fcs, [
'width' => 600,
]);
return view('srp.admin.statistics')->with('lava', $lava);
}