Chart Interpretation
| Property |
Value |
| Domain |
Data Analytics |
| Category |
Visual Analysis & Insight Extraction |
| Components |
SKILL.md + chart-interpretation.instructions.md + interpret.prompt.md |
| Depends |
data-visualization (chart type knowledge), data-analysis (validation) |
Overview
The reverse of data visualization. Instead of data → chart, this skill reads chart → insights → narrative. It extracts meaning from existing charts (screenshots, images, HTML, Power BI reports) and produces structured analysis adapted to the target audience.
The cardinal rule: read what the chart says, then read what it doesn't say. The visible data points tell one story; the missing context, truncated axes, and suppressed categories tell another.
Module 1: Chart Type Recognition
Identify the chart type to determine the correct reading strategy.
| Chart Type |
Key Visual Features |
Reading Strategy |
| Bar / Column |
Rectangular bars, one axis categorical |
Compare bar lengths, check sort order |
| Horizontal Bar |
Bars extend left-to-right |
Rank comparison, read labels first |
| Line |
Connected points over axis |
Follow trend direction, find inflections |
| Area |
Filled region under line |
Volume over time, stacking if multiple |
| Pie / Donut |
Circular segments |
Part-to-whole, count segments, check % |
| Scatter |
Points in x-y space |
Look for clusters, outliers, trend line |
| Bubble |
Scatter with size encoding |
Three dimensions: x, y, size |
| Histogram |
Bars touching, x is continuous |
Distribution shape, skew, outliers |
| Heatmap |
Color grid |
Pattern density, row-column relationships |
| Treemap |
Nested rectangles |
Hierarchical proportions |
| Sankey |
Flow ribbons between stages |
Volume flow, biggest paths |
| Box Plot |
Box + whiskers |
Median, IQR, outlier dots |
| Network |
Nodes + edges |
Clusters, hubs, isolates |
| Violin |
Mirrored density curves |
Distribution shape + density |
Module 2: Visual Decoding
Extract data from visual encodings:
| Encoding |
What to Read |
Precision Level |
| Position (axis) |
Exact values from gridlines/labels |
High (if labeled) |
| Length (bar) |
Relative magnitude between items |
High |
| Color hue |
Category membership |
Categorical only |
| Color intensity |
Value magnitude in sequential scheme |
Medium |
| Size (area) |
Third variable (bubble, treemap) |
Low (area perception is poor) |
| Angle (pie) |
Proportion (poor human accuracy) |
Low |
| Slope (line) |
Rate of change |
Medium |
Module 3: Pattern Detection
| Pattern |
What to Look For |
Significance |
| Trend |
Consistent upward/downward direction |
Growth, decline, momentum |
| Inflection |
Direction change point |
Market shift, intervention effect |
| Plateau |
Flat region after growth/decline |
Saturation, stabilization |
| Cluster |
Groups of points in scatter/network |
Natural segments, sub-populations |
| Outlier |
Points far from the main group |
Anomaly, error, or special case |
| Periodicity |
Repeating pattern at intervals |
Seasonality, weekly cycle |
| Gap |
Missing data or discontinuity |
Data quality issue or deliberate omission |
| Skew |
Asymmetric distribution shape |
Non-normal population, concentration |
| Dominance |
One item >> all others |
Power law, market leader, outlier |
Module 4: Misleading Visual Detection
Check every chart for these deceptive patterns:
| Deception |
How to Detect |
Actual Impact |
| Non-zero baseline |
Y-axis starts above 0 |
Exaggerates differences (sometimes 2-5x) |
| Truncated axis |
Axis range excludes data or starts mid-range |
Hides context, magnifies small changes |
| Dual axes |
Two Y-axes with different scales |
Implies correlation where none may exist |
| 3D effects |
Perspective distortion on bars/pies |
Area comparison becomes inaccurate |
| Cherry-picked range |
Time window starts/ends at convenient point |
Hides contrary trend outside window |
| Suppressed categories |
"Other" aggregates significant items |
Hides important segments |
| Area distortion |
Variable-width bars, non-proportional icons |
Size doesn't match value |
| Missing denominator |
Percentages without base size |
50% of 10 ≠ 50% of 10,000 |
| Reversed axis |
Values increase downward or rightward |
Readers misread direction |
Module 5: Structural Element Reading
Always read these elements before interpreting the data:
| Element |
What to Extract |
If Missing |
| Title |
Author's intended takeaway |
Chart lacks stated purpose |
| Subtitle |
Time range, filter condition, context |
Context must be inferred |
| Axes labels |
What variables are plotted |
Interpretation becomes guesswork |
| Legend |
Category-to-color mapping |
Color meaning unclear |
| Annotations |
Author-highlighted insights |
No guided reading |
| Data source |
Where the data came from |
Credibility unknown |
| Date/time |
When data was collected/reported |
Freshness unknown |
Module 6: Narrative Extraction
Convert visual observations into prose at three audience levels:
Executive Summary (30 seconds)
3 bullets maximum:
• [Primary insight — the main takeaway]
• [Supporting evidence — the strongest proof point]
• [Recommendation or implication — what to do about it]
Detailed Analysis (2-3 minutes)
The chart shows [chart type] plotting [X variable] against [Y variable]
for [time range / scope].
Primary finding: [Main pattern or insight with specific numbers]
Supporting observations:
- [Pattern 1 with evidence]
- [Pattern 2 with evidence]
- [Anomaly or exception worth noting]
Context and caveats:
- [What the chart doesn't show]
- [Potential biases or limitations]
- [Comparison to benchmarks if available]
Talking Points (presenter-ready)
"What you're seeing here is [explain the main pattern in plain language]."
"The key number to focus on is [highlight], which tells us [implication]."
"What's interesting is [surprise or anomaly] — this suggests [hypothesis]."
"The action item here is [recommendation]."
Module 7: Confidence Rating
Rate interpretation confidence honestly:
| Level |
When |
Signal to User |
| High |
Clear labels, clean data, familiar chart type |
"The chart clearly shows..." |
| Medium |
Some inference needed (unlabeled, partial data) |
"Based on visual estimation..." |
| Low |
Ambiguous visual, missing context, blurry image |
"This appears to show, but verify..." |
Module 8: Follow-Up Recommendations
After interpreting, suggest what would strengthen the analysis:
| Suggestion Type |
Example |
| Missing variable |
"Add cost data to see if revenue growth is profitable" |
| Time extension |
"Extend to 24 months to confirm the seasonal pattern" |
| Segmentation |
"Break this down by region to check for Simpson's Paradox" |
| Alternative chart |
"A scatter plot would better show the correlation" |
| Baseline addition |
"Add a target line to show performance vs. plan" |
Module 9: CSAR Loop Integration
Use the Dialog Engineering CSAR Loop for structured chart reading:
| Phase |
Action |
| Clarify |
What chart type? What variables? What time range? |
| Summarize |
State the main finding in one sentence |
| Act |
Extract specific data points, patterns, anomalies |
| Reflect |
What's missing? What would I want to see next? |
Anti-Patterns
| Anti-Pattern |
Problem |
Fix |
| Describing, not interpreting |
"This is a bar chart" (no insight) |
Say what the bars MEAN, not what they ARE |
| Ignoring the title |
Missing the author's intended message |
Read title first -- it's the thesis |
| Over-precision from visual |
"Revenue is exactly $4,237,892" |
Estimate from visual: "roughly $4.2M" |
| Missing bias check |
Accepting the chart at face value |
Always scan for misleading elements |
| Single-lens reading |
Only one interpretation offered |
Provide primary + alternative reading |
1---2name: chart-interpretation3description: Read any chart (image, HTML, screenshot) and extract insights, patterns, anomalies, bias, and narrative -- the reverse of visualization4---56# Chart Interpretation78| Property | Value |9| ------------ | --------------------------------------------------------------------- |10| **Domain** | Data Analytics |11| **Category** | Visual Analysis & Insight Extraction |12| **Components** | SKILL.md + chart-interpretation.instructions.md + interpret.prompt.md |13| **Depends** | data-visualization (chart type knowledge), data-analysis (validation) |1415## Overview1617The reverse of data visualization. Instead of data → chart, this skill reads chart → insights → narrative. It extracts meaning from existing charts (screenshots, images, HTML, Power BI reports) and produces structured analysis adapted to the target audience.1819The cardinal rule: **read what the chart says, then read what it doesn't say**. The visible data points tell one story; the missing context, truncated axes, and suppressed categories tell another.2021## Module 1: Chart Type Recognition2223Identify the chart type to determine the correct reading strategy.2425| Chart Type | Key Visual Features | Reading Strategy |26| ---------------- | -------------------------------------- | ----------------------------------------- |27| Bar / Column | Rectangular bars, one axis categorical | Compare bar lengths, check sort order |28| Horizontal Bar | Bars extend left-to-right | Rank comparison, read labels first |29| Line | Connected points over axis | Follow trend direction, find inflections |30| Area | Filled region under line | Volume over time, stacking if multiple |31| Pie / Donut | Circular segments | Part-to-whole, count segments, check % |32| Scatter | Points in x-y space | Look for clusters, outliers, trend line |33| Bubble | Scatter with size encoding | Three dimensions: x, y, size |34| Histogram | Bars touching, x is continuous | Distribution shape, skew, outliers |35| Heatmap | Color grid | Pattern density, row-column relationships |36| Treemap | Nested rectangles | Hierarchical proportions |37| Sankey | Flow ribbons between stages | Volume flow, biggest paths |38| Box Plot | Box + whiskers | Median, IQR, outlier dots |39| Network | Nodes + edges | Clusters, hubs, isolates |40| Violin | Mirrored density curves | Distribution shape + density |4142## Module 2: Visual Decoding4344Extract data from visual encodings:4546| Encoding | What to Read | Precision Level |47| ---------------- | ------------------------------------- | ------------------- |48| Position (axis) | Exact values from gridlines/labels | High (if labeled) |49| Length (bar) | Relative magnitude between items | High |50| Color hue | Category membership | Categorical only |51| Color intensity | Value magnitude in sequential scheme | Medium |52| Size (area) | Third variable (bubble, treemap) | Low (area perception is poor) |53| Angle (pie) | Proportion (poor human accuracy) | Low |54| Slope (line) | Rate of change | Medium |5556## Module 3: Pattern Detection5758| Pattern | What to Look For | Significance |59| ---------------- | --------------------------------------- | -------------------------------------- |60| **Trend** | Consistent upward/downward direction | Growth, decline, momentum |61| **Inflection** | Direction change point | Market shift, intervention effect |62| **Plateau** | Flat region after growth/decline | Saturation, stabilization |63| **Cluster** | Groups of points in scatter/network | Natural segments, sub-populations |64| **Outlier** | Points far from the main group | Anomaly, error, or special case |65| **Periodicity** | Repeating pattern at intervals | Seasonality, weekly cycle |66| **Gap** | Missing data or discontinuity | Data quality issue or deliberate omission |67| **Skew** | Asymmetric distribution shape | Non-normal population, concentration |68| **Dominance** | One item >> all others | Power law, market leader, outlier |6970## Module 4: Misleading Visual Detection7172Check every chart for these deceptive patterns:7374| Deception | How to Detect | Actual Impact |75| -------------------------- | ---------------------------------------------------------- | -------------------------------------- |76| **Non-zero baseline** | Y-axis starts above 0 | Exaggerates differences (sometimes 2-5x)|77| **Truncated axis** | Axis range excludes data or starts mid-range | Hides context, magnifies small changes |78| **Dual axes** | Two Y-axes with different scales | Implies correlation where none may exist|79| **3D effects** | Perspective distortion on bars/pies | Area comparison becomes inaccurate |80| **Cherry-picked range** | Time window starts/ends at convenient point | Hides contrary trend outside window |81| **Suppressed categories** | "Other" aggregates significant items | Hides important segments |82| **Area distortion** | Variable-width bars, non-proportional icons | Size doesn't match value |83| **Missing denominator** | Percentages without base size | 50% of 10 ≠ 50% of 10,000 |84| **Reversed axis** | Values increase downward or rightward | Readers misread direction |8586## Module 5: Structural Element Reading8788Always read these elements before interpreting the data:8990| Element | What to Extract | If Missing |91| ---------------- | -------------------------------------- | --------------------------------------- |92| **Title** | Author's intended takeaway | Chart lacks stated purpose |93| **Subtitle** | Time range, filter condition, context | Context must be inferred |94| **Axes labels** | What variables are plotted | Interpretation becomes guesswork |95| **Legend** | Category-to-color mapping | Color meaning unclear |96| **Annotations** | Author-highlighted insights | No guided reading |97| **Data source** | Where the data came from | Credibility unknown |98| **Date/time** | When data was collected/reported | Freshness unknown |99100## Module 6: Narrative Extraction101102Convert visual observations into prose at three audience levels:103104### Executive Summary (30 seconds)105106```1073 bullets maximum:108• [Primary insight — the main takeaway] 109• [Supporting evidence — the strongest proof point] 110• [Recommendation or implication — what to do about it]111```112113### Detailed Analysis (2-3 minutes)114115```116The chart shows [chart type] plotting [X variable] against [Y variable]117for [time range / scope].118119Primary finding: [Main pattern or insight with specific numbers]120121Supporting observations:122- [Pattern 1 with evidence]123- [Pattern 2 with evidence]124- [Anomaly or exception worth noting]125126Context and caveats:127- [What the chart doesn't show]128- [Potential biases or limitations]129- [Comparison to benchmarks if available]130```131132### Talking Points (presenter-ready)133134```135"What you're seeing here is [explain the main pattern in plain language]."136"The key number to focus on is [highlight], which tells us [implication]."137"What's interesting is [surprise or anomaly] — this suggests [hypothesis]."138"The action item here is [recommendation]."139```140141## Module 7: Confidence Rating142143Rate interpretation confidence honestly:144145| Level | When | Signal to User |146| -------- | ----------------------------------------------- | ---------------------------------------- |147| **High** | Clear labels, clean data, familiar chart type | "The chart clearly shows..." |148| **Medium** | Some inference needed (unlabeled, partial data) | "Based on visual estimation..." |149| **Low** | Ambiguous visual, missing context, blurry image | "This appears to show, but verify..." |150151## Module 8: Follow-Up Recommendations152153After interpreting, suggest what would strengthen the analysis:154155| Suggestion Type | Example |156| ----------------------- | ---------------------------------------------------------- |157| Missing variable | "Add cost data to see if revenue growth is profitable" |158| Time extension | "Extend to 24 months to confirm the seasonal pattern" |159| Segmentation | "Break this down by region to check for Simpson's Paradox" |160| Alternative chart | "A scatter plot would better show the correlation" |161| Baseline addition | "Add a target line to show performance vs. plan" |162163## Module 9: CSAR Loop Integration164165Use the Dialog Engineering CSAR Loop for structured chart reading:166167| Phase | Action |168| ------------ | ----------------------------------------------------- |169| **Clarify** | What chart type? What variables? What time range? |170| **Summarize**| State the main finding in one sentence |171| **Act** | Extract specific data points, patterns, anomalies |172| **Reflect** | What's missing? What would I want to see next? |173174## Anti-Patterns175176| Anti-Pattern | Problem | Fix |177| ------------------------- | ------------------------------------------ | ---------------------------------------- |178| Describing, not interpreting | "This is a bar chart" (no insight) | Say what the bars MEAN, not what they ARE|179| Ignoring the title | Missing the author's intended message | Read title first -- it's the thesis |180| Over-precision from visual | "Revenue is exactly $4,237,892" | Estimate from visual: "roughly $4.2M" |181| Missing bias check | Accepting the chart at face value | Always scan for misleading elements |182| Single-lens reading | Only one interpretation offered | Provide primary + alternative reading |