<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>	
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">	
<title>ؼ</title>	
<script type="text/javascript" src="js/jquery.min.js"></script>	
<script type="text/javascript" src="js/highcharts.js"></script>	
<script type="text/javascript" src="js/modules/exporting.js"></script>	
<script type="text/javascript">		
var chart;		
$(document).ready(function() {
	chart = new Highcharts.Chart({
	chart: {renderTo: 'container',defaultSeriesType: 'line',marginRight: 130,marginBottom: 25},
	title: {text: 'ѡһվ',x: -20},
	subtitle: {text: 'ѡؼ(0ʾδѯδָΧ)',x: -10},
	xAxis: {categories: []},
	yAxis: {title: {text: 'ؼ'},
	plotLines: [{value: 0,width: 1,color: '#808080'}]},
	tooltip: {formatter: function() {return '<b>'+ this.series.name +'</b><br/>'+this.x +': '+ this.y +'';}},
	legend: {layout: 'vertical',align: 'right',verticalAlign: 'top',x: -10,y: 100,borderWidth: 0},
	series: []
	});
});
		
</script>
		
	
</head>
	
<body>
		
		
<div id="container" style="width: 978px; height: 300px; margin: 0 auto"></div>
		
				
	
</body>

</html>
 