CH-MAG-06 . family MAG
PICTOGRAM
rows of unit squares, each square a declared count. Needs:
2-6 categories with counts; a declared unit value per square.
magnitudecomparison
DL-01 AGRAW
DL-02 KATA
DL-03 LOGOS
DL-04 SHILPA
DL-05 OBEYA
DL-06 LEX
DL-07 SAGA
DL-08 SENTINEL
DL-09 ATLAS
DL-10 BASIRA
DL-11 SUTRA
DL-12 NOROSHI
DL-13 MIZAN
DL-14 EVIDENTIA
DL-15 ABRID
DL-16 TELOS
Use when
- countable things told in countable marks (people, lots, trucks)
- audiences who respond to unit metaphors
Do not use when
- non-count measures (rates, currency)
- values needing precision
See instead
Alternatives
- CH-RNK-01 (no unit metaphor needed)
- CH-PTW-06 (share of 100)
Rules
- a square is an abstract unit, never a distorted icon
- partial units drawn as partial squares
- the unit key (one square = N) printed under the chart
Never do this
- icons whose area distorts the count
- undeclared unit value
- different unit values per row
QA before delivering
- unit key printed
- partial squares exact
- values printed
- source present
Data shape
| title | action title with a number |
| source | bottom-left always |
| unit | thing counted |
| unit_value | count per square, declared |
| categories | [{label, value}] |
Sample data (golden)
{
"title": "Deliveries doubled in a year: 240 loads against 120",
"eyebrow": "LOADS BY YEAR",
"source": "Source: sample dataset v1, 2026-07-12",
"unit": "loads",
"unit_value": 20,
"categories": [
{
"label": "2024",
"value": 120
},
{
"label": "2025",
"value": 240
},
{
"label": "2026 plan",
"value": 300
}
]
}