-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathInteractive Tree Map.html
117 lines (98 loc) · 117 KB
/
Interactive Tree Map.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Interactive Tree Map</title>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.9.1.js"></script>
<script src="http://code.highcharts.com/highcharts.js"></script>
<script src="https://code.highcharts.com/modules/exporting.js"></script>
<script src="https://code.highcharts.com/modules/heatmap.js"></script>
<script src="https://code.highcharts.com/modules/treemap.js"></script>
<style>
text {
font-family: 'Quicksand';
}
#container {
min-width: 300px;
max-width: 900px;
min-height: 600px;
margin: 0 auto;
}
drilldown: {
activeAxisLabelStyle: {
color: '#F0F0F3'
},
activeDataLabelStyle: {
color: '#F0F0F3'
}
},
</style>
<div id="container"></div>
</head>
<body>
<div id="container" style="height: 700px;"></div>
<script>
Highcharts.chart('container', {
series: [{
type: 'treemap',
layoutAlgorithm: 'squarified',
allowDrillToNode: true,
turboThreshold: 0,
animationLimit: 2000,
borderWidth: 1,
dataLabels: {
enabled: false
},
levelIsConstant: false,
levels: [{
level: 1,
dataLabels: {
enabled: true,
style:{
'fontSize': '12px'
}
},
borderWidth: 3
}],
states:{
hover:{
color: '#48A842',
brightness: 0.1,
opacity: 0.2
}
},
opacity: 0,
data: [{id: 'id_1', name: 'Women'},{id: 'id_1.1', name: 'MANAGEMENT, PROFESSIONAL AND RELATED OCCUPATIONS', parent: 'id_1'},{id: 'id_1.1.1', name: 'Management Occupations', parent: 'id_1.1'},{id: 'id_1.1.1.1', name: 'General and Operations Managers', parent: 'id_1.1.1', color: '#D2D2D2', value: 2648},{id: 'id_1.1.1.2', name: 'Chief Executives and Legislators', parent: 'id_1.1.1', color: '#D2D2D2', value: 3220},{id: 'id_1.1.1.3', name: 'Advertising and Promotions Managers', parent: 'id_1.1.1', color: '#D2D2D2', value: 254},{id: 'id_1.1.1.4', name: 'Marketing and Sales Managers', parent: 'id_1.1.1', color: '#D2D2D2', value: 4282},{id: 'id_1.1.1.5', name: 'Public Relations and Fundraising Managers', parent: 'id_1.1.1', color: '#D2D2D2', value: 421},{id: 'id_1.1.1.6', name: 'Administrative Services Managers', parent: 'id_1.1.1', color: '#D2D2D2', value: 660},{id: 'id_1.1.1.7', name: 'Computer and Information Systems Managers', parent: 'id_1.1.1', color: '#48A842', value: 1726},{id: 'id_1.1.1.8', name: 'Financial Managers', parent: 'id_1.1.1', color: '#D2D2D2', value: 6503},{id: 'id_1.1.1.9', name: 'Industrial Production Managers', parent: 'id_1.1.1', color: '#D2D2D2', value: 536},{id: 'id_1.1.1.10', name: 'Purchasing Managers', parent: 'id_1.1.1', color: '#D2D2D2', value: 975},{id: 'id_1.1.1.11', name: 'Transportation, Storage, and Distribution Managers', parent: 'id_1.1.1', color: '#D2D2D2', value: 463},{id: 'id_1.1.1.12', name: 'Compensation and Benefits Managers', parent: 'id_1.1.1', color: '#D2D2D2', value: 170},{id: 'id_1.1.1.13', name: 'Human Resources Managers', parent: 'id_1.1.1', color: '#D2D2D2', value: 2602},{id: 'id_1.1.1.14', name: 'Training and Development Managers', parent: 'id_1.1.1', color: '#D2D2D2', value: 310},{id: 'id_1.1.1.15', name: 'Farmers, Ranchers, and Other Agricultural Managers', parent: 'id_1.1.1', color: '#D2D2D2', value: 562},{id: 'id_1.1.1.16', name: 'Constructions Managers', parent: 'id_1.1.1', color: '#D2D2D2', value: 421},{id: 'id_1.1.1.17', name: 'Education Administrators', parent: 'id_1.1.1', color: '#D2D2D2', value: 6391},{id: 'id_1.1.1.18', name: 'Architectural and Engineering Managers', parent: 'id_1.1.1', color: '#48A842', value: 159},{id: 'id_1.1.1.19', name: 'Food Service Managers', parent: 'id_1.1.1', color: '#D2D2D2', value: 3950},{id: 'id_1.1.1.20', name: 'Gaming Managers', parent: 'id_1.1.1', color: '#D2D2D2', value: 91},{id: 'id_1.1.1.21', name: 'Lodging Managers', parent: 'id_1.1.1', color: '#D2D2D2', value: 648},{id: 'id_1.1.1.22', name: 'Medical and Health Services Managers', parent: 'id_1.1.1', color: '#AA40DB', value: 4764},{id: 'id_1.1.1.23', name: 'Natural Science Managers', parent: 'id_1.1.1', color: '#48A842', value: 123},{id: 'id_1.1.1.24', name: 'Property, Real Estate, and Community Association Managers', parent: 'id_1.1.1', color: '#D2D2D2', value: 2710},{id: 'id_1.1.1.25', name: 'Social and Community Service Managers', parent: 'id_1.1.1', color: '#D2D2D2', value: 2662},{id: 'id_1.1.1.26', name: 'Emergency Management Directors', parent: 'id_1.1.1', color: '#D2D2D2', value: 25},{id: 'id_1.1.1.27', name: 'Miscellaneous Managers, Including Funeral Service Managers and Postmasters and Mail Superintendents', parent: 'id_1.1.1', color: '#D2D2D2', value: 15322},{id: 'id_1.1.2', name: 'Business Operations Specialists', parent: 'id_1.1'},{id: 'id_1.1.2.1', name: 'Agents and Business Managers of Artists, Performers, and Athletes', parent: 'id_1.1.2', color: '#D2D2D2', value: 162},{id: 'id_1.1.2.2', name: 'Buyers and Purchasing Agents, Farm Products', parent: 'id_1.1.2', color: '#D2D2D2', value: 22},{id: 'id_1.1.2.3', name: 'Wholesale and Retail Buyers, Except Farm Products', parent: 'id_1.1.2', color: '#D2D2D2', value: 1141},{id: 'id_1.1.2.4', name: 'Purchasing Agents, Except Wholesale, Retail, and Farm Products', parent: 'id_1.1.2', color: '#D2D2D2', value: 1594},{id: 'id_1.1.2.5', name: 'Claims Adjusters, Appraisers, Examiners, and Investigators', parent: 'id_1.1.2', color: '#D2D2D2', value: 1668},{id: 'id_1.1.2.6', name: 'Compliance Officers', parent: 'id_1.1.2', color: '#D2D2D2', value: 1240},{id: 'id_1.1.2.7', name: 'Cost Estimators', parent: 'id_1.1.2', color: '#D2D2D2', value: 224},{id: 'id_1.1.2.8', name: 'Human Resources Workers', parent: 'id_1.1.2', color: '#D2D2D2', value: 5461},{id: 'id_1.1.2.9', name: 'Logisticians', parent: 'id_1.1.2', color: '#D2D2D2', value: 443},{id: 'id_1.1.2.10', name: 'Management Analysts', parent: 'id_1.1.2', color: '#D2D2D2', value: 3270},{id: 'id_1.1.2.11', name: 'Meeting, Convention, and Event Planners', parent: 'id_1.1.2', color: '#D2D2D2', value: 998},{id: 'id_1.1.2.12', name: 'Fundraisers', parent: 'id_1.1.2', color: '#D2D2D2', value: 760},{id: 'id_1.1.2.13', name: 'Compensation, Benefits, and Job Analysis Specialists', parent: 'id_1.1.2', color: '#D2D2D2', value: 481},{id: 'id_1.1.2.14', name: 'Training and Development Specialists', parent: 'id_1.1.2', color: '#D2D2D2', value: 882},{id: 'id_1.1.2.15', name: 'Market Research Analysts and Marketing Specialists', parent: 'id_1.1.2', color: '#D2D2D2', value: 1655},{id: 'id_1.1.2.16', name: 'Business Operations Specialists, All Other', parent: 'id_1.1.2', color: '#D2D2D2', value: 1570},{id: 'id_1.1.3', name: 'Financial Specialists', parent: 'id_1.1'},{id: 'id_1.1.3.1', name: 'Accountants and Auditors', parent: 'id_1.1.3', color: '#D2D2D2', value: 12570},{id: 'id_1.1.3.2', name: 'Appraisers and Assessors of Real Estate', parent: 'id_1.1.3', color: '#D2D2D2', value: 309},{id: 'id_1.1.3.3', name: 'Budget Analysts', parent: 'id_1.1.3', color: '#D2D2D2', value: 313},{id: 'id_1.1.3.4', name: 'Credit Analysts', parent: 'id_1.1.3', color: '#D2D2D2', value: 163},{id: 'id_1.1.3.5', name: 'Financial Analysts', parent: 'id_1.1.3', color: '#D2D2D2', value: 913},{id: 'id_1.1.3.6', name: 'Personal Financial Advisors', parent: 'id_1.1.3', color: '#D2D2D2', value: 989},{id: 'id_1.1.3.7', name: 'Insurance Underwriters', parent: 'id_1.1.3', color: '#D2D2D2', value: 704},{id: 'id_1.1.3.8', name: 'Financial Examiners', parent: 'id_1.1.3', color: '#D2D2D2', value: 57},{id: 'id_1.1.3.9', name: 'Credit Counselors and Loan Officers', parent: 'id_1.1.3', color: '#D2D2D2', value: 1707},{id: 'id_1.1.3.10', name: 'Tax Examiners and Collectors, and Revenue Agents', parent: 'id_1.1.3', color: '#D2D2D2', value: 442},{id: 'id_1.1.3.11', name: 'Tax Preparers', parent: 'id_1.1.3', color: '#D2D2D2', value: 842},{id: 'id_1.1.3.12', name: 'Financial Specialists, All Other', parent: 'id_1.1.3', color: '#D2D2D2', value: 332},{id: 'id_1.1.4', name: 'Computer and Mathematical Occupations', parent: 'id_1.1'},{id: 'id_1.1.4.1', name: 'Computer Scientists and Systems Analysts', parent: 'id_1.1.4', color: '#48A842', value: 62},{id: 'id_1.1.4.2', name: 'Computer and Information Research Scientists', parent: 'id_1.1.4', color: '#48A842', value: 1919},{id: 'id_1.1.4.3', name: 'Information Security Analysts', parent: 'id_1.1.4', color: '#48A842', value: 148},{id: 'id_1.1.4.4', name: 'Computer Programmers', parent: 'id_1.1.4', color: '#48A842', value: 965},{id: 'id_1.1.4.5', name: 'Web Developers', parent: 'id_1.1.4', color: '#48A842', value: 630},{id: 'id_1.1.4.6', name: 'Software Developers, Applications and Systems Software', parent: 'id_1.1.4', color: '#48A842', value: 2435},{id: 'id_1.1.4.7', name: 'Database Administrators', parent: 'id_1.1.4', color: '#48A842', value: 478},{id: 'id_1.1.4.8', name: 'Network and Computer Systems Administrators', parent: 'id_1.1.4', color: '#48A842', value: 432},{id: 'id_1.1.4.9', name: 'Computer Network Architects', parent: 'id_1.1.4', color: '#48A842', value: 102},{id: 'id_1.1.4.10', name: 'Computer Support Specialists', parent: 'id_1.1.4', color: '#48A842', value: 1686},{id: 'id_1.1.4.11', name: 'Computer Occupations, All Other', parent: 'id_1.1.4', color: '#48A842', value: 1428},{id: 'id_1.1.4.12', name: 'Actuaries', parent: 'id_1.1.4', color: '#48A842', value: 96},{id: 'id_1.1.4.13', name: 'Operations Research Analysts', parent: 'id_1.1.4', color: '#48A842', value: 712},{id: 'id_1.1.4.14', name: 'Miscellaneous mathematical science occupations, including mathematicians and statisticians', parent: 'id_1.1.4', color: '#48A842', value: 255},{id: 'id_1.1.5', name: 'Architecture and Engineering Occupations', parent: 'id_1.1'},{id: 'id_1.1.5.1', name: 'Architects, Except Naval', parent: 'id_1.1.5', color: '#AA40DB', value: 462},{id: 'id_1.1.5.2', name: 'Surveyors, Cartographers, and Photogrammetrists', parent: 'id_1.1.5', color: '#48A842', value: 69},{id: 'id_1.1.5.3', name: 'Aerospace Engineers', parent: 'id_1.1.5', color: '#48A842', value: 139},{id: 'id_1.1.5.4', name: 'Chemical Engineers', parent: 'id_1.1.5', color: '#48A842', value: 121},{id: 'id_1.1.5.5', name: 'Civil Engineers', parent: 'id_1.1.5', color: '#48A842', value: 458},{id: 'id_1.1.5.6', name: 'Computer Hardware Engineers', parent: 'id_1.1.5', color: '#48A842', value: 86},{id: 'id_1.1.5.7', name: 'Electrical and Electronics Engineers', parent: 'id_1.1.5', color: '#48A842', value: 190},{id: 'id_1.1.5.8', name: 'Environmental Engineers', parent: 'id_1.1.5', color: '#48A842', value: 80},{id: 'id_1.1.5.9', name: 'Biomedical and agricultural engineers', parent: 'id_1.1.5', color: '#48A842', value: 20},{id: 'id_1.1.5.10', name: 'Industrial Engineers, including Health and Safety', parent: 'id_1.1.5', color: '#48A842', value: 407},{id: 'id_1.1.5.11', name: 'Marine Engineers and Naval Architects', parent: 'id_1.1.5', color: '#48A842', value: 15},{id: 'id_1.1.5.12', name: 'Materials Engineers', parent: 'id_1.1.5', color: '#48A842', value: 53},{id: 'id_1.1.5.13', name: 'Mechanical Engineers', parent: 'id_1.1.5', color: '#48A842', value: 211},{id: 'id_1.1.5.14', name: 'Petroleum, mining and geological engineers, including mining safety engineers', parent: 'id_1.1.5', color: '#48A842', value: 53},{id: 'id_1.1.5.15', name: 'Miscellaneous engineeers including nuclear engineers', parent: 'id_1.1.5', color: '#48A842', value: 761},{id: 'id_1.1.5.16', name: 'Drafters', parent: 'id_1.1.5', color: '#48A842', value: 320},{id: 'id_1.1.5.17', name: 'Engineering Technicians, Except Drafters', parent: 'id_1.1.5', color: '#48A842', value: 816},{id: 'id_1.1.5.18', name: 'Surveying and Mapping Technicians', parent: 'id_1.1.5', color: '#48A842', value: 66},{id: 'id_1.1.6', name: 'Life, Physical, and Social Science Occupations', parent: 'id_1.1'},{id: 'id_1.1.6.1', name: 'Agricultural and Food Scientists', parent: 'id_1.1.6', color: '#48A842', value: 84},{id: 'id_1.1.6.2', name: 'Biological Scientists', parent: 'id_1.1.6', color: '#48A842', value: 373},{id: 'id_1.1.6.3', name: 'Conservation Scientists and Foresters', parent: 'id_1.1.6', color: '#48A842', value: 51},{id: 'id_1.1.6.4', name: 'Medical Scientists, and Life Scientists, All Other', parent: 'id_1.1.6', color: '#48A842', value: 786},{id: 'id_1.1.6.5', name: 'Astronomers and Physicists', parent: 'id_1.1.6', color: '#48A842', value: 10},{id: 'id_1.1.6.6', name: 'Atmospheric and Space Scientists', parent: 'id_1.1.6', color: '#48A842', value: 26},{id: 'id_1.1.6.7', name: 'Chemists and Materials Scientists', parent: 'id_1.1.6', color: '#48A842', value: 338},{id: 'id_1.1.6.8', name: 'Environmental Scientists and Geoscientists', parent: 'id_1.1.6', color: '#48A842', value: 239},{id: 'id_1.1.6.9', name: 'Physical Scientists, All Other', parent: 'id_1.1.6', color: '#48A842', value: 986},{id: 'id_1.1.6.10', name: 'Economists', parent: 'id_1.1.6', color: '#48A842', value: 98},{id: 'id_1.1.6.11', name: 'Psychologists', parent: 'id_1.1.6', color: '#48A842', value: 1239},{id: 'id_1.1.6.12', name: 'Urban and Regional Planners', parent: 'id_1.1.6', color: '#48A842', value: 107},{id: 'id_1.1.6.13', name: 'Miscellaneous Social Scientists, Including Survey Researchers and Sociologists', parent: 'id_1.1.6', color: '#48A842', value: 194},{id: 'id_1.1.6.14', name: 'Agricultural and Food Science Technicians', parent: 'id_1.1.6', color: '#48A842', value: 193},{id: 'id_1.1.6.15', name: 'Biological Technicians', parent: 'id_1.1.6', color: '#48A842', value: 155},{id: 'id_1.1.6.16', name: 'Chemical Technicians', parent: 'id_1.1.6', color: '#48A842', value: 261},{id: 'id_1.1.6.17', name: 'Geological and Petroleum Technicians, and Nuclear Technicians', parent: 'id_1.1.6', color: '#48A842', value: 39},{id: 'id_1.1.6.18', name: 'Miscellaneous Life, Physical, and Social Science Technicians, Including Social Science Research Assistants', parent: 'id_1.1.6', color: '#48A842', value: 1317},{id: 'id_1.1.7', name: 'Community and Social Services Occupations', parent: 'id_1.1'},{id: 'id_1.1.7.1', name: 'Counselors', parent: 'id_1.1.7', color: '#D2D2D2', value: 5761},{id: 'id_1.1.7.2', name: 'Social Workers', parent: 'id_1.1.7', color: '#D2D2D2', value: 6962},{id: 'id_1.1.7.3', name: 'Probation Officers and Correctional Treatment Specialists', parent: 'id_1.1.7', color: '#D2D2D2', value: 426},{id: 'id_1.1.7.4', name: 'Social and Human Service Assistants', parent: 'id_1.1.7', color: '#D2D2D2', value: 1613},{id: 'id_1.1.7.5', name: 'Miscellaneous Community and Social Service Specialists, Including Health Educators and Community Health Workers', parent: 'id_1.1.7', color: '#D2D2D2', value: 696},{id: 'id_1.1.7.6', name: 'Clergy', parent: 'id_1.1.7', color: '#D2D2D2', value: 995},{id: 'id_1.1.7.7', name: 'Directors, Religious Activities and Education', parent: 'id_1.1.7', color: '#D2D2D2', value: 515},{id: 'id_1.1.7.8', name: 'Religious Workers, All Other', parent: 'id_1.1.7', color: '#D2D2D2', value: 549},{id: 'id_1.1.7.9', name: 'Judicial Law Clerks', parent: 'id_1.1.7', color: '#D2D2D2', value: 105},{id: 'id_1.1.7.10', name: 'Lawyers, and judges, magistrates, and other judicial workers', parent: 'id_1.1.7', color: '#D2D2D2', value: 4032},{id: 'id_1.1.7.11', name: 'Paralegals and Legal Assistants', parent: 'id_1.1.7', color: '#D2D2D2', value: 3330},{id: 'id_1.1.7.12', name: 'Miscellaneous Legal Support Workers', parent: 'id_1.1.7', color: '#D2D2D2', value: 1179},{id: 'id_1.1.8', name: 'Education, Training, and Library Occupations', parent: 'id_1.1'},{id: 'id_1.1.8.1', name: 'Postsecondary Teachers', parent: 'id_1.1.8', color: '#D2D2D2', value: 8826},{id: 'id_1.1.8.2', name: 'Preschool and Kindergarten Teachers', parent: 'id_1.1.8', color: '#D2D2D2', value: 5804},{id: 'id_1.1.8.3', name: 'Elementary and Middle School Teachers', parent: 'id_1.1.8', color: '#D2D2D2', value: 32762},{id: 'id_1.1.8.4', name: 'Secondary School Teachers', parent: 'id_1.1.8', color: '#D2D2D2', value: 5040},{id: 'id_1.1.8.5', name: 'Special Education Teachers', parent: 'id_1.1.8', color: '#D2D2D2', value: 2291},{id: 'id_1.1.8.6', name: 'Other Teachers and Instructors', parent: 'id_1.1.8', color: '#D2D2D2', value: 5719},{id: 'id_1.1.8.7', name: 'Archivists, Curators, and Museum Technicians', parent: 'id_1.1.8', color: '#D2D2D2', value: 367},{id: 'id_1.1.8.8', name: 'Librarians', parent: 'id_1.1.8', color: '#D2D2D2', value: 1666},{id: 'id_1.1.8.9', name: 'Library Technicians', parent: 'id_1.1.8', color: '#D2D2D2', value: 514},{id: 'id_1.1.8.10', name: 'Teacher Assistants', parent: 'id_1.1.8', color: '#D2D2D2', value: 10969},{id: 'id_1.1.8.11', name: 'Other Education, Training, and Library Workers', parent: 'id_1.1.8', color: '#D2D2D2', value: 945},{id: 'id_1.1.9', name: 'Arts, Design, Entertainment, Sports, and Media Occupations', parent: 'id_1.1'},{id: 'id_1.1.9.1', name: 'Artists and Related Workers', parent: 'id_1.1.9', color: '#D2D2D2', value: 594},{id: 'id_1.1.9.2', name: 'Designers', parent: 'id_1.1.9', color: '#D2D2D2', value: 4117},{id: 'id_1.1.9.3', name: 'Actors', parent: 'id_1.1.9', color: '#D2D2D2', value: 236},{id: 'id_1.1.9.4', name: 'Producers and Directors', parent: 'id_1.1.9', color: '#D2D2D2', value: 541},{id: 'id_1.1.9.5', name: 'Athletes, Coaches, Umpires, and Related Workers', parent: 'id_1.1.9', color: '#D2D2D2', value: 1456},{id: 'id_1.1.9.6', name: 'Dancers and Choreographers', parent: 'id_1.1.9', color: '#D2D2D2', value: 146},{id: 'id_1.1.9.7', name: 'Musicians, Singers, and Related Workers', parent: 'id_1.1.9', color: '#D2D2D2', value: 784},{id: 'id_1.1.9.8', name: 'Entertainers and Performers, Sports and Related Workers, All Other', parent: 'id_1.1.9', color: '#D2D2D2', value: 157},{id: 'id_1.1.9.9', name: 'Announcers', parent: 'id_1.1.9', color: '#D2D2D2', value: 106},{id: 'id_1.1.9.10', name: 'News Analysts, Reporters and Correspondents', parent: 'id_1.1.9', color: '#D2D2D2', value: 371},{id: 'id_1.1.9.11', name: 'Public Relations Specialists', parent: 'id_1.1.9', color: '#D2D2D2', value: 928},{id: 'id_1.1.9.12', name: 'Editors', parent: 'id_1.1.9', color: '#D2D2D2', value: 1005},{id: 'id_1.1.9.13', name: 'Technical Writers', parent: 'id_1.1.9', color: '#D2D2D2', value: 326},{id: 'id_1.1.9.14', name: 'Writers and Authors', parent: 'id_1.1.9', color: '#D2D2D2', value: 1095},{id: 'id_1.1.9.15', name: 'Miscellaneous Media and Communication Workers', parent: 'id_1.1.9', color: '#D2D2D2', value: 656},{id: 'id_1.1.9.16', name: 'Photographers', parent: 'id_1.1.9', color: '#D2D2D2', value: 574},{id: 'id_1.1.9.17', name: 'Television, Video, and Motion Picture Camera Operators and Editors', parent: 'id_1.1.9', color: '#D2D2D2', value: 100},{id: 'id_1.1.9.18', name: 'Broadcast and Sound Engineering Technicians and Radio Operators, and media and communication equipment workers, all other', parent: 'id_1.1.9', color: '#D2D2D2', value: 118},{id: 'id_1.1.10', name: 'Healthcare Practitioners and Technical Occupations', parent: 'id_1.1'},{id: 'id_1.1.10.1', name: 'Chiropractors', parent: 'id_1.1.10', color: '#AA40DB', value: 123},{id: 'id_1.1.10.2', name: 'Dentists', parent: 'id_1.1.10', color: '#AA40DB', value: 440},{id: 'id_1.1.10.3', name: 'Dieticians and Nutritionists', parent: 'id_1.1.10', color: '#AA40DB', value: 868},{id: 'id_1.1.10.4', name: 'Optometrists', parent: 'id_1.1.10', color: '#AA40DB', value: 145},{id: 'id_1.1.10.5', name: 'Pharmacists', parent: 'id_1.1.10', color: '#AA40DB', value: 1738},{id: 'id_1.1.10.6', name: 'Physicians and Surgeons', parent: 'id_1.1.10', color: '#AA40DB', value: 3257},{id: 'id_1.1.10.7', name: 'Physician Assistants', parent: 'id_1.1.10', color: '#AA40DB', value: 638},{id: 'id_1.1.10.8', name: 'Podiatrists', parent: 'id_1.1.10', color: '#AA40DB', value: 23},{id: 'id_1.1.10.9', name: 'Occupational Therapists', parent: 'id_1.1.10', color: '#AA40DB', value: 956},{id: 'id_1.1.10.10', name: 'Physical Therapists', parent: 'id_1.1.10', color: '#AA40DB', value: 1711},{id: 'id_1.1.10.11', name: 'Radiation Therapists', parent: 'id_1.1.10', color: '#AA40DB', value: 127},{id: 'id_1.1.10.12', name: 'Recreational Therapists', parent: 'id_1.1.10', color: '#AA40DB', value: 83},{id: 'id_1.1.10.13', name: 'Respiratory Therapists', parent: 'id_1.1.10', color: '#AA40DB', value: 678},{id: 'id_1.1.10.14', name: 'SpeechLanguage Pathologists', parent: 'id_1.1.10', color: '#AA40DB', value: 1533},{id: 'id_1.1.10.15', name: 'Other Therapists, Including Exercise Physiologists', parent: 'id_1.1.10', color: '#AA40DB', value: 1188},{id: 'id_1.1.10.16', name: 'Veterinarians', parent: 'id_1.1.10', color: '#AA40DB', value: 451},{id: 'id_1.1.10.17', name: 'Registered Nurses', parent: 'id_1.1.10', color: '#AA40DB', value: 28937},{id: 'id_1.1.10.18', name: 'Nurse Anesthetists', parent: 'id_1.1.10', color: '#AA40DB', value: 153},{id: 'id_1.1.10.19', name: 'Audiologists', parent: 'id_1.1.10', color: '#AA40DB', value: 149},{id: 'id_1.1.10.20', name: 'Health Diagnosing and Treating Practitioners, All Other', parent: 'id_1.1.10', color: '#AA40DB', value: 137},{id: 'id_1.1.10.21', name: 'Nurse Practitioners and Nurse Midwives', parent: 'id_1.1.10', color: '#AA40DB', value: 1292},{id: 'id_1.1.10.22', name: 'Clinical Laboratory Technologists and Technicians', parent: 'id_1.1.10', color: '#AA40DB', value: 2501},{id: 'id_1.1.10.23', name: 'Dental Hygienists', parent: 'id_1.1.10', color: '#AA40DB', value: 1823},{id: 'id_1.1.10.24', name: 'Diagnostic Related Technologists and Technicians', parent: 'id_1.1.10', color: '#AA40DB', value: 2534},{id: 'id_1.1.10.25', name: 'Emergency Medical Technicians and Paramedics', parent: 'id_1.1.10', color: '#AA40DB', value: 630},{id: 'id_1.1.10.26', name: 'Health Practitioner Support Technologists and Technicians', parent: 'id_1.1.10', color: '#AA40DB', value: 4783},{id: 'id_1.1.10.27', name: 'Licensed Practical and Licensed Vocational Nurses', parent: 'id_1.1.10', color: '#AA40DB', value: 7616},{id: 'id_1.1.10.28', name: 'Medical Records and Health Information Technicians', parent: 'id_1.1.10', color: '#AA40DB', value: 1645},{id: 'id_1.1.10.29', name: 'Opticians, Dispensing', parent: 'id_1.1.10', color: '#AA40DB', value: 424},{id: 'id_1.1.10.30', name: 'Miscellaneous Health Technologists and Technicians', parent: 'id_1.1.10', color: '#AA40DB', value: 791},{id: 'id_1.1.10.31', name: 'Other Healthcare Practitioners and Technical Occupations', parent: 'id_1.1.10', color: '#AA40DB', value: 606},{id: 'id_1.2', name: 'SERVICE OCCUPATIONS', parent: 'id_1'},{id: 'id_1.2.1', name: 'Healthcare Support Occupations', parent: 'id_1.2'},{id: 'id_1.2.1.1', name: 'Nursing, Psychiatric, and Home Health Aides', parent: 'id_1.2.1', color: '#D2D2D2', value: 16574},{id: 'id_1.2.1.2', name: 'Occupational Therapy Assistants and Aides', parent: 'id_1.2.1', color: '#D2D2D2', value: 220},{id: 'id_1.2.1.3', name: 'Physical Therapist Assistants and Aides', parent: 'id_1.2.1', color: '#D2D2D2', value: 673},{id: 'id_1.2.1.4', name: 'Massage Therapists', parent: 'id_1.2.1', color: '#D2D2D2', value: 940},{id: 'id_1.2.1.5', name: 'Dental Assistants', parent: 'id_1.2.1', color: '#D2D2D2', value: 2771},{id: 'id_1.2.1.6', name: 'Medical Assistants', parent: 'id_1.2.1', color: '#D2D2D2', value: 4304},{id: 'id_1.2.1.7', name: 'Medical Transcriptionists', parent: 'id_1.2.1', color: '#D2D2D2', value: 412},{id: 'id_1.2.1.8', name: 'Pharmacy Aides', parent: 'id_1.2.1', color: '#D2D2D2', value: 341},{id: 'id_1.2.1.9', name: 'Veterinary Assistants and Laboratory Animal Caretakers', parent: 'id_1.2.1', color: '#D2D2D2', value: 436},{id: 'id_1.2.1.10', name: 'Phlebotmists', parent: 'id_1.2.1', color: '#D2D2D2', value: 940},{id: 'id_1.2.1.11', name: 'Healthcare Support Workers, All Other, Including Medical Equipment Preparers', parent: 'id_1.2.1', color: '#D2D2D2', value: 1203},{id: 'id_1.2.2', name: 'Protective Service Occupations', parent: 'id_1.2'},{id: 'id_1.2.2.1', name: 'First-Line Supervisors of Correctional Officers', parent: 'id_1.2.2', color: '#D2D2D2', value: 185},{id: 'id_1.2.2.2', name: 'First-Line Supervisors of Police and Detectives', parent: 'id_1.2.2', color: '#D2D2D2', value: 175},{id: 'id_1.2.2.3', name: 'First-Line Supervisors of Fire Fighting and Prevention Workers', parent: 'id_1.2.2', color: '#D2D2D2', value: 17},{id: 'id_1.2.2.4', name: 'First-Line Supervisors of Protective Service Workers, All Other', parent: 'id_1.2.2', color: '#D2D2D2', value: 187},{id: 'id_1.2.2.5', name: 'Firefighters', parent: 'id_1.2.2', color: '#D2D2D2', value: 175},{id: 'id_1.2.2.6', name: 'Fire Inspectors', parent: 'id_1.2.2', color: '#D2D2D2', value: 22},{id: 'id_1.2.2.7', name: 'Bailiffs, Correctional Officers, and Jailers', parent: 'id_1.2.2', color: '#D2D2D2', value: 1145},{id: 'id_1.2.2.8', name: 'Detectives and Criminal Investigators', parent: 'id_1.2.2', color: '#D2D2D2', value: 332},{id: 'id_1.2.2.9', name: 'Police Officers', parent: 'id_1.2.2', color: '#D2D2D2', value: 951},{id: 'id_1.2.2.10', name: 'Miscellaneous law enforcement workers', parent: 'id_1.2.2', color: '#D2D2D2', value: 33},{id: 'id_1.2.2.11', name: 'Animal Control Workers', parent: 'id_1.2.2', color: '#D2D2D2', value: 48},{id: 'id_1.2.2.12', name: 'Private Detectives and Investigators', parent: 'id_1.2.2', color: '#D2D2D2', value: 343},{id: 'id_1.2.2.13', name: 'Security Guards and Gaming Surveillance Officers', parent: 'id_1.2.2', color: '#D2D2D2', value: 2185},{id: 'id_1.2.2.14', name: 'Crossing Guards', parent: 'id_1.2.2', color: '#D2D2D2', value: 431},{id: 'id_1.2.2.15', name: 'Transportation Security Screeners', parent: 'id_1.2.2', color: '#D2D2D2', value: 128},{id: 'id_1.2.2.16', name: 'Lifeguards and Other Recreational, and All Other Protective Service Workers', parent: 'id_1.2.2', color: '#D2D2D2', value: 1616},{id: 'id_1.2.3', name: 'Food Preparation and Serving Occupations', parent: 'id_1.2'},{id: 'id_1.2.3.1', name: 'Chefs and Head Cooks', parent: 'id_1.2.3', color: '#D2D2D2', value: 841},{id: 'id_1.2.3.2', name: 'First-Line Supervisors of Food Preparation and Serving Workers', parent: 'id_1.2.3', color: '#D2D2D2', value: 3027},{id: 'id_1.2.3.3', name: 'Cooks', parent: 'id_1.2.3', color: '#D2D2D2', value: 10141},{id: 'id_1.2.3.4', name: 'Food Preparation Workers', parent: 'id_1.2.3', color: '#D2D2D2', value: 6076},{id: 'id_1.2.3.5', name: 'Bartenders', parent: 'id_1.2.3', color: '#D2D2D2', value: 2266},{id: 'id_1.2.3.6', name: 'Combined Food Preparation and Serving Workers, Including Fast Food', parent: 'id_1.2.3', color: '#D2D2D2', value: 2682},{id: 'id_1.2.3.7', name: 'Counter Attendant, Cafeteria, Food Concession, and Coffee Shop', parent: 'id_1.2.3', color: '#D2D2D2', value: 1618},{id: 'id_1.2.3.8', name: 'Waiters and Waitresses', parent: 'id_1.2.3', color: '#D2D2D2', value: 15698},{id: 'id_1.2.3.9', name: 'Food Servers, Nonrestaurant', parent: 'id_1.2.3', color: '#D2D2D2', value: 1360},{id: 'id_1.2.3.10', name: 'Dishwashers', parent: 'id_1.2.3', color: '#D2D2D2', value: 870},{id: 'id_1.2.3.11', name: 'Host and Hostesses, Restaurant, Lounge, and Coffee Shop', parent: 'id_1.2.3', color: '#D2D2D2', value: 3166},{id: 'id_1.2.3.12', name: 'Miscellaneous food preparation and serving related workers including dining room and cafeteria attendants and bartender helpers', parent: 'id_1.2.3', color: '#D2D2D2', value: 1742},{id: 'id_1.2.4', name: 'Building and Grounds Cleaning and Maintenance Occupations', parent: 'id_1.2'},{id: 'id_1.2.4.1', name: 'First-Line Supervisors of Housekeeping and Janitorial Workers', parent: 'id_1.2.4', color: '#D2D2D2', value: 781},{id: 'id_1.2.4.2', name: 'First-Line Supervisors of Landscaping, Lawn Service, and Groundskeeping Workers', parent: 'id_1.2.4', color: '#D2D2D2', value: 85},{id: 'id_1.2.4.3', name: 'Maids and Housekeeping Cleaners', parent: 'id_1.2.4', color: '#D2D2D2', value: 9732},{id: 'id_1.2.4.4', name: 'Janitors and Building Cleaners', parent: 'id_1.2.4', color: '#D2D2D2', value: 8166},{id: 'id_1.2.4.5', name: 'Pest Control Workers', parent: 'id_1.2.4', color: '#D2D2D2', value: 41},{id: 'id_1.2.4.6', name: 'Grounds Maintenance Workers', parent: 'id_1.2.4', color: '#D2D2D2', value: 864},{id: 'id_1.2.5', name: 'Personal Care and Service Occupations', parent: 'id_1.2'},{id: 'id_1.2.5.1', name: 'First-Line Supervisors of Gaming Workers', parent: 'id_1.2.5', color: '#D2D2D2', value: 116},{id: 'id_1.2.5.2', name: 'First-Line Supervisors of Personal Service Workers', parent: 'id_1.2.5', color: '#D2D2D2', value: 405},{id: 'id_1.2.5.3', name: 'Animal Trainers', parent: 'id_1.2.5', color: '#D2D2D2', value: 188},{id: 'id_1.2.5.4', name: 'Nonfarm Animal Caretakers', parent: 'id_1.2.5', color: '#D2D2D2', value: 1584},{id: 'id_1.2.5.5', name: 'Gaming Services Workers', parent: 'id_1.2.5', color: '#D2D2D2', value: 477},{id: 'id_1.2.5.6', name: 'Motion Picture Projectionists', parent: 'id_1.2.5', color: '#D2D2D2', value: 7},{id: 'id_1.2.5.7', name: 'Ushers, Lobby Attendants, and Ticket Takers', parent: 'id_1.2.5', color: '#D2D2D2', value: 304},{id: 'id_1.2.5.8', name: 'Miscellaneous Entertainment Attendants and Related Workers', parent: 'id_1.2.5', color: '#D2D2D2', value: 1227},{id: 'id_1.2.5.9', name: 'Morticians, Undertakers, and Funeral Directors', parent: 'id_1.2.5', color: '#D2D2D2', value: 99},{id: 'id_1.2.5.10', name: 'Embalmers and Funeral Attendants', parent: 'id_1.2.5', color: '#D2D2D2', value: 43},{id: 'id_1.2.5.11', name: 'Barbers', parent: 'id_1.2.5', color: '#D2D2D2', value: 127},{id: 'id_1.2.5.12', name: 'Hairdressers, Hairstylists, and Cosmetologists', parent: 'id_1.2.5', color: '#D2D2D2', value: 4691},{id: 'id_1.2.5.13', name: 'Miscellaneous Personal Appearance Workers', parent: 'id_1.2.5', color: '#D2D2D2', value: 1906},{id: 'id_1.2.5.14', name: 'Baggage Porters, Bellhops, and Concierges', parent: 'id_1.2.5', color: '#D2D2D2', value: 187},{id: 'id_1.2.5.15', name: 'Tour and Travel Guides', parent: 'id_1.2.5', color: '#D2D2D2', value: 367},{id: 'id_1.2.5.16', name: 'Childcare Workers', parent: 'id_1.2.5', color: '#D2D2D2', value: 9965},{id: 'id_1.2.5.17', name: 'Personal Care Aides', parent: 'id_1.2.5', color: '#D2D2D2', value: 10877},{id: 'id_1.2.5.18', name: 'Recreation and Fitness Workers', parent: 'id_1.2.5', color: '#D2D2D2', value: 3378},{id: 'id_1.2.5.19', name: 'Residential Advisors', parent: 'id_1.2.5', color: '#D2D2D2', value: 682},{id: 'id_1.2.5.20', name: 'Personal Care and Service Workers, All Other', parent: 'id_1.2.5', color: '#D2D2D2', value: 860},{id: 'id_1.3', name: 'SALES AND OFFICE OCCUPATIONS', parent: 'id_1'},{id: 'id_1.3.1', name: 'Sales Occupations', parent: 'id_1.3'},{id: 'id_1.3.1.1', name: 'First-Line Supervisors of Retail Sales Workers', parent: 'id_1.3.1', color: '#D2D2D2', value: 12802},{id: 'id_1.3.1.2', name: 'First-Line Supervisors of Non-Retail Sales', parent: 'id_1.3.1', color: '#D2D2D2', value: 3585},{id: 'id_1.3.1.3', name: 'Cashiers', parent: 'id_1.3.1', color: '#D2D2D2', value: 27153},{id: 'id_1.3.1.4', name: 'Counter and Rental Clerks', parent: 'id_1.3.1', color: '#D2D2D2', value: 480},{id: 'id_1.3.1.5', name: 'Parts Salespersons', parent: 'id_1.3.1', color: '#D2D2D2', value: 150},{id: 'id_1.3.1.6', name: 'Retail Salespersons', parent: 'id_1.3.1', color: '#D2D2D2', value: 18801},{id: 'id_1.3.1.7', name: 'Advertising Sales Agents', parent: 'id_1.3.1', color: '#D2D2D2', value: 864},{id: 'id_1.3.1.8', name: 'Insurance Sales Agents', parent: 'id_1.3.1', color: '#D2D2D2', value: 2463},{id: 'id_1.3.1.9', name: 'Securities, Commodities, and Financial Services Sales Agents', parent: 'id_1.3.1', color: '#D2D2D2', value: 680},{id: 'id_1.3.1.10', name: 'Travel Agents', parent: 'id_1.3.1', color: '#D2D2D2', value: 561},{id: 'id_1.3.1.11', name: 'Sales Representatives, Services, All Other', parent: 'id_1.3.1', color: '#D2D2D2', value: 2134},{id: 'id_1.3.1.12', name: 'Sales Representatives, Wholesale and Manufacturing', parent: 'id_1.3.1', color: '#D2D2D2', value: 3882},{id: 'id_1.3.1.13', name: 'Models, Demonstrators, and Product Promoters', parent: 'id_1.3.1', color: '#D2D2D2', value: 457},{id: 'id_1.3.1.14', name: 'Real Estate Brokers and Sales Agents', parent: 'id_1.3.1', color: '#D2D2D2', value: 3259},{id: 'id_1.3.1.15', name: 'Sales Engineers', parent: 'id_1.3.1', color: '#48A842', value: 24},{id: 'id_1.3.1.16', name: 'Telemarketers', parent: 'id_1.3.1', color: '#D2D2D2', value: 548},{id: 'id_1.3.1.17', name: 'Door-to-Door Sales Workers, News and Street Vendors, and Related Workers', parent: 'id_1.3.1', color: '#D2D2D2', value: 578},{id: 'id_1.3.1.18', name: 'Sales and Related Workers, All Other', parent: 'id_1.3.1', color: '#D2D2D2', value: 1449},{id: 'id_1.3.2', name: 'Office and Administrative Support Occupations', parent: 'id_1.3'},{id: 'id_1.3.2.1', name: 'First-Line Supervisors of Office and Administrative Support Workers', parent: 'id_1.3.2', color: '#D2D2D2', value: 8802},{id: 'id_1.3.2.2', name: 'Switchboard Operators, Including Answering Service', parent: 'id_1.3.2', color: '#D2D2D2', value: 298},{id: 'id_1.3.2.3', name: 'Telephone Operators', parent: 'id_1.3.2', color: '#D2D2D2', value: 287},{id: 'id_1.3.2.4', name: 'Communications Equipment Operators, All Other', parent: 'id_1.3.2', color: '#D2D2D2', value: 45},{id: 'id_1.3.2.5', name: 'Bill and Account Collectors', parent: 'id_1.3.2', color: '#D2D2D2', value: 1107},{id: 'id_1.3.2.6', name: 'Billing and Posting Clerks', parent: 'id_1.3.2', color: '#D2D2D2', value: 4291},{id: 'id_1.3.2.7', name: 'Bookkeeping, Accounting, and Auditing Clerks', parent: 'id_1.3.2', color: '#D2D2D2', value: 11695},{id: 'id_1.3.2.8', name: 'Gaming Cage Workers', parent: 'id_1.3.2', color: '#D2D2D2', value: 51},{id: 'id_1.3.2.9', name: 'Payroll and Timekeeping Clerks', parent: 'id_1.3.2', color: '#D2D2D2', value: 1560},{id: 'id_1.3.2.10', name: 'Procurement Clerks', parent: 'id_1.3.2', color: '#D2D2D2', value: 199},{id: 'id_1.3.2.11', name: 'Tellers', parent: 'id_1.3.2', color: '#D2D2D2', value: 3154},{id: 'id_1.3.2.12', name: 'Financial Clerks, All Other', parent: 'id_1.3.2', color: '#D2D2D2', value: 772},{id: 'id_1.3.2.13', name: 'Brokerage Clerks', parent: 'id_1.3.2', color: '#D2D2D2', value: 43},{id: 'id_1.3.2.14', name: 'Court, Municipal, and License Clerks', parent: 'id_1.3.2', color: '#D2D2D2', value: 663},{id: 'id_1.3.2.15', name: 'Credit Authorizers, Checkers, and Clerks', parent: 'id_1.3.2', color: '#D2D2D2', value: 362},{id: 'id_1.3.2.16', name: 'Customer Service Representatives', parent: 'id_1.3.2', color: '#D2D2D2', value: 17767},{id: 'id_1.3.2.17', name: 'Eligibility Interviewers, Government Programs', parent: 'id_1.3.2', color: '#D2D2D2', value: 657},{id: 'id_1.3.2.18', name: 'File Clerks', parent: 'id_1.3.2', color: '#D2D2D2', value: 2379},{id: 'id_1.3.2.19', name: 'Hotel, Motel, and Resort Desk Clerks', parent: 'id_1.3.2', color: '#D2D2D2', value: 979},{id: 'id_1.3.2.20', name: 'Interviewers, Except Eligibility and Loan', parent: 'id_1.3.2', color: '#D2D2D2', value: 1167},{id: 'id_1.3.2.21', name: 'Library Assistants, Clerical', parent: 'id_1.3.2', color: '#D2D2D2', value: 1134},{id: 'id_1.3.2.22', name: 'Loan Interviewers and Clerks', parent: 'id_1.3.2', color: '#D2D2D2', value: 878},{id: 'id_1.3.2.23', name: 'New Account Clerks', parent: 'id_1.3.2', color: '#D2D2D2', value: 119},{id: 'id_1.3.2.24', name: 'Human Resources Assistants, Except Payroll and Timekeeping', parent: 'id_1.3.2', color: '#D2D2D2', value: 452},{id: 'id_1.3.2.25', name: 'Receptionists and Information Clerks', parent: 'id_1.3.2', color: '#D2D2D2', value: 10866},{id: 'id_1.3.2.26', name: 'Reservation and Transportation Ticket Agents and Travel Clerks', parent: 'id_1.3.2', color: '#D2D2D2', value: 742},{id: 'id_1.3.2.27', name: 'Information and Record Clerks, All Other', parent: 'id_1.3.2', color: '#D2D2D2', value: 985},{id: 'id_1.3.2.28', name: 'Correspondent clerks and order clerks', parent: 'id_1.3.2', color: '#D2D2D2', value: 843},{id: 'id_1.3.2.29', name: 'Cargo and Freight Agents', parent: 'id_1.3.2', color: '#D2D2D2', value: 65},{id: 'id_1.3.2.30', name: 'Couriers and Messengers', parent: 'id_1.3.2', color: '#D2D2D2', value: 342},{id: 'id_1.3.2.31', name: 'Dispatchers', parent: 'id_1.3.2', color: '#D2D2D2', value: 1579},{id: 'id_1.3.2.32', name: 'Meter Readers, Utilities', parent: 'id_1.3.2', color: '#D2D2D2', value: 48},{id: 'id_1.3.2.33', name: 'Postal Service Clerks', parent: 'id_1.3.2', color: '#D2D2D2', value: 707},{id: 'id_1.3.2.34', name: 'Postal Service Mail Carriers', parent: 'id_1.3.2', color: '#D2D2D2', value: 1496},{id: 'id_1.3.2.35', name: 'Postal Service Mail Sorters, Processors, and Processing Machine Operators', parent: 'id_1.3.2', color: '#D2D2D2', value: 394},{id: 'id_1.3.2.36', name: 'Production, Planning, and Expediting Clerks', parent: 'id_1.3.2', color: '#D2D2D2', value: 1923},{id: 'id_1.3.2.37', name: 'Shipping, Receiving, and Traffic Clerks', parent: 'id_1.3.2', color: '#D2D2D2', value: 1962},{id: 'id_1.3.2.38', name: 'Stock Clerks and Order Fillers', parent: 'id_1.3.2', color: '#D2D2D2', value: 6125},{id: 'id_1.3.2.39', name: 'Weighers, Measurers, Checkers, and Samplers, Recordkeeping', parent: 'id_1.3.2', color: '#D2D2D2', value: 385},{id: 'id_1.3.2.40', name: 'Secretaries and Administrative Assistants', parent: 'id_1.3.2', color: '#D2D2D2', value: 35768},{id: 'id_1.3.2.41', name: 'Computer Operators', parent: 'id_1.3.2', color: '#D2D2D2', value: 512},{id: 'id_1.3.2.42', name: 'Data Entry Keyers', parent: 'id_1.3.2', color: '#D2D2D2', value: 3117},{id: 'id_1.3.2.43', name: 'Word Processors and Typists', parent: 'id_1.3.2', color: '#D2D2D2', value: 3252},{id: 'id_1.3.2.44', name: 'Insurance Claims and Policy Processing Clerks', parent: 'id_1.3.2', color: '#D2D2D2', value: 3107},{id: 'id_1.3.2.45', name: 'Mail Clerks and Mail Machine Operators, Except Postal Service', parent: 'id_1.3.2', color: '#D2D2D2', value: 478},{id: 'id_1.3.2.46', name: 'Office Clerks, General', parent: 'id_1.3.2', color: '#D2D2D2', value: 11908},{id: 'id_1.3.2.47', name: 'Office Machine Operators, Except Computer', parent: 'id_1.3.2', color: '#D2D2D2', value: 252},{id: 'id_1.3.2.48', name: 'Proofreaders and Copy Markers', parent: 'id_1.3.2', color: '#D2D2D2', value: 93},{id: 'id_1.3.2.49', name: 'Statistical Assistants', parent: 'id_1.3.2', color: '#D2D2D2', value: 135},{id: 'id_1.3.2.50', name: 'Miscellaneous office and administrative support workers including desktop publishers', parent: 'id_1.3.2', color: '#D2D2D2', value: 5122},{id: 'id_1.3.3', name: 'Farming, Fishing, and Forestry Occupations', parent: 'id_1.3'},{id: 'id_1.3.3.1', name: 'First-Line Supervisors of farming, fishing, and forestry workers', parent: 'id_1.3.3', color: '#D2D2D2', value: 113},{id: 'id_1.3.3.2', name: 'Agricultural Inspectors', parent: 'id_1.3.3', color: '#D2D2D2', value: 59},{id: 'id_1.3.3.3', name: 'Graders and Sorters, Agricultural Products', parent: 'id_1.3.3', color: '#D2D2D2', value: 445},{id: 'id_1.3.3.4', name: 'Miscellaneous agricultural workers including animal breeders', parent: 'id_1.3.3', color: '#D2D2D2', value: 2515},{id: 'id_1.3.3.5', name: 'Fishing and hunting workers', parent: 'id_1.3.3', color: '#D2D2D2', value: 27},{id: 'id_1.3.3.6', name: 'Forest and Conservation Workers', parent: 'id_1.3.3', color: '#D2D2D2', value: 27},{id: 'id_1.3.3.7', name: 'Logging Workers', parent: 'id_1.3.3', color: '#D2D2D2', value: 14},{id: 'id_1.4', name: 'CONSTRUCTION, EXTRACTION AND MAINTENANCE OCCUPATIONS', parent: 'id_1'},{id: 'id_1.4.1', name: 'Construction Trades', parent: 'id_1.4'},{id: 'id_1.4.1.1', name: 'First-Line Supervisors of Construction Trades and Extraction Workers', parent: 'id_1.4.1', color: '#D2D2D2', value: 247},{id: 'id_1.4.1.2', name: 'Boilermakers', parent: 'id_1.4.1', color: '#D2D2D2', value: 8},{id: 'id_1.4.1.3', name: 'Carpenters', parent: 'id_1.4.1', color: '#D2D2D2', value: 197},{id: 'id_1.4.1.4', name: 'Carpet, Floor, and Tile Installers and Finishers', parent: 'id_1.4.1', color: '#D2D2D2', value: 31},{id: 'id_1.4.1.5', name: 'Cement Masons, Concrete Finishers, and Terrazzo Workers', parent: 'id_1.4.1', color: '#D2D2D2', value: 4},{id: 'id_1.4.1.6', name: 'Construction Laborers', parent: 'id_1.4.1', color: '#D2D2D2', value: 477},{id: 'id_1.4.1.7', name: 'Paving, Surfacing, and Tamping Equipment Operators', parent: 'id_1.4.1', color: '#D2D2D2', value: 3},{id: 'id_1.4.1.8', name: 'Construction equipment operators except paving, surfacing, and tamping equipment operators', parent: 'id_1.4.1', color: '#D2D2D2', value: 90},{id: 'id_1.4.1.9', name: 'Drywall Installers, Ceiling Tile Installers, and Tapers', parent: 'id_1.4.1', color: '#D2D2D2', value: 32},{id: 'id_1.4.1.10', name: 'Electricians', parent: 'id_1.4.1', color: '#D2D2D2', value: 186},{id: 'id_1.4.1.11', name: 'Glaziers', parent: 'id_1.4.1', color: '#D2D2D2', value: 8},{id: 'id_1.4.1.12', name: 'Insulation Workers', parent: 'id_1.4.1', color: '#D2D2D2', value: 19},{id: 'id_1.4.1.13', name: 'Painters and Paperhangers', parent: 'id_1.4.1', color: '#D2D2D2', value: 286},{id: 'id_1.4.1.14', name: 'Pipelayers, Plumbers, Pipefitters, and Steamfitters', parent: 'id_1.4.1', color: '#D2D2D2', value: 69},{id: 'id_1.4.1.15', name: 'Plasterers and Stucco Masons', parent: 'id_1.4.1', color: '#D2D2D2', value: 4},{id: 'id_1.4.1.16', name: 'Roofers', parent: 'id_1.4.1', color: '#D2D2D2', value: 19},{id: 'id_1.4.1.17', name: 'Sheet Metal Workers', parent: 'id_1.4.1', color: '#D2D2D2', value: 57},{id: 'id_1.4.1.18', name: 'Structural Iron and Steel Workers', parent: 'id_1.4.1', color: '#D2D2D2', value: 10},{id: 'id_1.4.1.19', name: 'Brickmasons, Blockmasons, Stonemasons, and Reinforcing Iron and Rebar Workers', parent: 'id_1.4.1', color: '#D2D2D2', value: 12},{id: 'id_1.4.1.20', name: 'Helpers, Construction Trades', parent: 'id_1.4.1', color: '#D2D2D2', value: 23},{id: 'id_1.4.1.21', name: 'Construction and Building Inspectors', parent: 'id_1.4.1', color: '#D2D2D2', value: 94},{id: 'id_1.4.1.22', name: 'Elevator Installers and Repairers', parent: 'id_1.4.1', color: '#D2D2D2', value: 2},{id: 'id_1.4.1.23', name: 'Fence Erectors', parent: 'id_1.4.1', color: '#D2D2D2', value: 5},{id: 'id_1.4.1.24', name: 'Hazardous Materials Removal Workers', parent: 'id_1.4.1', color: '#D2D2D2', value: 68},{id: 'id_1.4.1.25', name: 'Highway Maintenance Workers', parent: 'id_1.4.1', color: '#D2D2D2', value: 47},{id: 'id_1.4.1.26', name: 'Miscellaneous construction workers including solar Photovaltaic Installers, and septic tank servicers and sewer pipe cleaners', parent: 'id_1.4.1', color: '#D2D2D2', value: 22},{id: 'id_1.4.2', name: 'Extraction Workers', parent: 'id_1.4'},{id: 'id_1.4.2.1', name: 'Earth Drillers, Except Oil and Gar', parent: 'id_1.4.2', color: '#D2D2D2', value: 4},{id: 'id_1.4.2.2', name: 'Explosives Workers, Ordnance Handling Experts, and Blasters', parent: 'id_1.4.2', color: '#D2D2D2', value: 9},{id: 'id_1.4.2.3', name: 'Mining Machine Operators', parent: 'id_1.4.2', color: '#D2D2D2', value: 25},{id: 'id_1.4.2.4', name: 'Miscellaneous extraction workers including roof bolters and helpers', parent: 'id_1.4.2', color: '#D2D2D2', value: 23},{id: 'id_1.4.2.5', name: 'Derrick, rotary drill, and service unit operators, and roustabouts, oil, gas, and mining', parent: 'id_1.4.2', color: '#D2D2D2', value: 7},{id: 'id_1.4.3', name: 'Installation, Maintenance, and Repair Workers', parent: 'id_1.4'},{id: 'id_1.4.3.1', name: 'First-Line Supervisors of Mechanics, Installers, and Repairers', parent: 'id_1.4.3', color: '#D2D2D2', value: 166},{id: 'id_1.4.3.2', name: 'Computer, Automated Teller, and Office Machine Repairers', parent: 'id_1.4.3', color: '#D2D2D2', value: 216},{id: 'id_1.4.3.3', name: 'Radio and Telecommunications Equipment Installers and Repairers', parent: 'id_1.4.3', color: '#D2D2D2', value: 133},{id: 'id_1.4.3.4', name: 'Avionics Technicians', parent: 'id_1.4.3', color: '#D2D2D2', value: 28},{id: 'id_1.4.3.5', name: 'Electric Motor, Power Tool, and Related Repairers', parent: 'id_1.4.3', color: '#D2D2D2', value: 10},{id: 'id_1.4.3.6', name: 'Electronic Equipment Installers and Repairers, Motor Vehicles', parent: 'id_1.4.3', color: '#D2D2D2', value: 7},{id: 'id_1.4.3.7', name: 'Electronic Home Entertainment Equipment Installers and Repairers', parent: 'id_1.4.3', color: '#D2D2D2', value: 10},{id: 'id_1.4.3.8', name: 'Security and Fire Alarm Systems Installers', parent: 'id_1.4.3', color: '#D2D2D2', value: 13},{id: 'id_1.4.3.9', name: 'Electrical and electronics repairers, transportation equipment, and industrial and utility', parent: 'id_1.4.3', color: '#D2D2D2', value: 15},{id: 'id_1.4.3.10', name: 'Aircraft Mechanics and Service Technicians', parent: 'id_1.4.3', color: '#D2D2D2', value: 122},{id: 'id_1.4.3.11', name: 'Automotive Body and Related Repairers', parent: 'id_1.4.3', color: '#D2D2D2', value: 28},{id: 'id_1.4.3.12', name: 'Automotive Glass Installers and Repairers', parent: 'id_1.4.3', color: '#D2D2D2', value: 3},{id: 'id_1.4.3.13', name: 'Automotive Service Technicians and Mechanics', parent: 'id_1.4.3', color: '#D2D2D2', value: 112},{id: 'id_1.4.3.14', name: 'Bus and Truck Mechanics and Diesel Engine Specialists', parent: 'id_1.4.3', color: '#D2D2D2', value: 33},{id: 'id_1.4.3.15', name: 'Heavy Vehicle and Mobile Equipment Service Technicians and Mechanics', parent: 'id_1.4.3', color: '#D2D2D2', value: 28},{id: 'id_1.4.3.16', name: 'Small Engine Mechanics', parent: 'id_1.4.3', color: '#D2D2D2', value: 8},{id: 'id_1.4.3.17', name: 'Miscellaneous Vehicle and Mobile Equipment Mechanics, Installers, and Repairers', parent: 'id_1.4.3', color: '#D2D2D2', value: 16},{id: 'id_1.4.3.18', name: 'Control and Valve Installers and Repairers', parent: 'id_1.4.3', color: '#D2D2D2', value: 14},{id: 'id_1.4.3.19', name: 'Heating, Air Conditioning, and Refrigeration Mechanics and Installers', parent: 'id_1.4.3', color: '#D2D2D2', value: 31},{id: 'id_1.4.3.20', name: 'Home Appliance Repairers', parent: 'id_1.4.3', color: '#D2D2D2', value: 11},{id: 'id_1.4.3.21', name: 'Maintenance Workers, Machinery', parent: 'id_1.4.3', color: '#D2D2D2', value: 15},{id: 'id_1.4.3.22', name: 'Millwrights', parent: 'id_1.4.3', color: '#D2D2D2', value: 7},{id: 'id_1.4.3.23', name: 'Industrial and Refractory Machinery Mechanic', parent: 'id_1.4.3', color: '#D2D2D2', value: 115},{id: 'id_1.4.3.24', name: 'Electrical Power-Line Installers and Repairers', parent: 'id_1.4.3', color: '#D2D2D2', value: 13},{id: 'id_1.4.3.25', name: 'Telecommunications Line Installers and Repairers', parent: 'id_1.4.3', color: '#D2D2D2', value: 58},{id: 'id_1.4.3.26', name: 'Precision Instrument and Equipment Repairers', parent: 'id_1.4.3', color: '#D2D2D2', value: 68},{id: 'id_1.4.3.27', name: 'Maintenance and Repair Workers, General', parent: 'id_1.4.3', color: '#D2D2D2', value: 191},{id: 'id_1.4.3.28', name: 'Coin, Vending, and Amusement Machine Servicers and Repairers', parent: 'id_1.4.3', color: '#D2D2D2', value: 73},{id: 'id_1.4.3.29', name: 'Locksmiths and Safe Repairers', parent: 'id_1.4.3', color: '#D2D2D2', value: 13},{id: 'id_1.4.3.30', name: 'Riggers', parent: 'id_1.4.3', color: '#D2D2D2', value: 6},{id: 'id_1.4.3.31', name: 'Helpers--Installation, Maintenance, and Repair Workers', parent: 'id_1.4.3', color: '#D2D2D2', value: 16},{id: 'id_1.4.3.32', name: 'Miscellaneous Installation, Maintenance, and Repair Workers, Including, Wind Turbine Service Technicians', parent: 'id_1.4.3', color: '#D2D2D2', value: 152},{id: 'id_1.5', name: 'PRODUCTION, TRANSPORTATION AND MATERIAL MOVING OCCUPATIONS', parent: 'id_1'},{id: 'id_1.5.1', name: 'Production Occupations', parent: 'id_1.5'},{id: 'id_1.5.1.1', name: 'First-Line Supervisors of Production and Operating Workers', parent: 'id_1.5.1', color: '#D2D2D2', value: 1815},{id: 'id_1.5.1.2', name: 'Aircraft Structure, Surfaces, Rigging, and Systems Assemblers', parent: 'id_1.5.1', color: '#D2D2D2', value: 16},{id: 'id_1.5.1.3', name: 'Electrical, Electronics, and Electromechanical Assemblers', parent: 'id_1.5.1', color: '#D2D2D2', value: 652},{id: 'id_1.5.1.4', name: 'Engine and Other Machine Assemblers', parent: 'id_1.5.1', color: '#D2D2D2', value: 22},{id: 'id_1.5.1.5', name: 'Structural Metal Fabricators and Fitters', parent: 'id_1.5.1', color: '#D2D2D2', value: 11},{id: 'id_1.5.1.6', name: 'Miscellaneous Assemblers and Fabricators', parent: 'id_1.5.1', color: '#D2D2D2', value: 3956},{id: 'id_1.5.1.7', name: 'Bakers', parent: 'id_1.5.1', color: '#D2D2D2', value: 1248},{id: 'id_1.5.1.8', name: 'Butchers and Other Meat, Poultry, and Fish Processing Workers', parent: 'id_1.5.1', color: '#D2D2D2', value: 522},{id: 'id_1.5.1.9', name: 'Food and Tobacco Roasting, Baking, and Drying Machine Operators and Tenders', parent: 'id_1.5.1', color: '#D2D2D2', value: 31},{id: 'id_1.5.1.10', name: 'Food Batchmakers', parent: 'id_1.5.1', color: '#D2D2D2', value: 565},{id: 'id_1.5.1.11', name: 'Food Cooking Machine Operators and Tenders', parent: 'id_1.5.1', color: '#D2D2D2', value: 48},{id: 'id_1.5.1.12', name: 'Food Processing Workers, All Other', parent: 'id_1.5.1', color: '#D2D2D2', value: 438},{id: 'id_1.5.1.13', name: 'Computer Control Programmers and Operators', parent: 'id_1.5.1', color: '#D2D2D2', value: 88},{id: 'id_1.5.1.14', name: 'Extruding and Drawing Machine Setters, Operators, and Tenders, Metal and Plastic', parent: 'id_1.5.1', color: '#D2D2D2', value: 18},{id: 'id_1.5.1.15', name: 'Forging Machine Setters, Operators, and Tenders, Metal and Plastic', parent: 'id_1.5.1', color: '#D2D2D2', value: 2},{id: 'id_1.5.1.16', name: 'Rolling Machine Setters, Operators, and Tenders, metal and Plastic', parent: 'id_1.5.1', color: '#D2D2D2', value: 19},{id: 'id_1.5.1.17', name: 'Machine Tool Cutting setters, Operators, and Tenders, Metal and Plastic', parent: 'id_1.5.1', color: '#D2D2D2', value: 249},{id: 'id_1.5.1.18', name: 'Machinists', parent: 'id_1.5.1', color: '#D2D2D2', value: 145},{id: 'id_1.5.1.19', name: 'Metal Furnace Operators, Tenders, Pourers, and Casters', parent: 'id_1.5.1', color: '#D2D2D2', value: 24},{id: 'id_1.5.1.20', name: 'Model Makers, Patternmakers, and Molding Machine Setters, Metal and Plastic', parent: 'id_1.5.1', color: '#D2D2D2', value: 83},{id: 'id_1.5.1.21', name: 'Tool and Die Makers', parent: 'id_1.5.1', color: '#D2D2D2', value: 13},{id: 'id_1.5.1.22', name: 'Welding, Soldering, and Brazing Workers', parent: 'id_1.5.1', color: '#D2D2D2', value: 321},{id: 'id_1.5.1.23', name: 'Miscellaneous Metal Workers and Plastic Workers, Including Multiple Machine Tool Setters', parent: 'id_1.5.1', color: '#D2D2D2', value: 899},{id: 'id_1.5.1.24', name: 'Prepress Technicians and Workers', parent: 'id_1.5.1', color: '#D2D2D2', value: 109},{id: 'id_1.5.1.25', name: 'Printing Machine Operators', parent: 'id_1.5.1', color: '#D2D2D2', value: 388},{id: 'id_1.5.1.26', name: 'Print Binding and Finishing Workers', parent: 'id_1.5.1', color: '#D2D2D2', value: 92},{id: 'id_1.5.1.27', name: 'Laundry and Dry-Cleaning Workers', parent: 'id_1.5.1', color: '#D2D2D2', value: 1145},{id: 'id_1.5.1.28', name: 'Pressers, Textile, Garment, and Related Materials', parent: 'id_1.5.1', color: '#D2D2D2', value: 257},{id: 'id_1.5.1.29', name: 'Sewing Machine Operators', parent: 'id_1.5.1', color: '#D2D2D2', value: 1396},{id: 'id_1.5.1.30', name: 'Shoe and Leather Workers', parent: 'id_1.5.1', color: '#D2D2D2', value: 44},{id: 'id_1.5.1.31', name: 'Tailors, Dressmakers, and Sewers', parent: 'id_1.5.1', color: '#D2D2D2', value: 430},{id: 'id_1.5.1.32', name: 'Textile Knitting and Weaving Machine Setters, Operators, and Tenders', parent: 'id_1.5.1', color: '#D2D2D2', value: 41},{id: 'id_1.5.1.33', name: 'Textile Winding, Twisting, and Drawing Out Machine Setters, Operators, and Tenders', parent: 'id_1.5.1', color: '#D2D2D2', value: 72},{id: 'id_1.5.1.34', name: 'Textile bleaching and dyeing, and cutting machine setters, operators, and tenders', parent: 'id_1.5.1', color: '#D2D2D2', value: 37},{id: 'id_1.5.1.35', name: 'Upholsterers', parent: 'id_1.5.1', color: '#D2D2D2', value: 42},{id: 'id_1.5.1.36', name: 'Miscellaneous textile, apparel, and furnishings workers except upholsterers', parent: 'id_1.5.1', color: '#D2D2D2', value: 73},{id: 'id_1.5.1.37', name: 'Cabinetmakers and Bench Carpenters', parent: 'id_1.5.1', color: '#D2D2D2', value: 27},{id: 'id_1.5.1.38', name: 'Furniture Finishers', parent: 'id_1.5.1', color: '#D2D2D2', value: 29},{id: 'id_1.5.1.39', name: 'Sawing Machine Setters, Operators, and Tenders, Wood', parent: 'id_1.5.1', color: '#D2D2D2', value: 23},{id: 'id_1.5.1.40', name: 'Woodworking Machine Setters, Operators, and Tenders, Except Sawing', parent: 'id_1.5.1', color: '#D2D2D2', value: 38},{id: 'id_1.5.1.41', name: 'Miscellaneous woodworkers including model makers and patternmakers', parent: 'id_1.5.1', color: '#D2D2D2', value: 21},{id: 'id_1.5.1.42', name: 'Power Plant Operators, Distributors, and Dispatchers', parent: 'id_1.5.1', color: '#D2D2D2', value: 38},{id: 'id_1.5.1.43', name: 'Stationary Engineers and Boiler Operators', parent: 'id_1.5.1', color: '#D2D2D2', value: 28},{id: 'id_1.5.1.44', name: 'Water and Wastewater Treatment Plant and System Operators', parent: 'id_1.5.1', color: '#D2D2D2', value: 49},{id: 'id_1.5.1.45', name: 'Miscellaneous Plant and System Operators', parent: 'id_1.5.1', color: '#D2D2D2', value: 29},{id: 'id_1.5.1.46', name: 'Chemical Processing Machine Setters, Operators, and Tenders', parent: 'id_1.5.1', color: '#D2D2D2', value: 67},{id: 'id_1.5.1.47', name: 'Crushing, Grinding, Polishing, Mixing, and Blending Workers', parent: 'id_1.5.1', color: '#D2D2D2', value: 94},{id: 'id_1.5.1.48', name: 'Cutting Workers', parent: 'id_1.5.1', color: '#D2D2D2', value: 188},{id: 'id_1.5.1.49', name: 'Extruding, Forming, Pressing, and Compacting Machine Setters, Operators, and Tenders', parent: 'id_1.5.1', color: '#D2D2D2', value: 58},{id: 'id_1.5.1.50', name: 'Furnace, Kiln, Oven, Drier, and Kettle Operators and Tenders', parent: 'id_1.5.1', color: '#D2D2D2', value: 20},{id: 'id_1.5.1.51', name: 'Inspectors, Testers, Sorters, Samplers, and Weighers', parent: 'id_1.5.1', color: '#D2D2D2', value: 3119},{id: 'id_1.5.1.52', name: 'Jewelers and Precious Stone and Metal Workers', parent: 'id_1.5.1', color: '#D2D2D2', value: 104},{id: 'id_1.5.1.53', name: 'Medical, Dental, and Ophthalmic Laboratory Technicians', parent: 'id_1.5.1', color: '#D2D2D2', value: 463},{id: 'id_1.5.1.54', name: 'Packaging and Filling Machine Operators and Tenders', parent: 'id_1.5.1', color: '#D2D2D2', value: 1439},{id: 'id_1.5.1.55', name: 'Painting Workers', parent: 'id_1.5.1', color: '#D2D2D2', value: 160},{id: 'id_1.5.1.56', name: 'Photographic Process Workers and Processing Machine Operators', parent: 'id_1.5.1', color: '#D2D2D2', value: 154},{id: 'id_1.5.1.57', name: 'Adhesive Bonding Machine Operators and Tenders', parent: 'id_1.5.1', color: '#D2D2D2', value: 31},{id: 'id_1.5.1.58', name: 'Etchers and Engravers', parent: 'id_1.5.1', color: '#D2D2D2', value: 34},{id: 'id_1.5.1.59', name: 'Molders, Shapers, and Casters, Except Metal and Plastic', parent: 'id_1.5.1', color: '#D2D2D2', value: 38},{id: 'id_1.5.1.60', name: 'Paper Goods Machine Setters, Operators, and Tenders', parent: 'id_1.5.1', color: '#D2D2D2', value: 57},{id: 'id_1.5.1.61', name: 'Tire Builders', parent: 'id_1.5.1', color: '#D2D2D2', value: 18},{id: 'id_1.5.1.62', name: 'Helpers--Production Workers', parent: 'id_1.5.1', color: '#D2D2D2', value: 121},{id: 'id_1.5.1.63', name: 'Micellaneous Production Workers, Including Semiconductor Processors', parent: 'id_1.5.1', color: '#D2D2D2', value: 3817},{id: 'id_1.5.2', name: 'Transportation and Material Moving Occupations', parent: 'id_1.5'},{id: 'id_1.5.2.1', name: 'Supervisors ofTransportation and Material Moving Workers', parent: 'id_1.5.2', color: '#D2D2D2', value: 483},{id: 'id_1.5.2.2', name: 'Aircraft Pilots and Flight Engineers', parent: 'id_1.5.2', color: '#D2D2D2', value: 82},{id: 'id_1.5.2.3', name: 'Air Traffic Controllers and Airfield Operations Specialists', parent: 'id_1.5.2', color: '#D2D2D2', value: 90},{id: 'id_1.5.2.4', name: 'Flight Attendants', parent: 'id_1.5.2', color: '#D2D2D2', value: 783},{id: 'id_1.5.2.5', name: 'Ambulance Drivers and Attendants, Except Emergency Medical Technicians', parent: 'id_1.5.2', color: '#D2D2D2', value: 39},{id: 'id_1.5.2.6', name: 'Bus Drivers', parent: 'id_1.5.2', color: '#D2D2D2', value: 2920},{id: 'id_1.5.2.7', name: 'Driver/Sales Workers and Truck Drivers', parent: 'id_1.5.2', color: '#D2D2D2', value: 2003},{id: 'id_1.5.2.8', name: 'Taxi Drivers and Chauffeurs', parent: 'id_1.5.2', color: '#D2D2D2', value: 508},{id: 'id_1.5.2.9', name: 'Motor Vehicle Operators, All Other', parent: 'id_1.5.2', color: '#D2D2D2', value: 74},{id: 'id_1.5.2.10', name: 'Locomotive Engineers and Operators', parent: 'id_1.5.2', color: '#D2D2D2', value: 9},{id: 'id_1.5.2.11', name: 'Railroad Conductors and Yardmasters', parent: 'id_1.5.2', color: '#D2D2D2', value: 33},{id: 'id_1.5.2.12', name: 'Subway, Streetcar, and Other Rail Transportation Workers', parent: 'id_1.5.2', color: '#D2D2D2', value: 20},{id: 'id_1.5.2.13', name: 'Ship and Boat Captains and Operators', parent: 'id_1.5.2', color: '#D2D2D2', value: 46},{id: 'id_1.5.2.14', name: 'Sailors and marine oilers, and ship engineers', parent: 'id_1.5.2', color: '#D2D2D2', value: 30},{id: 'id_1.5.2.15', name: 'Parking Lot Attendants', parent: 'id_1.5.2', color: '#D2D2D2', value: 142},{id: 'id_1.5.2.16', name: 'Automotive and Watercraft Service Attendants', parent: 'id_1.5.2', color: '#D2D2D2', value: 148},{id: 'id_1.5.2.17', name: 'Transportation Inspectors', parent: 'id_1.5.2', color: '#D2D2D2', value: 69},{id: 'id_1.5.2.18', name: 'Transportation Attendants, Except Flight Attendants', parent: 'id_1.5.2', color: '#D2D2D2', value: 204},{id: 'id_1.5.2.19', name: 'Miscellaneous transportation workers including bridge and lock tenders and traffic technicians', parent: 'id_1.5.2', color: '#D2D2D2', value: 32},{id: 'id_1.5.2.20', name: 'Crane and Tower Operators', parent: 'id_1.5.2', color: '#D2D2D2', value: 16},{id: 'id_1.5.2.21', name: 'Dredge, Excavating, and Loading Machine Operators', parent: 'id_1.5.2', color: '#D2D2D2', value: 6},{id: 'id_1.5.2.22', name: 'Industrial Truck and Tractor Operators', parent: 'id_1.5.2', color: '#D2D2D2', value: 372},{id: 'id_1.5.2.23', name: 'Cleaners of Vehicles and Equipment', parent: 'id_1.5.2', color: '#D2D2D2', value: 563},{id: 'id_1.5.2.24', name: 'Laborers and Freight, Stock, and Material Movers, Hand', parent: 'id_1.5.2', color: '#D2D2D2', value: 4588},{id: 'id_1.5.2.25', name: 'Machine Feeders and Offbearers', parent: 'id_1.5.2', color: '#D2D2D2', value: 132},{id: 'id_1.5.2.26', name: 'Packers and Packagers, Hand', parent: 'id_1.5.2', color: '#D2D2D2', value: 2774},{id: 'id_1.5.2.27', name: 'Pumping Station Operators', parent: 'id_1.5.2', color: '#D2D2D2', value: 10},{id: 'id_1.5.2.28', name: 'Refuse and Recyclable Material Collectors', parent: 'id_1.5.2', color: '#D2D2D2', value: 117},{id: 'id_1.5.2.29', name: 'Conveyor operators and tenders, and hoist and winch operators', parent: 'id_1.5.2', color: '#D2D2D2', value: 21},{id: 'id_1.5.2.30', name: 'Miscellaneous material moving workers including shuttle car operators, and tank car, truck, and ship loaders', parent: 'id_1.5.2', color: '#D2D2D2', value: 80},{id: 'id_1.6', name: 'MILITARY', parent: 'id_1'},{id: 'id_1.6.1', name: 'Military Specific Occupations', parent: 'id_1.6'},{id: 'id_1.6.1.1', name: 'Military Officer Special and Tactical Operations Leaders', parent: 'id_1.6.1', color: '#D2D2D2', value: 37},{id: 'id_1.6.1.2', name: 'First-Line Enlisted Military Supervisors', parent: 'id_1.6.1', color: '#D2D2D2', value: 125},{id: 'id_1.6.1.3', name: 'Military Enlisted Tactical Operations and Air/Weapons Specialists and Crew Members', parent: 'id_1.6.1', color: '#D2D2D2', value: 225},{id: 'id_1.6.1.4', name: 'Military, Rank Not Specified', parent: 'id_1.6.1', color: '#D2D2D2', value: 396},{id: 'id_2', name: 'Men'},{id: 'id_2.1', name: 'MANAGEMENT, PROFESSIONAL AND RELATED OCCUPATIONS', parent: 'id_2'},{id: 'id_2.1.1', name: 'Management Occupations', parent: 'id_2.1'},{id: 'id_2.1.1.1', name: 'General and Operations Managers', parent: 'id_2.1.1', color: '#D2D2D2', value: 6293},{id: 'id_2.1.1.2', name: 'Chief Executives and Legislators', parent: 'id_2.1.1', color: '#D2D2D2', value: 9553},{id: 'id_2.1.1.3', name: 'Advertising and Promotions Managers', parent: 'id_2.1.1', color: '#D2D2D2', value: 198},{id: 'id_2.1.1.4', name: 'Marketing and Sales Managers', parent: 'id_2.1.1', color: '#D2D2D2', value: 4986},{id: 'id_2.1.1.5', name: 'Public Relations and Fundraising Managers', parent: 'id_2.1.1', color: '#D2D2D2', value: 220},{id: 'id_2.1.1.6', name: 'Administrative Services Managers', parent: 'id_2.1.1', color: '#D2D2D2', value: 937},{id: 'id_2.1.1.7', name: 'Computer and Information Systems Managers', parent: 'id_2.1.1', color: '#48A842', value: 4335},{id: 'id_2.1.1.8', name: 'Financial Managers', parent: 'id_2.1.1', color: '#D2D2D2', value: 5446},{id: 'id_2.1.1.9', name: 'Industrial Production Managers', parent: 'id_2.1.1', color: '#D2D2D2', value: 2021},{id: 'id_2.1.1.10', name: 'Purchasing Managers', parent: 'id_2.1.1', color: '#D2D2D2', value: 1106},{id: 'id_2.1.1.11', name: 'Transportation, Storage, and Distribution Managers', parent: 'id_2.1.1', color: '#D2D2D2', value: 1811},{id: 'id_2.1.1.12', name: 'Compensation and Benefits Managers', parent: 'id_2.1.1', color: '#D2D2D2', value: 44},{id: 'id_2.1.1.13', name: 'Human Resources Managers', parent: 'id_2.1.1', color: '#D2D2D2', value: 1746},{id: 'id_2.1.1.14', name: 'Training and Development Managers', parent: 'id_2.1.1', color: '#D2D2D2', value: 368},{id: 'id_2.1.1.15', name: 'Farmers, Ranchers, and Other Agricultural Managers', parent: 'id_2.1.1', color: '#D2D2D2', value: 3374},{id: 'id_2.1.1.16', name: 'Constructions Managers', parent: 'id_2.1.1', color: '#D2D2D2', value: 4732},{id: 'id_2.1.1.17', name: 'Education Administrators', parent: 'id_2.1.1', color: '#D2D2D2', value: 3556},{id: 'id_2.1.1.18', name: 'Architectural and Engineering Managers', parent: 'id_2.1.1', color: '#48A842', value: 1495},{id: 'id_2.1.1.19', name: 'Food Service Managers', parent: 'id_2.1.1', color: '#D2D2D2', value: 4094},{id: 'id_2.1.1.20', name: 'Gaming Managers', parent: 'id_2.1.1', color: '#D2D2D2', value: 101},{id: 'id_2.1.1.21', name: 'Lodging Managers', parent: 'id_2.1.1', color: '#D2D2D2', value: 689},{id: 'id_2.1.1.22', name: 'Medical and Health Services Managers', parent: 'id_2.1.1', color: '#AA40DB', value: 1976},{id: 'id_2.1.1.23', name: 'Natural Science Managers', parent: 'id_2.1.1', color: '#48A842', value: 98},{id: 'id_2.1.1.24', name: 'Property, Real Estate, and Community Association Managers', parent: 'id_2.1.1', color: '#D2D2D2', value: 2576},{id: 'id_2.1.1.25', name: 'Social and Community Service Managers', parent: 'id_2.1.1', color: '#D2D2D2', value: 1149},{id: 'id_2.1.1.26', name: 'Emergency Management Directors', parent: 'id_2.1.1', color: '#D2D2D2', value: 73},{id: 'id_2.1.1.27', name: 'Miscellaneous Managers, Including Funeral Service Managers and Postmasters and Mail Superintendents', parent: 'id_2.1.1', color: '#D2D2D2', value: 26540},{id: 'id_2.1.2', name: 'Business Operations Specialists', parent: 'id_2.1'},{id: 'id_2.1.2.1', name: 'Agents and Business Managers of Artists, Performers, and Athletes', parent: 'id_2.1.2', color: '#D2D2D2', value: 188},{id: 'id_2.1.2.2', name: 'Buyers and Purchasing Agents, Farm Products', parent: 'id_2.1.2', color: '#D2D2D2', value: 85},{id: 'id_2.1.2.3', name: 'Wholesale and Retail Buyers, Except Farm Products', parent: 'id_2.1.2', color: '#D2D2D2', value: 876},{id: 'id_2.1.2.4', name: 'Purchasing Agents, Except Wholesale, Retail, and Farm Products', parent: 'id_2.1.2', color: '#D2D2D2', value: 1348},{id: 'id_2.1.2.5', name: 'Claims Adjusters, Appraisers, Examiners, and Investigators', parent: 'id_2.1.2', color: '#D2D2D2', value: 1197},{id: 'id_2.1.2.6', name: 'Compliance Officers', parent: 'id_2.1.2', color: '#D2D2D2', value: 1138},{id: 'id_2.1.2.7', name: 'Cost Estimators', parent: 'id_2.1.2', color: '#D2D2D2', value: 1190},{id: 'id_2.1.2.8', name: 'Human Resources Workers', parent: 'id_2.1.2', color: '#D2D2D2', value: 2048},{id: 'id_2.1.2.9', name: 'Logisticians', parent: 'id_2.1.2', color: '#D2D2D2', value: 934},{id: 'id_2.1.2.10', name: 'Management Analysts', parent: 'id_2.1.2', color: '#D2D2D2', value: 4505},{id: 'id_2.1.2.11', name: 'Meeting, Convention, and Event Planners', parent: 'id_2.1.2', color: '#D2D2D2', value: 304},{id: 'id_2.1.2.12', name: 'Fundraisers', parent: 'id_2.1.2', color: '#D2D2D2', value: 303},{id: 'id_2.1.2.13', name: 'Compensation, Benefits, and Job Analysis Specialists', parent: 'id_2.1.2', color: '#D2D2D2', value: 107},{id: 'id_2.1.2.14', name: 'Training and Development Specialists', parent: 'id_2.1.2', color: '#D2D2D2', value: 733},{id: 'id_2.1.2.15', name: 'Market Research Analysts and Marketing Specialists', parent: 'id_2.1.2', color: '#D2D2D2', value: 1217},{id: 'id_2.1.2.16', name: 'Business Operations Specialists, All Other', parent: 'id_2.1.2', color: '#D2D2D2', value: 1437},{id: 'id_2.1.3', name: 'Financial Specialists', parent: 'id_2.1'},{id: 'id_2.1.3.1', name: 'Accountants and Auditors', parent: 'id_2.1.3', color: '#D2D2D2', value: 7258},{id: 'id_2.1.3.2', name: 'Appraisers and Assessors of Real Estate', parent: 'id_2.1.3', color: '#D2D2D2', value: 483},{id: 'id_2.1.3.3', name: 'Budget Analysts', parent: 'id_2.1.3', color: '#D2D2D2', value: 185},{id: 'id_2.1.3.4', name: 'Credit Analysts', parent: 'id_2.1.3', color: '#D2D2D2', value: 121},{id: 'id_2.1.3.5', name: 'Financial Analysts', parent: 'id_2.1.3', color: '#D2D2D2', value: 1300},{id: 'id_2.1.3.6', name: 'Personal Financial Advisors', parent: 'id_2.1.3', color: '#D2D2D2', value: 2325},{id: 'id_2.1.3.7', name: 'Insurance Underwriters', parent: 'id_2.1.3', color: '#D2D2D2', value: 374},{id: 'id_2.1.3.8', name: 'Financial Examiners', parent: 'id_2.1.3', color: '#D2D2D2', value: 76},{id: 'id_2.1.3.9', name: 'Credit Counselors and Loan Officers', parent: 'id_2.1.3', color: '#D2D2D2', value: 1259},{id: 'id_2.1.3.10', name: 'Tax Examiners and Collectors, and Revenue Agents', parent: 'id_2.1.3', color: '#D2D2D2', value: 227},{id: 'id_2.1.3.11', name: 'Tax Preparers', parent: 'id_2.1.3', color: '#D2D2D2', value: 431},{id: 'id_2.1.3.12', name: 'Financial Specialists, All Other', parent: 'id_2.1.3', color: '#D2D2D2', value: 230},{id: 'id_2.1.4', name: 'Computer and Mathematical Occupations', parent: 'id_2.1'},{id: 'id_2.1.4.1', name: 'Computer Scientists and Systems Analysts', parent: 'id_2.1.4', color: '#48A842', value: 139},{id: 'id_2.1.4.2', name: 'Computer and Information Research Scientists', parent: 'id_2.1.4', color: '#48A842', value: 2917},{id: 'id_2.1.4.3', name: 'Information Security Analysts', parent: 'id_2.1.4', color: '#48A842', value: 529},{id: 'id_2.1.4.4', name: 'Computer Programmers', parent: 'id_2.1.4', color: '#48A842', value: 3377},{id: 'id_2.1.4.5', name: 'Web Developers', parent: 'id_2.1.4', color: '#48A842', value: 1092},{id: 'id_2.1.4.6', name: 'Software Developers, Applications and Systems Software', parent: 'id_2.1.4', color: '#48A842', value: 9300},{id: 'id_2.1.4.7', name: 'Database Administrators', parent: 'id_2.1.4', color: '#48A842', value: 747},{id: 'id_2.1.4.8', name: 'Network and Computer Systems Administrators', parent: 'id_2.1.4', color: '#48A842', value: 1712},{id: 'id_2.1.4.9', name: 'Computer Network Architects', parent: 'id_2.1.4', color: '#48A842', value: 944},{id: 'id_2.1.4.10', name: 'Computer Support Specialists', parent: 'id_2.1.4', color: '#48A842', value: 4778},{id: 'id_2.1.4.11', name: 'Computer Occupations, All Other', parent: 'id_2.1.4', color: '#48A842', value: 4348},{id: 'id_2.1.4.12', name: 'Actuaries', parent: 'id_2.1.4', color: '#48A842', value: 170},{id: 'id_2.1.4.13', name: 'Operations Research Analysts', parent: 'id_2.1.4', color: '#48A842', value: 761},{id: 'id_2.1.4.14', name: 'Miscellaneous mathematical science occupations, including mathematicians and statisticians', parent: 'id_2.1.4', color: '#48A842', value: 285},{id: 'id_2.1.5', name: 'Architecture and Engineering Occupations', parent: 'id_2.1'},{id: 'id_2.1.5.1', name: 'Architects, Except Naval', parent: 'id_2.1.5', color: '#AA40DB', value: 1268},{id: 'id_2.1.5.2', name: 'Surveyors, Cartographers, and Photogrammetrists', parent: 'id_2.1.5', color: '#48A842', value: 279},{id: 'id_2.1.5.3', name: 'Aerospace Engineers', parent: 'id_2.1.5', color: '#48A842', value: 1114},{id: 'id_2.1.5.4', name: 'Chemical Engineers', parent: 'id_2.1.5', color: '#48A842', value: 552},{id: 'id_2.1.5.5', name: 'Civil Engineers', parent: 'id_2.1.5', color: '#48A842', value: 2862},{id: 'id_2.1.5.6', name: 'Computer Hardware Engineers', parent: 'id_2.1.5', color: '#48A842', value: 440},{id: 'id_2.1.5.7', name: 'Electrical and Electronics Engineers', parent: 'id_2.1.5', color: '#48A842', value: 1934},{id: 'id_2.1.5.8', name: 'Environmental Engineers', parent: 'id_2.1.5', color: '#48A842', value: 240},{id: 'id_2.1.5.9', name: 'Biomedical and agricultural engineers', parent: 'id_2.1.5', color: '#48A842', value: 133},{id: 'id_2.1.5.10', name: 'Industrial Engineers, including Health and Safety', parent: 'id_2.1.5', color: '#48A842', value: 1679},{id: 'id_2.1.5.11', name: 'Marine Engineers and Naval Architects', parent: 'id_2.1.5', color: '#48A842', value: 119},{id: 'id_2.1.5.12', name: 'Materials Engineers', parent: 'id_2.1.5', color: '#48A842', value: 364},{id: 'id_2.1.5.13', name: 'Mechanical Engineers', parent: 'id_2.1.5', color: '#48A842', value: 2309},{id: 'id_2.1.5.14', name: 'Petroleum, mining and geological engineers, including mining safety engineers', parent: 'id_2.1.5', color: '#48A842', value: 369},{id: 'id_2.1.5.15', name: 'Miscellaneous engineeers including nuclear engineers', parent: 'id_2.1.5', color: '#48A842', value: 4903},{id: 'id_2.1.5.16', name: 'Drafters', parent: 'id_2.1.5', color: '#48A842', value: 1348},{id: 'id_2.1.5.17', name: 'Engineering Technicians, Except Drafters', parent: 'id_2.1.5', color: '#48A842', value: 3226},{id: 'id_2.1.5.18', name: 'Surveying and Mapping Technicians', parent: 'id_2.1.5', color: '#48A842', value: 603},{id: 'id_2.1.6', name: 'Life, Physical, and Social Science Occupations', parent: 'id_2.1'},{id: 'id_2.1.6.1', name: 'Agricultural and Food Scientists', parent: 'id_2.1.6', color: '#48A842', value: 177},{id: 'id_2.1.6.2', name: 'Biological Scientists', parent: 'id_2.1.6', color: '#48A842', value: 438},{id: 'id_2.1.6.3', name: 'Conservation Scientists and Foresters', parent: 'id_2.1.6', color: '#48A842', value: 184},{id: 'id_2.1.6.4', name: 'Medical Scientists, and Life Scientists, All Other', parent: 'id_2.1.6', color: '#48A842', value: 726},{id: 'id_2.1.6.5', name: 'Astronomers and Physicists', parent: 'id_2.1.6', color: '#48A842', value: 87},{id: 'id_2.1.6.6', name: 'Atmospheric and Space Scientists', parent: 'id_2.1.6', color: '#48A842', value: 86},{id: 'id_2.1.6.7', name: 'Chemists and Materials Scientists', parent: 'id_2.1.6', color: '#48A842', value: 509},{id: 'id_2.1.6.8', name: 'Environmental Scientists and Geoscientists', parent: 'id_2.1.6', color: '#48A842', value: 539},{id: 'id_2.1.6.9', name: 'Physical Scientists, All Other', parent: 'id_2.1.6', color: '#48A842', value: 1353},{id: 'id_2.1.6.10', name: 'Economists', parent: 'id_2.1.6', color: '#48A842', value: 164},{id: 'id_2.1.6.11', name: 'Psychologists', parent: 'id_2.1.6', color: '#48A842', value: 462},{id: 'id_2.1.6.12', name: 'Urban and Regional Planners', parent: 'id_2.1.6', color: '#48A842', value: 141},{id: 'id_2.1.6.13', name: 'Miscellaneous Social Scientists, Including Survey Researchers and Sociologists', parent: 'id_2.1.6', color: '#48A842', value: 208},{id: 'id_2.1.6.14', name: 'Agricultural and Food Science Technicians', parent: 'id_2.1.6', color: '#48A842', value: 243},{id: 'id_2.1.6.15', name: 'Biological Technicians', parent: 'id_2.1.6', color: '#48A842', value: 116},{id: 'id_2.1.6.16', name: 'Chemical Technicians', parent: 'id_2.1.6', color: '#48A842', value: 492},{id: 'id_2.1.6.17', name: 'Geological and Petroleum Technicians, and Nuclear Technicians', parent: 'id_2.1.6', color: '#48A842', value: 190},{id: 'id_2.1.6.18', name: 'Miscellaneous Life, Physical, and Social Science Technicians, Including Social Science Research Assistants', parent: 'id_2.1.6', color: '#48A842', value: 1332},{id: 'id_2.1.7', name: 'Community and Social Services Occupations', parent: 'id_2.1'},{id: 'id_2.1.7.1', name: 'Counselors', parent: 'id_2.1.7', color: '#D2D2D2', value: 2419},{id: 'id_2.1.7.2', name: 'Social Workers', parent: 'id_2.1.7', color: '#D2D2D2', value: 1523},{id: 'id_2.1.7.3', name: 'Probation Officers and Correctional Treatment Specialists', parent: 'id_2.1.7', color: '#D2D2D2', value: 396},{id: 'id_2.1.7.4', name: 'Social and Human Service Assistants', parent: 'id_2.1.7', color: '#D2D2D2', value: 394},{id: 'id_2.1.7.5', name: 'Miscellaneous Community and Social Service Specialists, Including Health Educators and Community Health Workers', parent: 'id_2.1.7', color: '#D2D2D2', value: 298},{id: 'id_2.1.7.6', name: 'Clergy', parent: 'id_2.1.7', color: '#D2D2D2', value: 4177},{id: 'id_2.1.7.7', name: 'Directors, Religious Activities and Education', parent: 'id_2.1.7', color: '#D2D2D2', value: 324},{id: 'id_2.1.7.8', name: 'Religious Workers, All Other', parent: 'id_2.1.7', color: '#D2D2D2', value: 333},{id: 'id_2.1.7.9', name: 'Judicial Law Clerks', parent: 'id_2.1.7', color: '#D2D2D2', value: 122},{id: 'id_2.1.7.10', name: 'Lawyers, and judges, magistrates, and other judicial workers', parent: 'id_2.1.7', color: '#D2D2D2', value: 6448},{id: 'id_2.1.7.11', name: 'Paralegals and Legal Assistants', parent: 'id_2.1.7', color: '#D2D2D2', value: 662},{id: 'id_2.1.7.12', name: 'Miscellaneous Legal Support Workers', parent: 'id_2.1.7', color: '#D2D2D2', value: 487},{id: 'id_2.1.8', name: 'Education, Training, and Library Occupations', parent: 'id_2.1'},{id: 'id_2.1.8.1', name: 'Postsecondary Teachers', parent: 'id_2.1.8', color: '#D2D2D2', value: 8889},{id: 'id_2.1.8.2', name: 'Preschool and Kindergarten Teachers', parent: 'id_2.1.8', color: '#D2D2D2', value: 156},{id: 'id_2.1.8.3', name: 'Elementary and Middle School Teachers', parent: 'id_2.1.8', color: '#D2D2D2', value: 8386},{id: 'id_2.1.8.4', name: 'Secondary School Teachers', parent: 'id_2.1.8', color: '#D2D2D2', value: 3567},{id: 'id_2.1.8.5', name: 'Special Education Teachers', parent: 'id_2.1.8', color: '#D2D2D2', value: 343},{id: 'id_2.1.8.6', name: 'Other Teachers and Instructors', parent: 'id_2.1.8', color: '#D2D2D2', value: 3678},{id: 'id_2.1.8.7', name: 'Archivists, Curators, and Museum Technicians', parent: 'id_2.1.8', color: '#D2D2D2', value: 191},{id: 'id_2.1.8.8', name: 'Librarians', parent: 'id_2.1.8', color: '#D2D2D2', value: 374},{id: 'id_2.1.8.9', name: 'Library Technicians', parent: 'id_2.1.8', color: '#D2D2D2', value: 145},{id: 'id_2.1.8.10', name: 'Teacher Assistants', parent: 'id_2.1.8', color: '#D2D2D2', value: 1364},{id: 'id_2.1.8.11', name: 'Other Education, Training, and Library Workers', parent: 'id_2.1.8', color: '#D2D2D2', value: 391},{id: 'id_2.1.9', name: 'Arts, Design, Entertainment, Sports, and Media Occupations', parent: 'id_2.1'},{id: 'id_2.1.9.1', name: 'Artists and Related Workers', parent: 'id_2.1.9', color: '#D2D2D2', value: 792},{id: 'id_2.1.9.2', name: 'Designers', parent: 'id_2.1.9', color: '#D2D2D2', value: 3550},{id: 'id_2.1.9.3', name: 'Actors', parent: 'id_2.1.9', color: '#D2D2D2', value: 261},{id: 'id_2.1.9.4', name: 'Producers and Directors', parent: 'id_2.1.9', color: '#D2D2D2', value: 914},{id: 'id_2.1.9.5', name: 'Athletes, Coaches, Umpires, and Related Workers', parent: 'id_2.1.9', color: '#D2D2D2', value: 2130},{id: 'id_2.1.9.6', name: 'Dancers and Choreographers', parent: 'id_2.1.9', color: '#D2D2D2', value: 40},{id: 'id_2.1.9.7', name: 'Musicians, Singers, and Related Workers', parent: 'id_2.1.9', color: '#D2D2D2', value: 974},{id: 'id_2.1.9.8', name: 'Entertainers and Performers, Sports and Related Workers, All Other', parent: 'id_2.1.9', color: '#D2D2D2', value: 175},{id: 'id_2.1.9.9', name: 'Announcers', parent: 'id_2.1.9', color: '#D2D2D2', value: 321},{id: 'id_2.1.9.10', name: 'News Analysts, Reporters and Correspondents', parent: 'id_2.1.9', color: '#D2D2D2', value: 416},{id: 'id_2.1.9.11', name: 'Public Relations Specialists', parent: 'id_2.1.9', color: '#D2D2D2', value: 457},{id: 'id_2.1.9.12', name: 'Editors', parent: 'id_2.1.9', color: '#D2D2D2', value: 819},{id: 'id_2.1.9.13', name: 'Technical Writers', parent: 'id_2.1.9', color: '#D2D2D2', value: 283},{id: 'id_2.1.9.14', name: 'Writers and Authors', parent: 'id_2.1.9', color: '#D2D2D2', value: 780},{id: 'id_2.1.9.15', name: 'Miscellaneous Media and Communication Workers', parent: 'id_2.1.9', color: '#D2D2D2', value: 287},{id: 'id_2.1.9.16', name: 'Photographers', parent: 'id_2.1.9', color: '#D2D2D2', value: 631},{id: 'id_2.1.9.17', name: 'Television, Video, and Motion Picture Camera Operators and Editors', parent: 'id_2.1.9', color: '#D2D2D2', value: 431},{id: 'id_2.1.9.18', name: 'Broadcast and Sound Engineering Technicians and Radio Operators, and media and communication equipment workers, all other', parent: 'id_2.1.9', color: '#D2D2D2', value: 953},{id: 'id_2.1.10', name: 'Healthcare Practitioners and Technical Occupations', parent: 'id_2.1'},{id: 'id_2.1.10.1', name: 'Chiropractors', parent: 'id_2.1.10', color: '#AA40DB', value: 309},{id: 'id_2.1.10.2', name: 'Dentists', parent: 'id_2.1.10', color: '#AA40DB', value: 1002},{id: 'id_2.1.10.3', name: 'Dieticians and Nutritionists', parent: 'id_2.1.10', color: '#AA40DB', value: 85},{id: 'id_2.1.10.4', name: 'Optometrists', parent: 'id_2.1.10', color: '#AA40DB', value: 184},{id: 'id_2.1.10.5', name: 'Pharmacists', parent: 'id_2.1.10', color: '#AA40DB', value: 1386},{id: 'id_2.1.10.6', name: 'Physicians and Surgeons', parent: 'id_2.1.10', color: '#AA40DB', value: 5955},{id: 'id_2.1.10.7', name: 'Physician Assistants', parent: 'id_2.1.10', color: '#AA40DB', value: 312},{id: 'id_2.1.10.8', name: 'Podiatrists', parent: 'id_2.1.10', color: '#AA40DB', value: 51},{id: 'id_2.1.10.9', name: 'Occupational Therapists', parent: 'id_2.1.10', color: '#AA40DB', value: 116},{id: 'id_2.1.10.10', name: 'Physical Therapists', parent: 'id_2.1.10', color: '#AA40DB', value: 672},{id: 'id_2.1.10.11', name: 'Radiation Therapists', parent: 'id_2.1.10', color: '#AA40DB', value: 48},{id: 'id_2.1.10.12', name: 'Recreational Therapists', parent: 'id_2.1.10', color: '#AA40DB', value: 25},{id: 'id_2.1.10.13', name: 'Respiratory Therapists', parent: 'id_2.1.10', color: '#AA40DB', value: 381},{id: 'id_2.1.10.14', name: 'SpeechLanguage Pathologists', parent: 'id_2.1.10', color: '#AA40DB', value: 65},{id: 'id_2.1.10.15', name: 'Other Therapists, Including Exercise Physiologists', parent: 'id_2.1.10', color: '#AA40DB', value: 278},{id: 'id_2.1.10.16', name: 'Veterinarians', parent: 'id_2.1.10', color: '#AA40DB', value: 325},{id: 'id_2.1.10.17', name: 'Registered Nurses', parent: 'id_2.1.10', color: '#AA40DB', value: 3153},{id: 'id_2.1.10.18', name: 'Nurse Anesthetists', parent: 'id_2.1.10', color: '#AA40DB', value: 139},{id: 'id_2.1.10.19', name: 'Audiologists', parent: 'id_2.1.10', color: '#AA40DB', value: 35},{id: 'id_2.1.10.20', name: 'Health Diagnosing and Treating Practitioners, All Other', parent: 'id_2.1.10', color: '#AA40DB', value: 49},{id: 'id_2.1.10.21', name: 'Nurse Practitioners and Nurse Midwives', parent: 'id_2.1.10', color: '#AA40DB', value: 134},{id: 'id_2.1.10.22', name: 'Clinical Laboratory Technologists and Technicians', parent: 'id_2.1.10', color: '#AA40DB', value: 825},{id: 'id_2.1.10.23', name: 'Dental Hygienists', parent: 'id_2.1.10', color: '#AA40DB', value: 66},{id: 'id_2.1.10.24', name: 'Diagnostic Related Technologists and Technicians', parent: 'id_2.1.10', color: '#AA40DB', value: 996},{id: 'id_2.1.10.25', name: 'Emergency Medical Technicians and Paramedics', parent: 'id_2.1.10', color: '#AA40DB', value: 1456},{id: 'id_2.1.10.26', name: 'Health Practitioner Support Technologists and Technicians', parent: 'id_2.1.10', color: '#AA40DB', value: 1183},{id: 'id_2.1.10.27', name: 'Licensed Practical and Licensed Vocational Nurses', parent: 'id_2.1.10', color: '#AA40DB', value: 942},{id: 'id_2.1.10.28', name: 'Medical Records and Health Information Technicians', parent: 'id_2.1.10', color: '#AA40DB', value: 186},{id: 'id_2.1.10.29', name: 'Opticians, Dispensing', parent: 'id_2.1.10', color: '#AA40DB', value: 180},{id: 'id_2.1.10.30', name: 'Miscellaneous Health Technologists and Technicians', parent: 'id_2.1.10', color: '#AA40DB', value: 402},{id: 'id_2.1.10.31', name: 'Other Healthcare Practitioners and Technical Occupations', parent: 'id_2.1.10', color: '#AA40DB', value: 713},{id: 'id_2.2', name: 'SERVICE OCCUPATIONS', parent: 'id_2'},{id: 'id_2.2.1', name: 'Healthcare Support Occupations', parent: 'id_2.2'},{id: 'id_2.2.1.1', name: 'Nursing, Psychiatric, and Home Health Aides', parent: 'id_2.2.1', color: '#D2D2D2', value: 2331},{id: 'id_2.2.1.2', name: 'Occupational Therapy Assistants and Aides', parent: 'id_2.2.1', color: '#D2D2D2', value: 22},{id: 'id_2.2.1.3', name: 'Physical Therapist Assistants and Aides', parent: 'id_2.2.1', color: '#D2D2D2', value: 284},{id: 'id_2.2.1.4', name: 'Massage Therapists', parent: 'id_2.2.1', color: '#D2D2D2', value: 244},{id: 'id_2.2.1.5', name: 'Dental Assistants', parent: 'id_2.2.1', color: '#D2D2D2', value: 147},{id: 'id_2.2.1.6', name: 'Medical Assistants', parent: 'id_2.2.1', color: '#D2D2D2', value: 423},{id: 'id_2.2.1.7', name: 'Medical Transcriptionists', parent: 'id_2.2.1', color: '#D2D2D2', value: 23},{id: 'id_2.2.1.8', name: 'Pharmacy Aides', parent: 'id_2.2.1', color: '#D2D2D2', value: 92},{id: 'id_2.2.1.9', name: 'Veterinary Assistants and Laboratory Animal Caretakers', parent: 'id_2.2.1', color: '#D2D2D2', value: 89},{id: 'id_2.2.1.10', name: 'Phlebotmists', parent: 'id_2.2.1', color: '#D2D2D2', value: 135},{id: 'id_2.2.1.11', name: 'Healthcare Support Workers, All Other, Including Medical Equipment Preparers', parent: 'id_2.2.1', color: '#D2D2D2', value: 452},{id: 'id_2.2.2', name: 'Protective Service Occupations', parent: 'id_2.2'},{id: 'id_2.2.2.1', name: 'First-Line Supervisors of Correctional Officers', parent: 'id_2.2.2', color: '#D2D2D2', value: 497},{id: 'id_2.2.2.2', name: 'First-Line Supervisors of Police and Detectives', parent: 'id_2.2.2', color: '#D2D2D2', value: 947},{id: 'id_2.2.2.3', name: 'First-Line Supervisors of Fire Fighting and Prevention Workers', parent: 'id_2.2.2', color: '#D2D2D2', value: 513},{id: 'id_2.2.2.4', name: 'First-Line Supervisors of Protective Service Workers, All Other', parent: 'id_2.2.2', color: '#D2D2D2', value: 585},{id: 'id_2.2.2.5', name: 'Firefighters', parent: 'id_2.2.2', color: '#D2D2D2', value: 2779},{id: 'id_2.2.2.6', name: 'Fire Inspectors', parent: 'id_2.2.2', color: '#D2D2D2', value: 190},{id: 'id_2.2.2.7', name: 'Bailiffs, Correctional Officers, and Jailers', parent: 'id_2.2.2', color: '#D2D2D2', value: 3142},{id: 'id_2.2.2.8', name: 'Detectives and Criminal Investigators', parent: 'id_2.2.2', color: '#D2D2D2', value: 906},{id: 'id_2.2.2.9', name: 'Police Officers', parent: 'id_2.2.2', color: '#D2D2D2', value: 6185},{id: 'id_2.2.2.10', name: 'Miscellaneous law enforcement workers', parent: 'id_2.2.2', color: '#D2D2D2', value: 108},{id: 'id_2.2.2.11', name: 'Animal Control Workers', parent: 'id_2.2.2', color: '#D2D2D2', value: 53},{id: 'id_2.2.2.12', name: 'Private Detectives and Investigators', parent: 'id_2.2.2', color: '#D2D2D2', value: 474},{id: 'id_2.2.2.13', name: 'Security Guards and Gaming Surveillance Officers', parent: 'id_2.2.2', color: '#D2D2D2', value: 7563},{id: 'id_2.2.2.14', name: 'Crossing Guards', parent: 'id_2.2.2', color: '#D2D2D2', value: 360},{id: 'id_2.2.2.15', name: 'Transportation Security Screeners', parent: 'id_2.2.2', color: '#D2D2D2', value: 189},{id: 'id_2.2.2.16', name: 'Lifeguards and Other Recreational, and All Other Protective Service Workers', parent: 'id_2.2.2', color: '#D2D2D2', value: 1741},{id: 'id_2.2.3', name: 'Food Preparation and Serving Occupations', parent: 'id_2.2'},{id: 'id_2.2.3.1', name: 'Chefs and Head Cooks', parent: 'id_2.2.3', color: '#D2D2D2', value: 2793},{id: 'id_2.2.3.2', name: 'First-Line Supervisors of Food Preparation and Serving Workers', parent: 'id_2.2.3', color: '#D2D2D2', value: 2041},{id: 'id_2.2.3.3', name: 'Cooks', parent: 'id_2.2.3', color: '#D2D2D2', value: 12984},{id: 'id_2.2.3.4', name: 'Food Preparation Workers', parent: 'id_2.2.3', color: '#D2D2D2', value: 4260},{id: 'id_2.2.3.5', name: 'Bartenders', parent: 'id_2.2.3', color: '#D2D2D2', value: 1645},{id: 'id_2.2.3.6', name: 'Combined Food Preparation and Serving Workers, Including Fast Food', parent: 'id_2.2.3', color: '#D2D2D2', value: 1418},{id: 'id_2.2.3.7', name: 'Counter Attendant, Cafeteria, Food Concession, and Coffee Shop', parent: 'id_2.2.3', color: '#D2D2D2', value: 792},{id: 'id_2.2.3.8', name: 'Waiters and Waitresses', parent: 'id_2.2.3', color: '#D2D2D2', value: 6271},{id: 'id_2.2.3.9', name: 'Food Servers, Nonrestaurant', parent: 'id_2.2.3', color: '#D2D2D2', value: 642},{id: 'id_2.2.3.10', name: 'Dishwashers', parent: 'id_2.2.3', color: '#D2D2D2', value: 2874},{id: 'id_2.2.3.11', name: 'Host and Hostesses, Restaurant, Lounge, and Coffee Shop', parent: 'id_2.2.3', color: '#D2D2D2', value: 580},{id: 'id_2.2.3.12', name: 'Miscellaneous food preparation and serving related workers including dining room and cafeteria attendants and bartender helpers', parent: 'id_2.2.3', color: '#D2D2D2', value: 2192},{id: 'id_2.2.4', name: 'Building and Grounds Cleaning and Maintenance Occupations', parent: 'id_2.2'},{id: 'id_2.2.4.1', name: 'First-Line Supervisors of Housekeeping and Janitorial Workers', parent: 'id_2.2.4', color: '#D2D2D2', value: 1134},{id: 'id_2.2.4.2', name: 'First-Line Supervisors of Landscaping, Lawn Service, and Groundskeeping Workers', parent: 'id_2.2.4', color: '#D2D2D2', value: 1120},{id: 'id_2.2.4.3', name: 'Maids and Housekeeping Cleaners', parent: 'id_2.2.4', color: '#D2D2D2', value: 1666},{id: 'id_2.2.4.4', name: 'Janitors and Building Cleaners', parent: 'id_2.2.4', color: '#D2D2D2', value: 17709},{id: 'id_2.2.4.5', name: 'Pest Control Workers', parent: 'id_2.2.4', color: '#D2D2D2', value: 653},{id: 'id_2.2.4.6', name: 'Grounds Maintenance Workers', parent: 'id_2.2.4', color: '#D2D2D2', value: 10863},{id: 'id_2.2.5', name: 'Personal Care and Service Occupations', parent: 'id_2.2'},{id: 'id_2.2.5.1', name: 'First-Line Supervisors of Gaming Workers', parent: 'id_2.2.5', color: '#D2D2D2', value: 138},{id: 'id_2.2.5.2', name: 'First-Line Supervisors of Personal Service Workers', parent: 'id_2.2.5', color: '#D2D2D2', value: 251},{id: 'id_2.2.5.3', name: 'Animal Trainers', parent: 'id_2.2.5', color: '#D2D2D2', value: 110},{id: 'id_2.2.5.4', name: 'Nonfarm Animal Caretakers', parent: 'id_2.2.5', color: '#D2D2D2', value: 547},{id: 'id_2.2.5.5', name: 'Gaming Services Workers', parent: 'id_2.2.5', color: '#D2D2D2', value: 551},{id: 'id_2.2.5.6', name: 'Motion Picture Projectionists', parent: 'id_2.2.5', color: '#D2D2D2', value: 36},{id: 'id_2.2.5.7', name: 'Ushers, Lobby Attendants, and Ticket Takers', parent: 'id_2.2.5', color: '#D2D2D2', value: 343},{id: 'id_2.2.5.8', name: 'Miscellaneous Entertainment Attendants and Related Workers', parent: 'id_2.2.5', color: '#D2D2D2', value: 1683},{id: 'id_2.2.5.9', name: 'Morticians, Undertakers, and Funeral Directors', parent: 'id_2.2.5', color: '#D2D2D2', value: 291},{id: 'id_2.2.5.10', name: 'Embalmers and Funeral Attendants', parent: 'id_2.2.5', color: '#D2D2D2', value: 157},{id: 'id_2.2.5.11', name: 'Barbers', parent: 'id_2.2.5', color: '#D2D2D2', value: 425},{id: 'id_2.2.5.12', name: 'Hairdressers, Hairstylists, and Cosmetologists', parent: 'id_2.2.5', color: '#D2D2D2', value: 439},{id: 'id_2.2.5.13', name: 'Miscellaneous Personal Appearance Workers', parent: 'id_2.2.5', color: '#D2D2D2', value: 287},{id: 'id_2.2.5.14', name: 'Baggage Porters, Bellhops, and Concierges', parent: 'id_2.2.5', color: '#D2D2D2', value: 559},{id: 'id_2.2.5.15', name: 'Tour and Travel Guides', parent: 'id_2.2.5', color: '#D2D2D2', value: 386},{id: 'id_2.2.5.16', name: 'Childcare Workers', parent: 'id_2.2.5', color: '#D2D2D2', value: 913},{id: 'id_2.2.5.17', name: 'Personal Care Aides', parent: 'id_2.2.5', color: '#D2D2D2', value: 2075},{id: 'id_2.2.5.18', name: 'Recreation and Fitness Workers', parent: 'id_2.2.5', color: '#D2D2D2', value: 2035},{id: 'id_2.2.5.19', name: 'Residential Advisors', parent: 'id_2.2.5', color: '#D2D2D2', value: 508},{id: 'id_2.2.5.20', name: 'Personal Care and Service Workers, All Other', parent: 'id_2.2.5', color: '#D2D2D2', value: 530},{id: 'id_2.3', name: 'SALES AND OFFICE OCCUPATIONS', parent: 'id_2'},{id: 'id_2.3.1', name: 'Sales Occupations', parent: 'id_2.3'},{id: 'id_2.3.1.1', name: 'First-Line Supervisors of Retail Sales Workers', parent: 'id_2.3.1', color: '#D2D2D2', value: 14996},{id: 'id_2.3.1.2', name: 'First-Line Supervisors of Non-Retail Sales', parent: 'id_2.3.1', color: '#D2D2D2', value: 7858},{id: 'id_2.3.1.3', name: 'Cashiers', parent: 'id_2.3.1', color: '#D2D2D2', value: 9352},{id: 'id_2.3.1.4', name: 'Counter and Rental Clerks', parent: 'id_2.3.1', color: '#D2D2D2', value: 449},{id: 'id_2.3.1.5', name: 'Parts Salespersons', parent: 'id_2.3.1', color: '#D2D2D2', value: 1053},{id: 'id_2.3.1.6', name: 'Retail Salespersons', parent: 'id_2.3.1', color: '#D2D2D2', value: 16587},{id: 'id_2.3.1.7', name: 'Advertising Sales Agents', parent: 'id_2.3.1', color: '#D2D2D2', value: 743},{id: 'id_2.3.1.8', name: 'Insurance Sales Agents', parent: 'id_2.3.1', color: '#D2D2D2', value: 2478},{id: 'id_2.3.1.9', name: 'Securities, Commodities, and Financial Services Sales Agents', parent: 'id_2.3.1', color: '#D2D2D2', value: 1553},{id: 'id_2.3.1.10', name: 'Travel Agents', parent: 'id_2.3.1', color: '#D2D2D2', value: 146},{id: 'id_2.3.1.11', name: 'Sales Representatives, Services, All Other', parent: 'id_2.3.1', color: '#D2D2D2', value: 4268},{id: 'id_2.3.1.12', name: 'Sales Representatives, Wholesale and Manufacturing', parent: 'id_2.3.1', color: '#D2D2D2', value: 10041},{id: 'id_2.3.1.13', name: 'Models, Demonstrators, and Product Promoters', parent: 'id_2.3.1', color: '#D2D2D2', value: 206},{id: 'id_2.3.1.14', name: 'Real Estate Brokers and Sales Agents', parent: 'id_2.3.1', color: '#D2D2D2', value: 2666},{id: 'id_2.3.1.15', name: 'Sales Engineers', parent: 'id_2.3.1', color: '#48A842', value: 339},{id: 'id_2.3.1.16', name: 'Telemarketers', parent: 'id_2.3.1', color: '#D2D2D2', value: 345},{id: 'id_2.3.1.17', name: 'Door-to-Door Sales Workers, News and Street Vendors, and Related Workers', parent: 'id_2.3.1', color: '#D2D2D2', value: 508},{id: 'id_2.3.1.18', name: 'Sales and Related Workers, All Other', parent: 'id_2.3.1', color: '#D2D2D2', value: 1520},{id: 'id_2.3.2', name: 'Office and Administrative Support Occupations', parent: 'id_2.3'},{id: 'id_2.3.2.1', name: 'First-Line Supervisors of Office and Administrative Support Workers', parent: 'id_2.3.2', color: '#D2D2D2', value: 5368},{id: 'id_2.3.2.2', name: 'Switchboard Operators, Including Answering Service', parent: 'id_2.3.2', color: '#D2D2D2', value: 59},{id: 'id_2.3.2.3', name: 'Telephone Operators', parent: 'id_2.3.2', color: '#D2D2D2', value: 100},{id: 'id_2.3.2.4', name: 'Communications Equipment Operators, All Other', parent: 'id_2.3.2', color: '#D2D2D2', value: 63},{id: 'id_2.3.2.5', name: 'Bill and Account Collectors', parent: 'id_2.3.2', color: '#D2D2D2', value: 474},{id: 'id_2.3.2.6', name: 'Billing and Posting Clerks', parent: 'id_2.3.2', color: '#D2D2D2', value: 523},{id: 'id_2.3.2.7', name: 'Bookkeeping, Accounting, and Auditing Clerks', parent: 'id_2.3.2', color: '#D2D2D2', value: 1644},{id: 'id_2.3.2.8', name: 'Gaming Cage Workers', parent: 'id_2.3.2', color: '#D2D2D2', value: 25},{id: 'id_2.3.2.9', name: 'Payroll and Timekeeping Clerks', parent: 'id_2.3.2', color: '#D2D2D2', value: 203},{id: 'id_2.3.2.10', name: 'Procurement Clerks', parent: 'id_2.3.2', color: '#D2D2D2', value: 149},{id: 'id_2.3.2.11', name: 'Tellers', parent: 'id_2.3.2', color: '#D2D2D2', value: 487},{id: 'id_2.3.2.12', name: 'Financial Clerks, All Other', parent: 'id_2.3.2', color: '#D2D2D2', value: 483},{id: 'id_2.3.2.13', name: 'Brokerage Clerks', parent: 'id_2.3.2', color: '#D2D2D2', value: 17},{id: 'id_2.3.2.14', name: 'Court, Municipal, and License Clerks', parent: 'id_2.3.2', color: '#D2D2D2', value: 167},{id: 'id_2.3.2.15', name: 'Credit Authorizers, Checkers, and Clerks', parent: 'id_2.3.2', color: '#D2D2D2', value: 116},{id: 'id_2.3.2.16', name: 'Customer Service Representatives', parent: 'id_2.3.2', color: '#D2D2D2', value: 9197},{id: 'id_2.3.2.17', name: 'Eligibility Interviewers, Government Programs', parent: 'id_2.3.2', color: '#D2D2D2', value: 142},{id: 'id_2.3.2.18', name: 'File Clerks', parent: 'id_2.3.2', color: '#D2D2D2', value: 803},{id: 'id_2.3.2.19', name: 'Hotel, Motel, and Resort Desk Clerks', parent: 'id_2.3.2', color: '#D2D2D2', value: 447},{id: 'id_2.3.2.20', name: 'Interviewers, Except Eligibility and Loan', parent: 'id_2.3.2', color: '#D2D2D2', value: 279},{id: 'id_2.3.2.21', name: 'Library Assistants, Clerical', parent: 'id_2.3.2', color: '#D2D2D2', value: 262},{id: 'id_2.3.2.22', name: 'Loan Interviewers and Clerks', parent: 'id_2.3.2', color: '#D2D2D2', value: 201},{id: 'id_2.3.2.23', name: 'New Account Clerks', parent: 'id_2.3.2', color: '#D2D2D2', value: 38},{id: 'id_2.3.2.24', name: 'Human Resources Assistants, Except Payroll and Timekeeping', parent: 'id_2.3.2', color: '#D2D2D2', value: 123},{id: 'id_2.3.2.25', name: 'Receptionists and Information Clerks', parent: 'id_2.3.2', color: '#D2D2D2', value: 1339},{id: 'id_2.3.2.26', name: 'Reservation and Transportation Ticket Agents and Travel Clerks', parent: 'id_2.3.2', color: '#D2D2D2', value: 475},{id: 'id_2.3.2.27', name: 'Information and Record Clerks, All Other', parent: 'id_2.3.2', color: '#D2D2D2', value: 278},{id: 'id_2.3.2.28', name: 'Correspondent clerks and order clerks', parent: 'id_2.3.2', color: '#D2D2D2', value: 553},{id: 'id_2.3.2.29', name: 'Cargo and Freight Agents', parent: 'id_2.3.2', color: '#D2D2D2', value: 155},{id: 'id_2.3.2.30', name: 'Couriers and Messengers', parent: 'id_2.3.2', color: '#D2D2D2', value: 1735},{id: 'id_2.3.2.31', name: 'Dispatchers', parent: 'id_2.3.2', color: '#D2D2D2', value: 1262},{id: 'id_2.3.2.32', name: 'Meter Readers, Utilities', parent: 'id_2.3.2', color: '#D2D2D2', value: 250},{id: 'id_2.3.2.33', name: 'Postal Service Clerks', parent: 'id_2.3.2', color: '#D2D2D2', value: 526},{id: 'id_2.3.2.34', name: 'Postal Service Mail Carriers', parent: 'id_2.3.2', color: '#D2D2D2', value: 2080},{id: 'id_2.3.2.35', name: 'Postal Service Mail Sorters, Processors, and Processing Machine Operators', parent: 'id_2.3.2', color: '#D2D2D2', value: 308},{id: 'id_2.3.2.36', name: 'Production, Planning, and Expediting Clerks', parent: 'id_2.3.2', color: '#D2D2D2', value: 1379},{id: 'id_2.3.2.37', name: 'Shipping, Receiving, and Traffic Clerks', parent: 'id_2.3.2', color: '#D2D2D2', value: 4112},{id: 'id_2.3.2.38', name: 'Stock Clerks and Order Fillers', parent: 'id_2.3.2', color: '#D2D2D2', value: 11066},{id: 'id_2.3.2.39', name: 'Weighers, Measurers, Checkers, and Samplers, Recordkeeping', parent: 'id_2.3.2', color: '#D2D2D2', value: 464},{id: 'id_2.3.2.40', name: 'Secretaries and Administrative Assistants', parent: 'id_2.3.2', color: '#D2D2D2', value: 1987},{id: 'id_2.3.2.41', name: 'Computer Operators', parent: 'id_2.3.2', color: '#D2D2D2', value: 505},{id: 'id_2.3.2.42', name: 'Data Entry Keyers', parent: 'id_2.3.2', color: '#D2D2D2', value: 980},{id: 'id_2.3.2.43', name: 'Word Processors and Typists', parent: 'id_2.3.2', color: '#D2D2D2', value: 575},{id: 'id_2.3.2.44', name: 'Insurance Claims and Policy Processing Clerks', parent: 'id_2.3.2', color: '#D2D2D2', value: 689},{id: 'id_2.3.2.45', name: 'Mail Clerks and Mail Machine Operators, Except Postal Service', parent: 'id_2.3.2', color: '#D2D2D2', value: 428},{id: 'id_2.3.2.46', name: 'Office Clerks, General', parent: 'id_2.3.2', color: '#D2D2D2', value: 2781},{id: 'id_2.3.2.47', name: 'Office Machine Operators, Except Computer', parent: 'id_2.3.2', color: '#D2D2D2', value: 167},{id: 'id_2.3.2.48', name: 'Proofreaders and Copy Markers', parent: 'id_2.3.2', color: '#D2D2D2', value: 37},{id: 'id_2.3.2.49', name: 'Statistical Assistants', parent: 'id_2.3.2', color: '#D2D2D2', value: 86},{id: 'id_2.3.2.50', name: 'Miscellaneous office and administrative support workers including desktop publishers', parent: 'id_2.3.2', color: '#D2D2D2', value: 1575},{id: 'id_2.3.3', name: 'Farming, Fishing, and Forestry Occupations', parent: 'id_2.3'},{id: 'id_2.3.3.1', name: 'First-Line Supervisors of farming, fishing, and forestry workers', parent: 'id_2.3.3', color: '#D2D2D2', value: 536},{id: 'id_2.3.3.2', name: 'Agricultural Inspectors', parent: 'id_2.3.3', color: '#D2D2D2', value: 92},{id: 'id_2.3.3.3', name: 'Graders and Sorters, Agricultural Products', parent: 'id_2.3.3', color: '#D2D2D2', value: 195},{id: 'id_2.3.3.4', name: 'Miscellaneous agricultural workers including animal breeders', parent: 'id_2.3.3', color: '#D2D2D2', value: 7988},{id: 'id_2.3.3.5', name: 'Fishing and hunting workers', parent: 'id_2.3.3', color: '#D2D2D2', value: 288},{id: 'id_2.3.3.6', name: 'Forest and Conservation Workers', parent: 'id_2.3.3', color: '#D2D2D2', value: 133},{id: 'id_2.3.3.7', name: 'Logging Workers', parent: 'id_2.3.3', color: '#D2D2D2', value: 625},{id: 'id_2.4', name: 'CONSTRUCTION, EXTRACTION AND MAINTENANCE OCCUPATIONS', parent: 'id_2'},{id: 'id_2.4.1', name: 'Construction Trades', parent: 'id_2.4'},{id: 'id_2.4.1.1', name: 'First-Line Supervisors of Construction Trades and Extraction Workers', parent: 'id_2.4.1', color: '#D2D2D2', value: 7328},{id: 'id_2.4.1.2', name: 'Boilermakers', parent: 'id_2.4.1', color: '#D2D2D2', value: 185},{id: 'id_2.4.1.3', name: 'Carpenters', parent: 'id_2.4.1', color: '#D2D2D2', value: 8834},{id: 'id_2.4.1.4', name: 'Carpet, Floor, and Tile Installers and Finishers', parent: 'id_2.4.1', color: '#D2D2D2', value: 920},{id: 'id_2.4.1.5', name: 'Cement Masons, Concrete Finishers, and Terrazzo Workers', parent: 'id_2.4.1', color: '#D2D2D2', value: 480},{id: 'id_2.4.1.6', name: 'Construction Laborers', parent: 'id_2.4.1', color: '#D2D2D2', value: 14218},{id: 'id_2.4.1.7', name: 'Paving, Surfacing, and Tamping Equipment Operators', parent: 'id_2.4.1', color: '#D2D2D2', value: 133},{id: 'id_2.4.1.8', name: 'Construction equipment operators except paving, surfacing, and tamping equipment operators', parent: 'id_2.4.1', color: '#D2D2D2', value: 3947},{id: 'id_2.4.1.9', name: 'Drywall Installers, Ceiling Tile Installers, and Tapers', parent: 'id_2.4.1', color: '#D2D2D2', value: 1003},{id: 'id_2.4.1.10', name: 'Electricians', parent: 'id_2.4.1', color: '#D2D2D2', value: 7337},{id: 'id_2.4.1.11', name: 'Glaziers', parent: 'id_2.4.1', color: '#D2D2D2', value: 314},{id: 'id_2.4.1.12', name: 'Insulation Workers', parent: 'id_2.4.1', color: '#D2D2D2', value: 350},{id: 'id_2.4.1.13', name: 'Painters and Paperhangers', parent: 'id_2.4.1', color: '#D2D2D2', value: 3737},{id: 'id_2.4.1.14', name: 'Pipelayers, Plumbers, Pipefitters, and Steamfitters', parent: 'id_2.4.1', color: '#D2D2D2', value: 4864},{id: 'id_2.4.1.15', name: 'Plasterers and Stucco Masons', parent: 'id_2.4.1', color: '#D2D2D2', value: 253},{id: 'id_2.4.1.16', name: 'Roofers', parent: 'id_2.4.1', color: '#D2D2D2', value: 1614},{id: 'id_2.4.1.17', name: 'Sheet Metal Workers', parent: 'id_2.4.1', color: '#D2D2D2', value: 1166},{id: 'id_2.4.1.18', name: 'Structural Iron and Steel Workers', parent: 'id_2.4.1', color: '#D2D2D2', value: 582},{id: 'id_2.4.1.19', name: 'Brickmasons, Blockmasons, Stonemasons, and Reinforcing Iron and Rebar Workers', parent: 'id_2.4.1', color: '#D2D2D2', value: 1147},{id: 'id_2.4.1.20', name: 'Helpers, Construction Trades', parent: 'id_2.4.1', color: '#D2D2D2', value: 458},{id: 'id_2.4.1.21', name: 'Construction and Building Inspectors', parent: 'id_2.4.1', color: '#D2D2D2', value: 855},{id: 'id_2.4.1.22', name: 'Elevator Installers and Repairers', parent: 'id_2.4.1', color: '#D2D2D2', value: 224},{id: 'id_2.4.1.23', name: 'Fence Erectors', parent: 'id_2.4.1', color: '#D2D2D2', value: 214},{id: 'id_2.4.1.24', name: 'Hazardous Materials Removal Workers', parent: 'id_2.4.1', color: '#D2D2D2', value: 233},{id: 'id_2.4.1.25', name: 'Highway Maintenance Workers', parent: 'id_2.4.1', color: '#D2D2D2', value: 1322},{id: 'id_2.4.1.26', name: 'Rail-Track Laying and Maintenance Equipment Operators', parent: 'id_2.4.1', color: '#D2D2D2', value: 135},{id: 'id_2.4.1.27', name: 'Miscellaneous construction workers including solar Photovaltaic Installers, and septic tank servicers and sewer pipe cleaners', parent: 'id_2.4.1', color: '#D2D2D2', value: 614},{id: 'id_2.4.2', name: 'Extraction Workers', parent: 'id_2.4'},{id: 'id_2.4.2.1', name: 'Earth Drillers, Except Oil and Gar', parent: 'id_2.4.2', color: '#D2D2D2', value: 275},{id: 'id_2.4.2.2', name: 'Explosives Workers, Ordnance Handling Experts, and Blasters', parent: 'id_2.4.2', color: '#D2D2D2', value: 175},{id: 'id_2.4.2.3', name: 'Mining Machine Operators', parent: 'id_2.4.2', color: '#D2D2D2', value: 666},{id: 'id_2.4.2.4', name: 'Miscellaneous extraction workers including roof bolters and helpers', parent: 'id_2.4.2', color: '#D2D2D2', value: 785},{id: 'id_2.4.2.5', name: 'Derrick, rotary drill, and service unit operators, and roustabouts, oil, gas, and mining', parent: 'id_2.4.2', color: '#D2D2D2', value: 463},{id: 'id_2.4.3', name: 'Installation, Maintenance, and Repair Workers', parent: 'id_2.4'},{id: 'id_2.4.3.1', name: 'First-Line Supervisors of Mechanics, Installers, and Repairers', parent: 'id_2.4.3', color: '#D2D2D2', value: 2775},{id: 'id_2.4.3.2', name: 'Computer, Automated Teller, and Office Machine Repairers', parent: 'id_2.4.3', color: '#D2D2D2', value: 1650},{id: 'id_2.4.3.3', name: 'Radio and Telecommunications Equipment Installers and Repairers', parent: 'id_2.4.3', color: '#D2D2D2', value: 1462},{id: 'id_2.4.3.4', name: 'Avionics Technicians', parent: 'id_2.4.3', color: '#D2D2D2', value: 223},{id: 'id_2.4.3.5', name: 'Electric Motor, Power Tool, and Related Repairers', parent: 'id_2.4.3', color: '#D2D2D2', value: 250},{id: 'id_2.4.3.6', name: 'Electronic Equipment Installers and Repairers, Motor Vehicles', parent: 'id_2.4.3', color: '#D2D2D2', value: 106},{id: 'id_2.4.3.7', name: 'Electronic Home Entertainment Equipment Installers and Repairers', parent: 'id_2.4.3', color: '#D2D2D2', value: 329},{id: 'id_2.4.3.8', name: 'Security and Fire Alarm Systems Installers', parent: 'id_2.4.3', color: '#D2D2D2', value: 496},{id: 'id_2.4.3.9', name: 'Electrical and electronics repairers, transportation equipment, and industrial and utility', parent: 'id_2.4.3', color: '#D2D2D2', value: 185},{id: 'id_2.4.3.10', name: 'Aircraft Mechanics and Service Technicians', parent: 'id_2.4.3', color: '#D2D2D2', value: 1731},{id: 'id_2.4.3.11', name: 'Automotive Body and Related Repairers', parent: 'id_2.4.3', color: '#D2D2D2', value: 1216},{id: 'id_2.4.3.12', name: 'Automotive Glass Installers and Repairers', parent: 'id_2.4.3', color: '#D2D2D2', value: 153},{id: 'id_2.4.3.13', name: 'Automotive Service Technicians and Mechanics', parent: 'id_2.4.3', color: '#D2D2D2', value: 7032},{id: 'id_2.4.3.14', name: 'Bus and Truck Mechanics and Diesel Engine Specialists', parent: 'id_2.4.3', color: '#D2D2D2', value: 3097},{id: 'id_2.4.3.15', name: 'Heavy Vehicle and Mobile Equipment Service Technicians and Mechanics', parent: 'id_2.4.3', color: '#D2D2D2', value: 2204},{id: 'id_2.4.3.16', name: 'Small Engine Mechanics', parent: 'id_2.4.3', color: '#D2D2D2', value: 486},{id: 'id_2.4.3.17', name: 'Miscellaneous Vehicle and Mobile Equipment Mechanics, Installers, and Repairers', parent: 'id_2.4.3', color: '#D2D2D2', value: 748},{id: 'id_2.4.3.18', name: 'Control and Valve Installers and Repairers', parent: 'id_2.4.3', color: '#D2D2D2', value: 207},{id: 'id_2.4.3.19', name: 'Heating, Air Conditioning, and Refrigeration Mechanics and Installers', parent: 'id_2.4.3', color: '#D2D2D2', value: 3347},{id: 'id_2.4.3.20', name: 'Home Appliance Repairers', parent: 'id_2.4.3', color: '#D2D2D2', value: 304},{id: 'id_2.4.3.21', name: 'Maintenance Workers, Machinery', parent: 'id_2.4.3', color: '#D2D2D2', value: 345},{id: 'id_2.4.3.22', name: 'Millwrights', parent: 'id_2.4.3', color: '#D2D2D2', value: 506},{id: 'id_2.4.3.23', name: 'Industrial and Refractory Machinery Mechanic', parent: 'id_2.4.3', color: '#D2D2D2', value: 4127},{id: 'id_2.4.3.24', name: 'Electrical Power-Line Installers and Repairers', parent: 'id_2.4.3', color: '#D2D2D2', value: 1185},{id: 'id_2.4.3.25', name: 'Telecommunications Line Installers and Repairers', parent: 'id_2.4.3', color: '#D2D2D2', value: 1389},{id: 'id_2.4.3.26', name: 'Precision Instrument and Equipment Repairers', parent: 'id_2.4.3', color: '#D2D2D2', value: 533},{id: 'id_2.4.3.27', name: 'Maintenance and Repair Workers, General', parent: 'id_2.4.3', color: '#D2D2D2', value: 5201},{id: 'id_2.4.3.28', name: 'Coin, Vending, and Amusement Machine Servicers and Repairers', parent: 'id_2.4.3', color: '#D2D2D2', value: 278},{id: 'id_2.4.3.29', name: 'Locksmiths and Safe Repairers', parent: 'id_2.4.3', color: '#D2D2D2', value: 209},{id: 'id_2.4.3.30', name: 'Riggers', parent: 'id_2.4.3', color: '#D2D2D2', value: 120},{id: 'id_2.4.3.31', name: 'Helpers--Installation, Maintenance, and Repair Workers', parent: 'id_2.4.3', color: '#D2D2D2', value: 221},{id: 'id_2.4.3.32', name: 'Miscellaneous Installation, Maintenance, and Repair Workers, Including, Wind Turbine Service Technicians', parent: 'id_2.4.3', color: '#D2D2D2', value: 2651},{id: 'id_2.5', name: 'PRODUCTION, TRANSPORTATION AND MATERIAL MOVING OCCUPATIONS', parent: 'id_2'},{id: 'id_2.5.1', name: 'Production Occupations', parent: 'id_2.5'},{id: 'id_2.5.1.1', name: 'First-Line Supervisors of Production and Operating Workers', parent: 'id_2.5.1', color: '#D2D2D2', value: 7560},{id: 'id_2.5.1.2', name: 'Aircraft Structure, Surfaces, Rigging, and Systems Assemblers', parent: 'id_2.5.1', color: '#D2D2D2', value: 48},{id: 'id_2.5.1.3', name: 'Electrical, Electronics, and Electromechanical Assemblers', parent: 'id_2.5.1', color: '#D2D2D2', value: 695},{id: 'id_2.5.1.4', name: 'Engine and Other Machine Assemblers', parent: 'id_2.5.1', color: '#D2D2D2', value: 107},{id: 'id_2.5.1.5', name: 'Structural Metal Fabricators and Fitters', parent: 'id_2.5.1', color: '#D2D2D2', value: 258},{id: 'id_2.5.1.6', name: 'Miscellaneous Assemblers and Fabricators', parent: 'id_2.5.1', color: '#D2D2D2', value: 6612},{id: 'id_2.5.1.7', name: 'Bakers', parent: 'id_2.5.1', color: '#D2D2D2', value: 861},{id: 'id_2.5.1.8', name: 'Butchers and Other Meat, Poultry, and Fish Processing Workers', parent: 'id_2.5.1', color: '#D2D2D2', value: 1924},{id: 'id_2.5.1.9', name: 'Food and Tobacco Roasting, Baking, and Drying Machine Operators and Tenders', parent: 'id_2.5.1', color: '#D2D2D2', value: 66},{id: 'id_2.5.1.10', name: 'Food Batchmakers', parent: 'id_2.5.1', color: '#D2D2D2', value: 364},{id: 'id_2.5.1.11', name: 'Food Cooking Machine Operators and Tenders', parent: 'id_2.5.1', color: '#D2D2D2', value: 45},{id: 'id_2.5.1.12', name: 'Food Processing Workers, All Other', parent: 'id_2.5.1', color: '#D2D2D2', value: 802},{id: 'id_2.5.1.13', name: 'Computer Control Programmers and Operators', parent: 'id_2.5.1', color: '#D2D2D2', value: 910},{id: 'id_2.5.1.14', name: 'Extruding and Drawing Machine Setters, Operators, and Tenders, Metal and Plastic', parent: 'id_2.5.1', color: '#D2D2D2', value: 113},{id: 'id_2.5.1.15', name: 'Forging Machine Setters, Operators, and Tenders, Metal and Plastic', parent: 'id_2.5.1', color: '#D2D2D2', value: 83},{id: 'id_2.5.1.16', name: 'Rolling Machine Setters, Operators, and Tenders, metal and Plastic', parent: 'id_2.5.1', color: '#D2D2D2', value: 86},{id: 'id_2.5.1.17', name: 'Machine Tool Cutting setters, Operators, and Tenders, Metal and Plastic', parent: 'id_2.5.1', color: '#D2D2D2', value: 1330},{id: 'id_2.5.1.18', name: 'Machinists', parent: 'id_2.5.1', color: '#D2D2D2', value: 3535},{id: 'id_2.5.1.19', name: 'Metal Furnace Operators, Tenders, Pourers, and Casters', parent: 'id_2.5.1', color: '#D2D2D2', value: 217},{id: 'id_2.5.1.20', name: 'Model Makers, Patternmakers, and Molding Machine Setters, Metal and Plastic', parent: 'id_2.5.1', color: '#D2D2D2', value: 396},{id: 'id_2.5.1.21', name: 'Tool and Die Makers', parent: 'id_2.5.1', color: '#D2D2D2', value: 646},{id: 'id_2.5.1.22', name: 'Welding, Soldering, and Brazing Workers', parent: 'id_2.5.1', color: '#D2D2D2', value: 6043},{id: 'id_2.5.1.23', name: 'Miscellaneous Metal Workers and Plastic Workers, Including Multiple Machine Tool Setters', parent: 'id_2.5.1', color: '#D2D2D2', value: 3413},{id: 'id_2.5.1.24', name: 'Prepress Technicians and Workers', parent: 'id_2.5.1', color: '#D2D2D2', value: 154},{id: 'id_2.5.1.25', name: 'Printing Machine Operators', parent: 'id_2.5.1', color: '#D2D2D2', value: 1372},{id: 'id_2.5.1.26', name: 'Print Binding and Finishing Workers', parent: 'id_2.5.1', color: '#D2D2D2', value: 133},{id: 'id_2.5.1.27', name: 'Laundry and Dry-Cleaning Workers', parent: 'id_2.5.1', color: '#D2D2D2', value: 695},{id: 'id_2.5.1.28', name: 'Pressers, Textile, Garment, and Related Materials', parent: 'id_2.5.1', color: '#D2D2D2', value: 119},{id: 'id_2.5.1.29', name: 'Sewing Machine Operators', parent: 'id_2.5.1', color: '#D2D2D2', value: 467},{id: 'id_2.5.1.30', name: 'Shoe and Leather Workers', parent: 'id_2.5.1', color: '#D2D2D2', value: 60},{id: 'id_2.5.1.31', name: 'Tailors, Dressmakers, and Sewers', parent: 'id_2.5.1', color: '#D2D2D2', value: 134},{id: 'id_2.5.1.32', name: 'Textile Knitting and Weaving Machine Setters, Operators, and Tenders', parent: 'id_2.5.1', color: '#D2D2D2', value: 41},{id: 'id_2.5.1.33', name: 'Textile Winding, Twisting, and Drawing Out Machine Setters, Operators, and Tenders', parent: 'id_2.5.1', color: '#D2D2D2', value: 30},{id: 'id_2.5.1.34', name: 'Textile bleaching and dyeing, and cutting machine setters, operators, and tenders', parent: 'id_2.5.1', color: '#D2D2D2', value: 58},{id: 'id_2.5.1.35', name: 'Upholsterers', parent: 'id_2.5.1', color: '#D2D2D2', value: 217},{id: 'id_2.5.1.36', name: 'Miscellaneous textile, apparel, and furnishings workers except upholsterers', parent: 'id_2.5.1', color: '#D2D2D2', value: 97},{id: 'id_2.5.1.37', name: 'Cabinetmakers and Bench Carpenters', parent: 'id_2.5.1', color: '#D2D2D2', value: 415},{id: 'id_2.5.1.38', name: 'Furniture Finishers', parent: 'id_2.5.1', color: '#D2D2D2', value: 78},{id: 'id_2.5.1.39', name: 'Sawing Machine Setters, Operators, and Tenders, Wood', parent: 'id_2.5.1', color: '#D2D2D2', value: 346},{id: 'id_2.5.1.40', name: 'Woodworking Machine Setters, Operators, and Tenders, Except Sawing', parent: 'id_2.5.1', color: '#D2D2D2', value: 157},{id: 'id_2.5.1.41', name: 'Miscellaneous woodworkers including model makers and patternmakers', parent: 'id_2.5.1', color: '#D2D2D2', value: 268},{id: 'id_2.5.1.42', name: 'Power Plant Operators, Distributors, and Dispatchers', parent: 'id_2.5.1', color: '#D2D2D2', value: 540},{id: 'id_2.5.1.43', name: 'Stationary Engineers and Boiler Operators', parent: 'id_2.5.1', color: '#D2D2D2', value: 936},{id: 'id_2.5.1.44', name: 'Water and Wastewater Treatment Plant and System Operators', parent: 'id_2.5.1', color: '#D2D2D2', value: 904},{id: 'id_2.5.1.45', name: 'Miscellaneous Plant and System Operators', parent: 'id_2.5.1', color: '#D2D2D2', value: 474},{id: 'id_2.5.1.46', name: 'Chemical Processing Machine Setters, Operators, and Tenders', parent: 'id_2.5.1', color: '#D2D2D2', value: 505},{id: 'id_2.5.1.47', name: 'Crushing, Grinding, Polishing, Mixing, and Blending Workers', parent: 'id_2.5.1', color: '#D2D2D2', value: 833},{id: 'id_2.5.1.48', name: 'Cutting Workers', parent: 'id_2.5.1', color: '#D2D2D2', value: 574},{id: 'id_2.5.1.49', name: 'Extruding, Forming, Pressing, and Compacting Machine Setters, Operators, and Tenders', parent: 'id_2.5.1', color: '#D2D2D2', value: 221},{id: 'id_2.5.1.50', name: 'Furnace, Kiln, Oven, Drier, and Kettle Operators and Tenders', parent: 'id_2.5.1', color: '#D2D2D2', value: 120},{id: 'id_2.5.1.51', name: 'Inspectors, Testers, Sorters, Samplers, and Weighers', parent: 'id_2.5.1', color: '#D2D2D2', value: 5320},{id: 'id_2.5.1.52', name: 'Jewelers and Precious Stone and Metal Workers', parent: 'id_2.5.1', color: '#D2D2D2', value: 197},{id: 'id_2.5.1.53', name: 'Medical, Dental, and Ophthalmic Laboratory Technicians', parent: 'id_2.5.1', color: '#D2D2D2', value: 350},{id: 'id_2.5.1.54', name: 'Packaging and Filling Machine Operators and Tenders', parent: 'id_2.5.1', color: '#D2D2D2', value: 1198},{id: 'id_2.5.1.55', name: 'Painting Workers', parent: 'id_2.5.1', color: '#D2D2D2', value: 1252},{id: 'id_2.5.1.56', name: 'Photographic Process Workers and Processing Machine Operators', parent: 'id_2.5.1', color: '#D2D2D2', value: 128},{id: 'id_2.5.1.57', name: 'Adhesive Bonding Machine Operators and Tenders', parent: 'id_2.5.1', color: '#D2D2D2', value: 59},{id: 'id_2.5.1.58', name: 'Etchers and Engravers', parent: 'id_2.5.1', color: '#D2D2D2', value: 59},{id: 'id_2.5.1.59', name: 'Molders, Shapers, and Casters, Except Metal and Plastic', parent: 'id_2.5.1', color: '#D2D2D2', value: 258},{id: 'id_2.5.1.60', name: 'Paper Goods Machine Setters, Operators, and Tenders', parent: 'id_2.5.1', color: '#D2D2D2', value: 182},{id: 'id_2.5.1.61', name: 'Tire Builders', parent: 'id_2.5.1', color: '#D2D2D2', value: 138},{id: 'id_2.5.1.62', name: 'Helpers--Production Workers', parent: 'id_2.5.1', color: '#D2D2D2', value: 378},{id: 'id_2.5.1.63', name: 'Micellaneous Production Workers, Including Semiconductor Processors', parent: 'id_2.5.1', color: '#D2D2D2', value: 9731},{id: 'id_2.5.2', name: 'Transportation and Material Moving Occupations', parent: 'id_2.5'},{id: 'id_2.5.2.1', name: 'Supervisors ofTransportation and Material Moving Workers', parent: 'id_2.5.2', color: '#D2D2D2', value: 1726},{id: 'id_2.5.2.2', name: 'Aircraft Pilots and Flight Engineers', parent: 'id_2.5.2', color: '#D2D2D2', value: 1523},{id: 'id_2.5.2.3', name: 'Air Traffic Controllers and Airfield Operations Specialists', parent: 'id_2.5.2', color: '#D2D2D2', value: 318},{id: 'id_2.5.2.4', name: 'Flight Attendants', parent: 'id_2.5.2', color: '#D2D2D2', value: 204},{id: 'id_2.5.2.5', name: 'Ambulance Drivers and Attendants, Except Emergency Medical Technicians', parent: 'id_2.5.2', color: '#D2D2D2', value: 101},{id: 'id_2.5.2.6', name: 'Bus Drivers', parent: 'id_2.5.2', color: '#D2D2D2', value: 3651},{id: 'id_2.5.2.7', name: 'Driver/Sales Workers and Truck Drivers', parent: 'id_2.5.2', color: '#D2D2D2', value: 31487},{id: 'id_2.5.2.8', name: 'Taxi Drivers and Chauffeurs', parent: 'id_2.5.2', color: '#D2D2D2', value: 2687},{id: 'id_2.5.2.9', name: 'Motor Vehicle Operators, All Other', parent: 'id_2.5.2', color: '#D2D2D2', value: 549},{id: 'id_2.5.2.10', name: 'Locomotive Engineers and Operators', parent: 'id_2.5.2', color: '#D2D2D2', value: 463},{id: 'id_2.5.2.11', name: 'Railroad Conductors and Yardmasters', parent: 'id_2.5.2', color: '#D2D2D2', value: 518},{id: 'id_2.5.2.12', name: 'Subway, Streetcar, and Other Rail Transportation Workers', parent: 'id_2.5.2', color: '#D2D2D2', value: 185},{id: 'id_2.5.2.13', name: 'Ship and Boat Captains and Operators', parent: 'id_2.5.2', color: '#D2D2D2', value: 510},{id: 'id_2.5.2.14', name: 'Sailors and marine oilers, and ship engineers', parent: 'id_2.5.2', color: '#D2D2D2', value: 351},{id: 'id_2.5.2.15', name: 'Parking Lot Attendants', parent: 'id_2.5.2', color: '#D2D2D2', value: 702},{id: 'id_2.5.2.16', name: 'Automotive and Watercraft Service Attendants', parent: 'id_2.5.2', color: '#D2D2D2', value: 819},{id: 'id_2.5.2.17', name: 'Transportation Inspectors', parent: 'id_2.5.2', color: '#D2D2D2', value: 381},{id: 'id_2.5.2.18', name: 'Transportation Attendants, Except Flight Attendants', parent: 'id_2.5.2', color: '#D2D2D2', value: 124},{id: 'id_2.5.2.19', name: 'Miscellaneous transportation workers including bridge and lock tenders and traffic technicians', parent: 'id_2.5.2', color: '#D2D2D2', value: 255},{id: 'id_2.5.2.20', name: 'Crane and Tower Operators', parent: 'id_2.5.2', color: '#D2D2D2', value: 611},{id: 'id_2.5.2.21', name: 'Dredge, Excavating, and Loading Machine Operators', parent: 'id_2.5.2', color: '#D2D2D2', value: 360},{id: 'id_2.5.2.22', name: 'Industrial Truck and Tractor Operators', parent: 'id_2.5.2', color: '#D2D2D2', value: 5118},{id: 'id_2.5.2.23', name: 'Cleaners of Vehicles and Equipment', parent: 'id_2.5.2', color: '#D2D2D2', value: 3024},{id: 'id_2.5.2.24', name: 'Laborers and Freight, Stock, and Material Movers, Hand', parent: 'id_2.5.2', color: '#D2D2D2', value: 19645},{id: 'id_2.5.2.25', name: 'Machine Feeders and Offbearers', parent: 'id_2.5.2', color: '#D2D2D2', value: 175},{id: 'id_2.5.2.26', name: 'Packers and Packagers, Hand', parent: 'id_2.5.2', color: '#D2D2D2', value: 2215},{id: 'id_2.5.2.27', name: 'Pumping Station Operators', parent: 'id_2.5.2', color: '#D2D2D2', value: 307},{id: 'id_2.5.2.28', name: 'Refuse and Recyclable Material Collectors', parent: 'id_2.5.2', color: '#D2D2D2', value: 905},{id: 'id_2.5.2.29', name: 'Conveyor operators and tenders, and hoist and winch operators', parent: 'id_2.5.2', color: '#D2D2D2', value: 146},{id: 'id_2.5.2.30', name: 'Miscellaneous material moving workers including shuttle car operators, and tank car, truck, and ship loaders', parent: 'id_2.5.2', color: '#D2D2D2', value: 515},{id: 'id_2.6', name: 'MILITARY', parent: 'id_2'},{id: 'id_2.6.1', name: 'Military Specific Occupations', parent: 'id_2.6'},{id: 'id_2.6.1.1', name: 'Military Officer Special and Tactical Operations Leaders', parent: 'id_2.6.1', color: '#D2D2D2', value: 327},{id: 'id_2.6.1.2', name: 'First-Line Enlisted Military Supervisors', parent: 'id_2.6.1', color: '#D2D2D2', value: 839},{id: 'id_2.6.1.3', name: 'Military Enlisted Tactical Operations and Air/Weapons Specialists and Crew Members', parent: 'id_2.6.1', color: '#D2D2D2', value: 1575},{id: 'id_2.6.1.4', name: 'Military, Rank Not Specified', parent: 'id_2.6.1', color: '#D2D2D2', value: 2185}]
}],
subtitle: {
text: 'STEM and STEM-related occupations highlighted. Click labels for more detail.',
align: 'Left',
style: {
"font-family" : 'Quicksand',
"fontSize": "16px",
"font-weight": "light"
}
},
title: {
text: 'What Jobs Women and Men Work',
align: 'Left',
style: {
"font-family" : 'Quicksand',
"fontSize": "24px",
"font-weight": "bold",
"fontStyle": "bold"
}
},
credits: {
text: 'Source: American Community Survey PUMS 2015 Data',
href: 'http://www.census.gov/programs-surveys/acs/data/pums.html',
style: {
"font-family": 'Quicksand',
"fontSize": "10px",
"font-weight": "light"
}
}
});
</script>
</body>
</html>