Satisfaction ratings
Five options, forty answers, one glance: the mode sits at 4, and the two unhappy dots are individually visible.
View the spec
{
"type": "dotplot",
"theme": "editorial",
"title": "Workshop rating, 1–5",
"source": "Feedback forms, 40 answers",
"data": {
"labels": [
"1",
"2",
"3",
"4",
"5"
],
"series": [
{
"name": "Answers",
"values": [
1,
1,
8,
19,
11
]
}
]
}
}