Customer satisfaction by region
Customer satisfaction scores for two years, four regions.
Customer satisfaction by region
examples/csat-by-region.json{
"schemaVersion": 1,
"type": "bar",
"orientation": "horizontal",
"title": "Customer satisfaction by region",
"description": "Satisfaction improved in every region from 2025 to 2026.",
"source": "Example data",
"categoryAxis": {
"title": "Region"
},
"valueAxis": {
"title": "Score out of 5",
"format": "number"
},
"categories": [
"North",
"South",
"East",
"West"
],
"series": [
{
"name": "2025",
"values": [
4.1,
4.3,
3.9,
4.4
]
},
{
"name": "2026",
"values": [
4.3,
4.4,
4.1,
4.6
]
}
]
}Source: Example data
Show chart data
| Category | 2025 | 2026 |
|---|---|---|
| North | 4.1 | 4.3 |
| South | 4.3 | 4.4 |
| East | 3.9 | 4.1 |
| West | 4.4 | 4.6 |