Headcount is a staircase
People join on a date; nobody joins gradually. Each tread is a period of stability and each riser one hiring decision — countable straight off the chart.
View the spec
{
"type": "line",
"theme": "editorial",
"title": "People on the team",
"source": "HR system, this year",
"options": {
"curve": "step"
},
"data": {
"labels": [
"Jan",
"Feb",
"Mar",
"Apr",
"May",
"Jun",
"Jul",
"Aug"
],
"series": [
{
"name": "Headcount",
"values": [
12,
12,
14,
14,
14,
17,
17,
18
]
}
]
}
}