Horizontal bars
Laid on their side, bars read as a ranked list — the eye runs straight down the leaderboard, label beside each bar.
View the spec
{
"type": "bar",
"theme": "mint",
"title": "How students get to school",
"source": "One school's survey, 214 answers",
"data": {
"labels": [
"Walk",
"Bus",
"Car",
"Bike",
"Transit"
],
"series": [
{
"name": "Students",
"values": [
71,
58,
44,
24,
17
]
}
]
}
}