mirror of
https://github.com/aclindsa/moneygo.git
synced 2025-06-13 13:39:23 -04:00
lua: Add title, subtitle, axis labels to reports
This commit is contained in:
@ -27,6 +27,7 @@ function generate()
|
||||
|
||||
accounts = get_accounts()
|
||||
r = report.new(12)
|
||||
r:title(year .. " Monthly Expenses")
|
||||
series_map = account_series_map(accounts, r)
|
||||
|
||||
for month=1,12 do
|
||||
|
Reference in New Issue
Block a user