Headcount
Steady headcount growth from January to August. Switch between the full period and each half with the pre-rendered zoom steps.
Headcount
examples/headcount.json{
"schemaVersion": 1,
"type": "line",
"title": "Headcount",
"description": "Headcount rose steadily from January to August.",
"source": "Example data",
"categoryAxis": {
"title": "Month"
},
"valueAxis": {
"title": "Employees",
"format": "number"
},
"data": [
{
"label": "January",
"value": 42
},
{
"label": "February",
"value": 44
},
{
"label": "March",
"value": 47
},
{
"label": "April",
"value": 50
},
{
"label": "May",
"value": 54
},
{
"label": "June",
"value": 58
},
{
"label": "July",
"value": 61
},
{
"label": "August",
"value": 66
}
],
"zoomSteps": [
{
"label": "All months",
"from": 0,
"to": 7
},
{
"label": "January to April",
"from": 0,
"to": 3
},
{
"label": "May to August",
"from": 4,
"to": 7
}
]
}Source: Example data
Show chart data
| Category | Value |
|---|---|
| January | 42 |
| February | 44 |
| March | 47 |
| April | 50 |
| May | 54 |
| June | 58 |
| July | 61 |
| August | 66 |