@@ -23,17 +23,15 @@ export function generateAgeChartOptions() {
23
23
export function generateGenderChartOptions ( ) {
24
24
return {
25
25
categories : [
26
- { short : 'Man' } ,
27
- { short : 'Woman' } ,
28
- { short : 'Nonbinary' } ,
29
- { short : 'Transgender' } ,
30
- { short : 'Other' } ,
26
+ { short : 'Female' } ,
27
+ { short : 'Male' } ,
28
+ { short : 'Other' , long : 'Nonbinary, 2 Spirit, Genderqueer, etc.' } ,
31
29
{ short : 'Prefer not to Say' } ,
32
30
] ,
33
31
series : [
34
32
{
35
33
colorByPoint : true ,
36
- data : [ 28 , 31 , 11 , 10 , 6 , 14 ] ,
34
+ data : [ 36 , 38 , 22 , 4 ] ,
37
35
} ,
38
36
] ,
39
37
title : 'Gender Identity' ,
@@ -49,17 +47,17 @@ export function generateRaceChartOptions() {
49
47
return {
50
48
categories : [
51
49
{ short : 'White' } ,
52
- { short : 'Black, African American' } ,
53
- { short : 'Hispanic or Latino' } ,
50
+ { short : 'Black or African American' } ,
54
51
{ short : 'Asian' } ,
52
+ { short : 'Pacific Islander' } ,
53
+ { short : 'Native American' } ,
55
54
{ short : 'More than one' } ,
56
- { short : 'Other' } ,
57
55
{ short : 'Prefer not to Say' } ,
58
56
] ,
59
57
series : [
60
58
{
61
59
colorByPoint : true ,
62
- data : [ 24 , 18 , 16 , 8 , 27 , 5 , 2 ] ,
60
+ data : [ 30 , 25 , 20 , 8 , 6 , 10 , 1 ] ,
63
61
} ,
64
62
] ,
65
63
title : 'Race' ,
0 commit comments