Occupational Groups
author(s):
Torstein Hønsi
by Kathryn Atwood
HTML
<script src="https://code.highcharts.com/highcharts.js"></script>
<script src="https://code.highcharts.com/modules/data.js"></script>
<script src="https://code.highcharts.com/modules/drilldown.js"></script>
<div id="container" style="min-width: 310px; height: 400px; margin: 0 auto"></div>
JavaScript
$(function () {
// Create the chart
$('#container').highcharts({
chart: {
type: 'column'
},
title: {
text: 'IPEDS Occupation Groups of SSU Faculty and Staff, Spring 2016'
},
xAxis: {
type: 'category'
},
yAxis: {
title: {
text: 'Number of Employees'
}
},
legend: {
enabled: false
},
plotOptions: {
series: {
borderWidth: 0,
dataLabels: {
enabled: true,
format: '{point.y}'
}
}
},
tooltip: {
headerFormat: '<span style="font-size:11px">{series.name}</span><br>',
pointFormat: '<span style="color:{point.color}">{point.name}</span>: <b>{point.y}</b> of total<br/>'
},
series: [{
name: 'Categories',
colorByPoint: true,
data: [{
name: 'Archivist, Curator, Museum Techs',
y: 1,
drilldown: null
}, {
name: 'Bus. and Fin. Operations',
y: 161,
drilldown: null
}, {
name: 'Comm. Serv., Legal, Arts',
y: 136,
drilldown: null
}, {
name: 'Comp., Engineering, Sci.',
y: 65,
drilldown: null
}, {
name: 'Faculty',
y: 456,
drilldown: null
}, {
name: 'Graduate Assistants',
y: 22,
drilldown: null
}, {
name: 'Healthcare Pract. & Tech.',
y: 14,
drilldown: null
}, {
name: 'Librarians',
y: 15,
drilldown: null
}, {
name: 'Library...