Basic new dashboard.

This commit is contained in:
James Cole
2020-07-05 18:29:58 +02:00
parent 4d4d91bf84
commit a56cefda7d
68 changed files with 1013 additions and 212 deletions

View File

@@ -156,16 +156,6 @@ class BudgetController extends Controller
'yAxisID' => 0, // 0, 1, 2
'entries' => $entries,
];
// // spent
// $return['spent'] = [
// 'label' => sprintf('%s (%s)', trans('firefly.spent'), $currencyName),
// 'data_type' => 'spent',
// 'currency_name' => $currencyName,
// 'type' => 'bar',
// 'yAxisID' => 0, // 0, 1, 2
// 'entries' => $entries,
// ];
// spent_capped
$return['spent_capped'] = [