Quadrant Chart
2×2 strategic matrix that plots items by two scores and divides the plane into four quadrants — the BCG / Eisenhower / impact-effort visual.
Priority Matrix
Tasks plotted by impact × urgency
View data (8 rows)
| Urgency | Impact | Task |
|---|---|---|
| 30 | 78 | Refactor billing |
| 88 | 92 | Fix login bug |
| 18 | 22 | Update brand colors |
| 80 | 35 | Quarterly report |
| 60 | 75 | Hire designer |
| 72 | 18 | Inbox triage |
| 24 | 84 | Strategy retreat |
| 42 | 58 | Vendor renewal |
Use a quadrant chart when…
- Strategic frameworks (BCG, Eisenhower, RICE)
- Prioritization across two dimensions (impact × urgency)
- Risk maps (likelihood × severity)
Avoid when…
- Continuous correlation analysis (use scatter)
- More than three numeric variables (use parallel coordinates)
- Only one item to plot (a callout or single-stat card is clearer)
Data it needs
| Property | Value |
|---|---|
| Min Rows | 4 |
| Min Columns | 3 |
| Column Types | stringnumbernumber |
| Notes | label + x + y; optional size column for bubble sizing. |
Visual anatomy
Guiding principles
- PerceptionThe Encoding Hierarchy
Position on two axes for accurate placement
- ContextAbove All Else, Show the Data
Label each quadrant directly with its strategic name (Quick wins, Major projects, etc.) so readers don't have to decode
- IntegrityZero Baselines
Choose the divider deliberately — median split when distribution-relative classification is the goal, fixed threshold (50, target value) when an absolute boundary matters
Consider instead
Common mistakes
Hard-coding 50/50 splits when the data centroid is elsewhere
Forgetting to label what each quadrant means
History
BCG growth-share matrix (Bruce Henderson, 1970) and the Eisenhower decision matrix popularized 2×2 thinking in management.
Accessibility notes
Bake explicit quadrant names into the chart's axis titles or in-quadrant labels (e.g., 'Quick wins', 'Major projects', 'Delegate', 'Drop') so screen-reader users get the strategic framing, not just coordinates. Provide each item's quadrant in the data table.
Related reading
Got data? Let's see what works.
Drop your CSV. You'll get a Quadrant Chart plus four alternatives - ranked by which one actually fits your data best.