chartletv0.1.0-alpha.3

← All examples

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
      ]
    }
  ]
}
Series
Customer satisfaction by region
Customer satisfaction by regionSatisfaction improved in every region from 2025 to 2026.Customer satisfaction by region012345Score out of 5Region20252026North – 2025: 4.14.1North – 2026: 4.34.3NorthSouth – 2025: 4.34.3South – 2026: 4.44.4SouthEast – 2025: 3.93.9East – 2026: 4.14.1EastWest – 2025: 4.44.4West – 2026: 4.64.6West

Source: Example data

Show chart data
Data for Customer satisfaction by region
Category20252026
North4.14.3
South4.34.4
East3.94.1
West4.44.6
  • Grouped bar (horizontal)
  • Compare across groups