Closed kaskra closed 5 years ago
Chart colors need amount of categories
-many shades to work properly
Used app themed colors for charts in commits 56fbab47c13f43f65da69a81ce772b36a7efd1b9 and 92524d98732278e1006930234d4f315f579c8c7c.
See here for the last piece of the profile page.
Right now, the prediction is just a linear function by using the gradient of the past days of the month. But the prediction should account for recurring transactions in the future and add them at the right dates. When no transactions is done on one day, the simple linear function is applied.
Should be done on 13.07.19
.
In commit a9861f022487664246000938b34346710f822ccb, the new prediciton function was introduced. It now uses the known future recurring transactions to improve the prediction.
Originally posted by @kaskra in https://github.com/kaskra/FineWallet/issues/19#issuecomment-511181053
[x] #18 Add switching between monthly / lifetime chart.
[x] #19 Add spending prediction.
[x] Change colors of chart to app themed colors.