data = [
{ party: "Labour", count: 15647, flag: "a" },
{ party: "Independent", count: 15119, flag: "a" },
{ party: "Conservative", count: 9619, flag: "b" },
{ party: "Reform", count: 3621, flag: "b" },
{ party: "Green", count: 1794, flag: "b" },
{ party: "Lib Dem", count: 1088, flag: "b" }
]