MoneyTools / MyMoney.Net

MyMoney is a rich client .NET ClickOnce application for managing your personal finances. It is written entirely in C# and is designed for programmers who want easy access to their data and who want to quickly and easily add their own features. Your data will not be locked up in some proprietary format, it is yours to do with as you like.
https://moneytools.github.io/MyMoney.Net/
70 stars 21 forks source link

negative values in net worth report #71

Closed andreva7 closed 2 years ago

andreva7 commented 2 years ago

I still like the pie chart using absolute values to measure the size of the pie slices. A little nit: it would be great if when hovering over a slice of pie, it showed the original signed value, not the absolute value.

clovett commented 2 years ago

good idea!

clovett commented 2 years ago

Fixed in https://github.com/clovett/MyMoney.Net/commit/ad84d5af3128d11fc6cde01a296316d98a3232a3

andreva7 commented 2 years ago

Looks great!