Hi all,
When you I run the below code, I get the stack graph as expected
> data(data_gbar)
> amBarplot(x = "year", y = c("income", "expenses"), data = data_gbar, stack_type = "regular")
But when we point the mouse on Income, the display is only Income. Is there a way to show both Income and expense irrespective of where we are pointing. Can anyone guide me on this?