data-visualization
Installation
SKILL.md
Data Visualization
Chart Selection
| Question | Chart Type |
|---|---|
| How does it change over time? | Line chart |
| How do categories compare? | Bar chart (horizontal for long labels) |
| What's the part-to-whole? | Donut chart (5 categories max) or stacked bar |
| What's the distribution? | Histogram or box plot |
| Is there a correlation? | Scatter plot |
| What's the geographic pattern? | Choropleth or bubble map |
| What's the flow/process? | Sankey or flow diagram |