Bubble Chart
ScatterChart plotting accounts by usage score, monthly revenue, and seat count encoded as bubble size.
ScatterChart plotting accounts by usage score, monthly revenue, and seat count encoded as bubble size.
The Application Collection unlocks the source for every Application block. All Access unlocks every Collection.
Already purchased? Log in
Bubble Chart is the account landscape panel, ten customer accounts plotted by usage score (x) against monthly revenue (y) with bubble area encoding seat count. Pinebrook Data sits at the top right: 72 seats, a usage score of 95, and $14,200 MRR. Ridgeline Health anchors the bottom left at 6 seats, score 38. All bubbles use var(--chart-1) at 0.7 opacity so the overlap stays legible.
Accounts are a typed array with usage, revenue, and seats per row. The ZAxis range (40 to 600) scales seat counts to visible but not overlapping bubble sizes.
Reach for this block on a customer health or CSM dashboard where you need to segment accounts by engagement and revenue in one view. Wire accountData to your CRM export; the three dimensions identify expansion candidates (high usage, high seats, lower revenue) and churn risks (low usage, any size) simultaneously.
A natural flow around it on an Application Pro page:
Before
After
One strong use is the account health landscape. Other scatter reads:
Tip: add an axis label on x as the block does, the usage score axis is unguessable without it.