for the below data, can we plot ggplot across categories as shown below. Basically y axis is the count of customers across Months
df
Date App Customers
Jan-01 A Cust1
Feb-01 B Cust2
Mar-01 A Cust1
Apr-01 B Cust2
May-01 C Cust1
question from:https://stackoverflow.com/questions/66058026/ggplot-across-multiple-categories