I'm trying to visualise a seemingly simple income vs expenses chart in form of stacked bar chart with Observable Plot.
While I can more or less visualise a single dataset, I'm not sure if showing two distinctive datasets together is possible in Plot.
Here's what I need to show on a single chart:
EXPENSES (stacked values on X, name & value text, with large sum on the right)
INCOME (as above)
Additionally, it would be great to have just single ticks with large total value on both bars. Also, is it possible to then draw and calculate the difference somehow (possibly as another bar)?