> ## Documentation Index
> Fetch the complete documentation index at: https://docs.chartcastr.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Mixpanel charts

> Browse all Mixpanel product analytics charts in Chartcastr including DAU/WAU/MAU, top events, pageviews, saved funnels, cohort retention, and custom event overlays.

Chartcastr supports **12 pre-built Mixpanel metrics** across six categories. Each metric is delivered with an AI-generated summary tailored to product analytics.

## Active Users

| Metric                         | Chart Type | Description                                                    |
| ------------------------------ | ---------- | -------------------------------------------------------------- |
| **Daily Active Users (DAU)**   | Bar        | Unique users per day based on the auto-detected pageview event |
| **Weekly Active Users (WAU)**  | Line       | Rolling 7-day unique users (approximated from daily uniques)   |
| **Monthly Active Users (MAU)** | Line       | Rolling 30-day unique users (approximated from daily uniques)  |
| **DAU / WAU / MAU**            | Combo      | Combined chart showing all three active user metrics together  |

<Note>
  **DAU / WAU / MAU** is the recommended starting metric — it gives a complete engagement picture in a single chart and pairs well with a daily or weekly Slack delivery.
</Note>

## Events

| Metric                    | Chart Type  | Description                                              |
| ------------------------- | ----------- | -------------------------------------------------------- |
| **Total Events**          | Bar         | Total event count per day across your top events         |
| **Unique Users (Events)** | Line        | Unique users across your top events per day              |
| **Top Events**            | Stacked Bar | Your top 5 events stacked together over the last 30 days |

## Pageviews

| Metric                    | Chart Type | Description                                                     |
| ------------------------- | ---------- | --------------------------------------------------------------- |
| **Total Pageviews**       | Bar        | Total pageview count per day using your detected pageview event |
| **Unique Pageview Users** | Line       | Unique users with pageviews per day                             |

<Tip>
  We auto-detect a pageview event from common names (`Page Viewed`, `$mp_web_page_view`, `Page View`, etc.). Override it any time from the Mixpanel section of the New Connection modal.
</Tip>

## Funnels

| Metric                     | Chart Type | Description                                                          |
| -------------------------- | ---------- | -------------------------------------------------------------------- |
| **Funnel Conversion Rate** | Line       | Overall conversion rate of a saved funnel over time (weekly buckets) |
| **Funnel Step Breakdown**  | Bar        | Per-step user counts for a saved funnel for the latest period        |

Funnel charts require an existing saved funnel in your Mixpanel project. Pick the funnel ID in the New Connection modal.

## Retention

| Metric               | Chart Type | Description                                                                           |
| -------------------- | ---------- | ------------------------------------------------------------------------------------- |
| **Cohort Retention** | Area       | Average weekly cohort retention curve (% retained per week-offset since cohort start) |

## Custom

| Metric                    | Chart Type | Description                                                             |
| ------------------------- | ---------- | ----------------------------------------------------------------------- |
| **Custom Events Overlay** | Line       | Pick up to 5 events and overlay them as lines on a single shared Y axis |

<Note>
  v1 of the Custom Events Overlay uses a **single shared Y axis**. v2 will let you assign each event to a left or right axis so high-volume and low-volume events can share a chart cleanly.
</Note>

## AI-Powered Summaries

Every Mixpanel chart is delivered with an AI-generated summary specific to the product metric:

* **Active Users**: engagement trends, DAU/MAU ratio (stickiness), weekly patterns
* **Events / Top Events**: usage volume trends, anomaly detection, top-event mix shifts
* **Pageviews**: traffic patterns, bot detection signals, feature adoption proxy
* **Funnels**: conversion-rate movement, step drop-off changes
* **Retention**: cohort decay shape, sticky-week signals
* **Custom Events Overlay**: cross-event correlations, divergent trends

<Card title="How AI analysis works in pulses" icon="sparkles" href="/analysis/in-pulses">
  Learn how Chartcastr generates summaries, what context it uses, and how to get the most out of AI analysis.
</Card>
