Highcharts chart

by chrislkeller

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: 400px; height: 500px; margin: 0 auto"></div>

JavaScript

$(function () {

    $('#container').highcharts({
        chart: {
            type: 'bar',
            marginRight: 130,
            marginBottom: 60
        },
        title: {
            text: 'Xxxxxx',
            x: -20 //center
        },
        subtitle: {
            text: 'Source: Xxxxx',
            x: -20
        },
        xAxis: {
            categories: ['1993-94', '1998-99', '2003-2004', '2008-09', '2012-13', '2012-13'],
            title: {
                text: 'Television Season'
            }
        },
        yAxis: {
            title: {
                text: 'Viewership (in millions)'
            },
            plotLines: [{
                value: 0,
                width: 1,
                color: '#808080'
            }]
        },
        tooltip: {
            valueSuffix: ' million viewers'
        },
        legend: {
            enabled: true,
            layout: 'vertical',
            align: 'right',
            verticalAlign: 'top',
            x: -10,
            y: 100,
            borderWidth: 0
        },
        plotOptions: {
            series: {
                marker: {
                    radius: 6,
                    fillColor: '#FFFFFF',
                    lineWidth: 2,
                    lineColor: null
                }
            }
        },
        series: [{
            name: 'Cancelled',
            color: 'red',
            data: [
                ['Missing Persons', 12.9],
                ['Brother\'s Keeper', 10.1],
                ['Karen Sisco', 7.6],
                ['Knight Rider', 6.6],
                ['Vegas', 11.8]
            ],
            marker: {
                symbol: 'triangle-down'
            }
        }, {
            name: 'Renewed',
            color: 'green',
            data: [
                ['Grace Under Fire', 11.627],
                ['Will and Grace', 11.6],
                ['Arrested Development', 6.2],
                ['Gary Unmarried', 6.2],
                ['The Mindy...