Replies: 1 comment
-
I do, and I will remember them for #6306 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I use the bills a lot but something always bothered me. Why does my graph not look like it on the docs page?
In the docs the graph has a line on what it the current trend of the bill. If the line goes up, it it gets immediately clear the bill is getting more expensive.
This is not immediately clear to in the view I have which has bar for each entry of the bill. However it is quite clear to see which bills were over the maximum.
I did search a bit in the code and found that the line or bar is hardcoded and the view was changed in PR #3018 and #3016 for which I understand the arguments. The bar for minimum and maximum is quite some unnecessary clutter.
I want to propose these adjustments:
Hope you like my suggestions.
https://github.com/firefly-iii/firefly-iii/blob/main/app/Http/Controllers/Chart/BillController.php#L136
https://docs.firefly-iii.org/images/how-to/firefly-iii/finances/bills-show.png
Beta Was this translation helpful? Give feedback.
All reactions