[parsehtml]
<script src="/js/highcharts/highcharts.js"></script>
<script src="/js/highcharts/highcharts-more.js"></script>
<script src="/js/highcharts/exporting.js"></script>
<script src="/js/highcharts/modules/export-data.js"></script>
<script src="/js/highcharts/export-data.js"></script>
<script src="/js/highcharts/modules/accessibility.js"></script>
<script src="/js/highcharts/modules/pattern-fill.js"></script>
<script>
document.addEventListener('DOMContentLoaded', function () {
const chart =
Highcharts.chart('container', {
chart: {
type: 'bubble',
plotBorderWidth: 1,
zooming: {
type: 'xy'
}
},
legend: {
enabled: false
},
credits: {
enabled: false
},
title: {
text: 'Avg processing time and GPA per program'
},
subtitle: {
text: 'Source: <a href="https://quantnet.com/tracker/">QuantNet Tracker</a> '
},
xAxis: {
gridLineWidth: 1,
title: {
text: 'Tracked applications'
},
labels: {
format: '{value}'
},
},
yAxis: {
startOnTick: false,
endOnTick: false,
title: {
text: 'Avg processing time'
},
maxPadding: 0.2,
},
tooltip: {
useHTML: true,
headerFormat: '<table>',
pointFormat: '<tr><th colspan="2"><h3>{point.name}-{point.country}</h3></th></tr>' +
'<tr><th>Total applications:</th><td>{point.x}</td></tr>' +
'<tr><th>Average processing time:</th><td>{point.y} days</td></tr>' +
'<tr><th>Average UGPA:</th><td>{point.z}</td></tr>',
footerFormat: '</table>',
followPointer: true
},
plotOptions: {
bubble: {
minSize: 50,
maxSize: 60
},
series: {
dataLabels: {
enabled: true,
format: '{point.name}'
}
}
},
series: [{
data: [
{ x: 837, y: 84, z: 3.8, name: 'Columbia', country: 'MS in Financial Engineering' },
{ x: 770, y: 90, z: 3.8, name: 'CMU', country: 'MS in Computational Finance' },
{ x: 602, y: 79, z: 3.8, name: 'Chicago', country: 'Financial Math' },
{ x: 559, y: 40, z: 3.9, name: 'Baruch', country: 'Financial Engineering' },
{ x: 558, y: 67, z: 3.8, name: 'MIT', country: 'Master in Finance' },
{ x: 554, y: 96, z: 3.8, name: 'Cornell', country: 'MFE' },
{ x: 491, y: 80, z: 3.8, name: 'NYU', country: 'FinMath' },
{ x: 430, y: 63, z: 3.8, name: 'Tandon', country: 'MFE' },
{ x: 415, y: 70, z: 3.8, name: 'Columbia', country: 'MAFN' },
{ x: 358, y: 67, z: 3.8, name: 'UCB', country: 'MFE' }
],
colorByPoint: true
}]
});
});
</script>
<div id="container"></div>[/parsehtml]
<script src="/js/highcharts/highcharts.js"></script>
<script src="/js/highcharts/highcharts-more.js"></script>
<script src="/js/highcharts/exporting.js"></script>
<script src="/js/highcharts/modules/export-data.js"></script>
<script src="/js/highcharts/export-data.js"></script>
<script src="/js/highcharts/modules/accessibility.js"></script>
<script src="/js/highcharts/modules/pattern-fill.js"></script>
<script>
document.addEventListener('DOMContentLoaded', function () {
const chart =
Highcharts.chart('container', {
chart: {
type: 'bubble',
plotBorderWidth: 1,
zooming: {
type: 'xy'
}
},
legend: {
enabled: false
},
credits: {
enabled: false
},
title: {
text: 'Avg processing time and GPA per program'
},
subtitle: {
text: 'Source: <a href="https://quantnet.com/tracker/">QuantNet Tracker</a> '
},
xAxis: {
gridLineWidth: 1,
title: {
text: 'Tracked applications'
},
labels: {
format: '{value}'
},
},
yAxis: {
startOnTick: false,
endOnTick: false,
title: {
text: 'Avg processing time'
},
maxPadding: 0.2,
},
tooltip: {
useHTML: true,
headerFormat: '<table>',
pointFormat: '<tr><th colspan="2"><h3>{point.name}-{point.country}</h3></th></tr>' +
'<tr><th>Total applications:</th><td>{point.x}</td></tr>' +
'<tr><th>Average processing time:</th><td>{point.y} days</td></tr>' +
'<tr><th>Average UGPA:</th><td>{point.z}</td></tr>',
footerFormat: '</table>',
followPointer: true
},
plotOptions: {
bubble: {
minSize: 50,
maxSize: 60
},
series: {
dataLabels: {
enabled: true,
format: '{point.name}'
}
}
},
series: [{
data: [
{ x: 837, y: 84, z: 3.8, name: 'Columbia', country: 'MS in Financial Engineering' },
{ x: 770, y: 90, z: 3.8, name: 'CMU', country: 'MS in Computational Finance' },
{ x: 602, y: 79, z: 3.8, name: 'Chicago', country: 'Financial Math' },
{ x: 559, y: 40, z: 3.9, name: 'Baruch', country: 'Financial Engineering' },
{ x: 558, y: 67, z: 3.8, name: 'MIT', country: 'Master in Finance' },
{ x: 554, y: 96, z: 3.8, name: 'Cornell', country: 'MFE' },
{ x: 491, y: 80, z: 3.8, name: 'NYU', country: 'FinMath' },
{ x: 430, y: 63, z: 3.8, name: 'Tandon', country: 'MFE' },
{ x: 415, y: 70, z: 3.8, name: 'Columbia', country: 'MAFN' },
{ x: 358, y: 67, z: 3.8, name: 'UCB', country: 'MFE' }
],
colorByPoint: true
}]
});
});
</script>
<div id="container"></div>[/parsehtml]