refactored widget charts

This commit is contained in:
denisdulici
2020-01-03 19:00:38 +03:00
parent 47f9f478d0
commit f6e0c4dfc2
9 changed files with 25 additions and 48 deletions

View File

@ -92,7 +92,7 @@ class CashFlow extends Widget
])
->fill(false);
return $this->view('widgets.cash_flow', [
return $this->view('widgets.line_chart', [
'chart' => $chart,
]);
}