I'm making a stacked graph. I have date on my x-axis. I want to add different columns on my y-axis ( I've got 3 columns, Product X sales, Product Y sales, and Product Z sales).
Example:
Product X Sales in January: 3
Product Y Sales in January: 6
Product Z Sales in January: 1
So on the satcked bar, for January I want to see a total of 10, with each product broken down.
Can I do that ?
(p.s Reminder, the sales are 3 different columns)