feat(dashboard): #82 add chart for sum of account and savings
This commit was merged in pull request #190.
This commit is contained in:
@@ -16,3 +16,9 @@ type DashboardMonthlySummary struct {
|
||||
SumOfSavings int64
|
||||
SumOfAccounts int64
|
||||
}
|
||||
|
||||
type DashboardMainChartEntry struct {
|
||||
Day time.Time
|
||||
Value int64
|
||||
Savings int64
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user