diff --git a/public/ts/components/dashboard.ts b/public/ts/components/dashboard.ts index 1be580a..217e154 100644 --- a/public/ts/components/dashboard.ts +++ b/public/ts/components/dashboard.ts @@ -4,6 +4,7 @@ app.component('dashboard', function($filter, API) { let ctrl = this; ctrl.granularity = "monthly"; + ctrl.account_selection = "depth"; let is_monthly = () => { return ctrl.granularity == "monthly"; }; @@ -167,18 +168,34 @@ ${prepare_series(e.series).map((s) => { return format_line(s); }).join("")} } ], - template: ` + template: `