Charts /
CH-DEV-04
CH-DEV-04 . family DEV
SURPLUS/DEFICIT AREA
one line over time with the area to zero filled by sign. Needs: ordered periods + one signed series (balance, variance vs plan).
deviationchange-over-time
Use when
- balances that swing between surplus and deficit
- variance vs plan over time where the sign is the story
Do not use when
- all-positive series (CH-TIM-03)
- two series compared (CH-TIM-01)
See instead
Alternatives
- CH-TIM-01 (no sign story)
- CH-FLO-01 (period deltas as a bridge)
Rules
- y axis symmetric around zero; zero line drawn strong
- surplus filled positive role, deficit filled negative role
- fill splits exactly at the zero crossings
- positive ticks carry a + sign
Never do this
- asymmetric y ranges that shrink one sign
- using it when the series never changes sign
- gradient fills
QA before delivering
- zero line present and strong
- both signs occur
- symmetric scale
- unit once
- source present
Data shape
| title | action title naming the swing |
| source | bottom-left always |
| unit | on the top tick |
| x | array of ordered period labels |
| values | one signed series, same length as x |
Sample data (golden)
{
"title": "Output ran 8% under plan at the June trough",
"eyebrow": "OUTPUT VS PLAN",
"source": "Source: production ledger, Dec",
"unit": "%",
"x": [
"Jan",
"Feb",
"Mar",
"Apr",
"May",
"Jun",
"Jul",
"Aug",
"Sep",
"Oct",
"Nov",
"Dec"
],
"values": [
4,
7,
5,
2,
-3,
-8,
-5,
-1,
3,
6,
9,
12
]
}