Order categories by value, not alphabet
Aliases: value ordering · bar order
What it is
Value-ordered bars sort nominal categories by the current measure so rank, extremes, and adjacent differences are easier to scan. The title concerns comparison and ranking tasks; alphabetical order is not always wrong. Name lookup, natural sequence, time, business grouping, or identity consistency across views may require another order. The sorting rule is itself a transformation and must be visible.
Why it happens
Sorting encodes rank into position, reducing visual search and working-memory comparison in an unordered set. It may also hide source organization, move the same entity across charts, or cause reordering jitter as data update. Alphabetical order can support known-name lookup, while a fixed order supports correspondence across time. The relevant cost depends on task rather than one globally best order.
Studying it
Compare value, name, natural, and fixed business orders on maximum finding, ranking, known-category lookup, cross-chart correspondence, and change detection. Randomize labels and values while controlling label length, category count, and layout; measure accuracy, time, eye movements, and identity errors after reordering. For dynamic views, test stability and whether users can track one category.
Where it stops holding
Ordinal categories, time, and spatial sequence should not lose meaning for ranking convenience. In small multiples, fixed position may matter more than sorting each chart independently. Multiple measures imply different ranks, so the current basis and direction must be explicit. Ties, missing values, and uncertainty intervals also require stable secondary rules that do not fabricate precise ranks.
Applying it
- Offer value order for comparison and ranking, naming the measure, direction, tie rule, and missing-value handling.
- Preserve natural, temporal, spatial, and meaningful business order. Use fixed order or linking when identity correspondence across small multiples matters.
- Let users switch among value, name, and semantic order, synchronizing keyboard focus and screen-reader order.
- Compare schemes on real ranking and lookup tasks rather than a fixed “instant answer” threshold.
Related
- Same group: U2.02.1 Bar charts suit magnitude comparison across categories · U2.02.2 The baseline must start at zero
- Nearby: U1.11.1 The same entity keeps the same colour and position across a chart series · U2.16.5 Row ordering does the same work as category ordering in charts
- Search terms:
sorted bar chart·ranking·alphabetical order·category order