- 1.
Hourly Signups for the Past 7 Days
I want to create a line chart where:
The X-axis represents hours of the day (0–23)
Each line represents one day (e.g., July 5, July 6, ..., July 11)
The Y-axis shows the number of signups per hour
2. Cumulative Signups per Day up to a Specific Time (e.g., 11:39 AM)
For example, if it's currently 11:39 AM on July 11, I want to see how many users had signed up by 11:39 AM on:
...and so on, going back 7 days
Is there a way to build both charts in Mixpanel?