Chart
Use a chart to compare order changes over these six months, but do not make people guess values from color alone.
Use a chart to compare order changes over these six months, but do not make people guess values from color alone.
| Month | Orders |
|---|---|
| Jan | 42 |
| Feb | 61 |
| Mar | 54 |
| Apr | 78 |
| May | 69 |
| Jun | 91 |
Six values are accurate, but their pattern takes effort to compare.
Encoding should fit the comparison: Bar charts commonly compare category sizes; line charts commonly show change over time. Ask what people need to compare before choosing a visually exciting shape.
Reading a chart needs context: Title, time range, unit, axes, and legend tell people what data says. Provide labels, tooltips, or a table for important exact values; color cannot be the only cue.
Turn this month's order counts from four channels into a bar chart with a clear title, month, unit, channel names, and a value for each bar; do not rely on color alone. Verify that keyboard or screen-reader users can get the same key information and retain a checkable data table.