Comments on /r/anime's Summer 2013 discussion threads

HTML

<script src="http://code.highcharts.com/highcharts.js"></script>
<script src="http://code.highcharts.com/modules/exporting.js"></script>

<div id="container" style="min-width: 310px; height: 900px; margin: 0 auto" ></div>

JavaScript

$(function () {
        $('#container').highcharts({
            title: {
                text: "Comments on /r/anime's discussion threads",
                x: -20 //center
            },
            subtitle: {
                text: 'Source: The Searchbar.',
                x: -20
            },
            xAxis: {
                title: {
                    text: 'Episode number'
                },
                categories: ['1', '2', '3', '4', '5', '6',
                    '7', '8', '9', '10', '11', '12', '13']
            },
            yAxis: {
                title: {
                    text: 'Comments'
                },
                plotLines: [{
                    value: 0,
                    width: 1,
                    color: '#808080'
                }]
            },
            tooltip: {
                valueSuffix: ' comments'
            },
            legend: {
                layout: 'vertical',
                align: 'right',
                verticalAlign: 'middle',
                borderWidth: 0
            },
            series: [{
                name: 'Ai Mai Mi: Mousou Catastrophe',
                data: [12, 5, 2, 2, 1, 1, 0, 0, 0, 0, 0, 0]
            }, {
                name: 'Akame ga Kill',
                data: [577, 611, 387, 337, 350, 790, 388, 507, 533, 466, 441, 317, 482]
            }, {
                name: 'Aldnoah.Zero',
                data: [942, 866, 822, 814, 805, 631, 857, 769, 910, 1062, 802, 2732]
            }, {
                name: 'Ao Haru Ride',
                data: [122, 119, 114, 81, 115, 103, 80, 90, 98, 62, 96, 165]
            }, {
                name: 'Baby Steps (+13)',
                data: [11, 10, 16, 19, 16, 26, 34, 17, 10, 17, 34, 55]
            }, {
                name: 'Bakumatsu Rock',
                data: [88, 22, 6, 4, 4, 10, 6, 3, 4, 6, 2, 8]
            }, {
                name: 'Barakamon',
                data: [223, 146, 143, 110, 112, 93, 97, 110, 99, 117, 116, 174]
    ...