<!doctype html>
<html lang="en">
<head>
  <script type="text/javascript" src="jquery-1.8.3.min.js"></script>
  <script type="text/javascript" src="highcharts.js"></script>
  <script type="text/javascript" src="exporting.js"></script>
  <script>
    //Javascript




$(function () {
    $('#container').highcharts({
        title: {
            text: '޸ĳҪ',
            x: -20 //center
        },
        subtitle: {
           // text: 'Source: shuju.it',
            x: -20
        },
        xAxis: {
            categories: ['0', '1', '2', '3', '4', '5','6', '7', '8', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24']
        },
        yAxis: {
            title: {
                text: '޸ĳҪ'
            },
            plotLines: [{
                value: 0,
                width: 1,
                //color: '#808080'
            }]
        },
        tooltip: {
            valueSuffix: ' ' //ȡĵλ  Ԫ ˵
        },
        legend: {
            layout: 'vertical',
            align: 'right',
            verticalAlign: 'middle',
            borderWidth: 0
        },
        series: [{
            name: '',
            data: []
        }, {
            name: '',
            data: []

        }]
    });
});
				







 //Javascript

  </script>
</head>
<body>
  <div id="container" style="min-width:700px;height:310px"></div>
</body>
</html>