Hi,
I have timeseries data stretching over two years, with one entry every 30 minutes.
When I plot the whole graph, you can’t see anything unless you zoom in on a few days.
My goal is to switch graphs depending on the zoom.
I have these units of grouping in mind :
- 30 minutes
- daily
- weekly (split sundays, double graph)
- monthly
Basic grouping of a timeseries, depending on the visible scope. If I have around 10 days on the zoom, I show a violin graph grouped per days. If I zoom out, I group per weeks, then per months. If I zoom in completely, I show the line plot, every 30 minutes.
Can someone guide me on how to do that ? Don’t need the whole code, just the variables to play with or another fantastic video from Adam.
Thanks,