Daily, Weekly, and Monthly View in Line Chart

I want to create a line chart that displays three different views: daily, weekly, and monthly.

Users should be able to switch between these different views, and the data on the graph should change accordingly.

Example -

Could somebody please help me understand how I can achieve this?

You will use group by and aggregation , https://www.youtube.com/watch?v=3eX56jsPbas&ab_channel=Buildcamp

This topic was automatically closed after 70 days. New replies are no longer allowed.