1
0
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:
2017-02-11 10:12:04 -05:00
parent d2b98c3d4b
commit 9b3e08fa78
2 changed files with 53 additions and 0 deletions

View File

@ -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