Write Chart Titles That Explain the Insight, Not Just the Axes

⏱️ 2 min read 📊 Visualization

"Revenue by Month" describes the axes, not the finding — it tells the viewer what they're looking at but not what to conclude. An insight-first title states the takeaway directly, so a viewer who only reads the title still walks away with the point of the chart.

Quick answer: Replace descriptive titles ("Revenue by Month") with insight titles that state the finding ("Revenue Grew 18% After the March Price Change"). Put the axis description in a smaller subtitle if you still need it for clarity. The test: if someone reads only the title and never looks at the chart, do they still know what happened?

What's wrong with a descriptive chart title like "Revenue by Month"?

It requires the viewer to do the interpretation work the chart's author already did — reading the trend, spotting the change, and deciding what it means — every single time someone views the chart. In a dashboard scanned in seconds, most viewers never get past the title, so a merely descriptive title wastes the one line guaranteed to be read.

How do I write an insight-first title?

State the specific finding — direction, magnitude, and cause if you know it — in the title, and move the axis labels into the chart itself where they belong. "What happened" plus "why it matters" is the formula; "what the axes are" is not a finding.

Descriptive (weak)Insight-first (strong)
Revenue by MonthRevenue Grew 18% After the March Price Change
Churn Rate by SegmentEnterprise Churn Is Half the Rate of SMB
Support Tickets Over TimeTicket Volume Doubled After the API Deprecation
Conversion Funnel60% of Drop-off Happens at the Payment Step

Does an insight-first title work for every chart?

No — exploratory charts meant for open-ended analysis (a scatter plot you're using to look for a pattern, not report one) should stay descriptive, because you don't yet know the finding to headline. Insight-first titles belong on charts meant to communicate a conclusion: dashboards, reports, and presentation slides, where the author already knows what the data shows.

What if the chart has more than one finding?

Pick the most important one for the title and use a subtitle or annotation for the secondary point — a title trying to convey two findings usually conveys neither clearly. This is the same discipline used in good data storytelling: one chart, one headline.

Common mistakes

Pro Tip: Draft the title last, after you've actually looked at the finished chart, not first. Titling before you've seen the data tends to produce generic labels; titling after forces you to name the specific thing the chart is showing.

← Back to Visualization Tips