You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be cool if Fava had a Bar Chart view of the Balance Sheet which would show, a bit similar but not quite identical to how the Income Statement already looks, a Balance Sheet in 1 single chart, with the X axis being "time" and the Y axis being the operating_currency (or a single chosen one of them, if multiple), with Assets & Liabilities "Stacked Barcharts" per Account (not by Commodity).
I would expect Assets to be above the 0 line, and Liabilities below. Net Worth would be shown as a overlaid line.
Having read #745, I do understand the "unfeasible with the net worth chart possibly displaying multiple lines" concern comment, but... is that really still an issue? The current Net Worth chart already shows multiple lines. At least the way I'm using currently Beancount (which I'm not sure if that's atypical or not!) I'm looking at Net Worth in 1 single operating currency. Taking the Fava examples, at least where I work & live, e.g. those VACHR of the Hoogle : Vacationcould be given an (actual, real) "price", so that shouldn't be a problem. I'm not quite sure what exactly the IRAUSD are, and if they couldn't also have a USD equivalent price. But even if not, you could always even just overlay several lines for the different kinds of commodity of Net Worth which cannot be converted to an operating currency.
I'm interested in exploring how to get such a visualization - and if I may be able to (eventually, baby steps) be able to contribute this.
I'm not sure how to best go about implementing this. Any tips? I'm not familiar with internals, yet. Best just to dip into the cold water, and directly try to poke around the code to try to build what's outlined above? Or are any inherent limiations which would make this more difficult? Would "stacked bar charts" be supported by what draws the charts? Would it perhaps make sense to first come up with the required underlying bean-query for this? Is it maybe best to start with CSV, and a Google Sheet, and then subsequently look into how this could be integrated into Fava?
The text was updated successfully, but these errors were encountered:
It would be cool if Fava had a Bar Chart view of the Balance Sheet which would show, a bit similar but not quite identical to how the Income Statement already looks, a Balance Sheet in 1 single chart, with the X axis being "time" and the Y axis being the
operating_currency
(or a single chosen one of them, if multiple), with Assets & Liabilities "Stacked Barcharts" per Account (not by Commodity).I would expect Assets to be above the 0 line, and Liabilities below. Net Worth would be shown as a overlaid line.
Having read #745, I do understand the "unfeasible with the net worth chart possibly displaying multiple lines" concern comment, but... is that really still an issue? The current Net Worth chart already shows multiple lines. At least the way I'm using currently Beancount (which I'm not sure if that's atypical or not!) I'm looking at Net Worth in 1 single operating currency. Taking the Fava examples, at least where I work & live, e.g. those
VACHR
of the Hoogle : Vacation could be given an (actual, real) "price", so that shouldn't be a problem. I'm not quite sure what exactly theIRAUSD
are, and if they couldn't also have aUSD
equivalent price. But even if not, you could always even just overlay several lines for the different kinds of commodity of Net Worth which cannot be converted to an operating currency.I'm interested in exploring how to get such a visualization - and if I may be able to (eventually, baby steps) be able to contribute this.
I'm not sure how to best go about implementing this. Any tips? I'm not familiar with internals, yet. Best just to dip into the cold water, and directly try to poke around the code to try to build what's outlined above? Or are any inherent limiations which would make this more difficult? Would "stacked bar charts" be supported by what draws the charts? Would it perhaps make sense to first come up with the required underlying
bean-query
for this? Is it maybe best to start with CSV, and a Google Sheet, and then subsequently look into how this could be integrated into Fava?The text was updated successfully, but these errors were encountered: