I have a multi-year COVID dataset (# new cases per day). Currently this is displayed as a traditional time series, incrementing on the x-axis by day (see attachment TraditionalTimeSeries.JPG). I've been asked to now show this dataset in a way that allows the user to see potential seasonality, by having the x-axis as months and days (BUT NO YEAR) and the y-axis as the # New Cases per Day, regardless of year. In this way, the chart would show the number of new cases on each calendar day "superimposed" for both 2020 and 2021. I've attached a fairly ugly mock up of the concept (Seasonality.png).
Any ideas on how I might accomplish this in Dashboard?