SE asian split + pass

This commit is contained in:
Andras Schmelczer 2026-06-10 08:27:49 +01:00
parent 85da1941aa
commit 08560476c5
16 changed files with 115 additions and 57 deletions

View file

@ -267,7 +267,15 @@ export const STACKED_GROUPS: Record<
{
label: 'Ethnic composition',
unit: '%',
components: ['% White', '% South Asian', '% East/SE Asian', '% Black', '% Mixed', '% Other'],
components: [
'% White',
'% South Asian',
'% East Asian',
'% SE Asian',
'% Black',
'% Mixed',
'% Other',
],
},
{
label: 'Political vote share',
@ -444,7 +452,8 @@ export const STACKED_SEGMENT_COLORS: Record<string, string> = {
'Other crime (avg/yr)': '#6b7280',
'% White': '#3b82f6',
'% South Asian': '#f97316',
'% East/SE Asian': '#eab308',
'% East Asian': '#eab308',
'% SE Asian': '#ec4899',
'% Black': '#8b5cf6',
'% Mixed': '#14b8a6',
'% Other': '#6b7280',