Turn this data into one chart and a short narrative for {{audience}}. Choose the chart for the message, not for decoration.
Data: {{data}}
The point I think the data makes (it may be wrong): {{message}}
1. Check the message: does the data support it? If it's only partly true, rewrite it so it's accurate.
1. Chart choice: the chart type, and one sentence on why it beats the obvious alternative.
1. Chart spec, precise enough for someone to build in Excel, Sheets or a plotting library:
- title that states the takeaway (max 12 words)
- x-axis and y-axis: field, label, units, scale, and whether y starts at zero (with the reason)
- series, sort order and colour (one highlight colour at most, the rest grey)
- annotations: at most 2, with the exact text and where they go
1. Narrative: 3 sentences covering what happened, why it matters to this audience, and what to do or watch next. Every number must come from the data.
1. One thing the chart could mislead a reader about, and how the spec prevents it.Fill in
{{audience}}- Who will see the charte.g. the leadership team
{{data}}- The data as a small table or CSVe.g. month,tickets,median_first_response_hrs,share_answered_by_ai...
{{message}}- The point you believe the data makese.g. The AI agent cut our response times in half.
Example input
audience: the leadership team
data:
month,tickets,median_first_response_hrs,share_answered_by_ai
Jan,3120,9.5,0%
Feb,2980,10.2,0%
Mar,3350,11.0,0%
Apr,3410,6.1,22%
May,3290,4.0,38%
Jun,3600,3.6,41%
Jul,4480,5.9,35%
Aug,4710,6.8,33%
(AI support agent launched 1 April 2026)
message: The AI agent cut our response times in half.