income to alliance dashboard

This commit is contained in:
2020-12-26 20:41:46 +09:00
parent af05210a48
commit 70b24695f5

View File

@@ -78,13 +78,6 @@ class AdminDashboardController extends Controller
$lava->PieChart('Income', $iChart, [
'title' => 'Alliance Income',
'is3D' => true,
'slices' => [
['offset' => 0.1],
['offset' => 0.15],
['offset' => 0.20],
['offset' => 0.25],
['offset' => 0.30]
]
]);