I have data that looks like below:
date city state covid1/1 NYC NY 101/2 NYC NY 151/3 NYC NY 121/4 NYC NY 11 . . . . . . . . . . . . . . . .1/1 LA CA 101/2 LA CA 151/3 LA CA 121/4 LA CA 11 . . . . . . . . . . . .and I want to create, in google sheet, a stacked area chart where the x-axis is date, the y-axis is a number of the covid case, and the chart is grouped by city. Is it possible to create such a chart with minimum extra tables created?