<title>Highcharts 教程 | W3xue教程(w3xue.com)</title>
<script src="/js/jquery-2.1.4.min.js"></script>
<script src="/js/hc/highcharts5.0.6.js"></script>
<div id="container" style="width: 550px; height: 400px; margin: 0 auto"></div>
<script language="JavaScript">
$(document).ready(function() {
text: 'US and USSR nuclear stockpiles'
text: 'Source: <a href="//thebulletin.metapress.com/content/c4120650912x74k7/fulltext.pdf">' +
'thebulletin.metapress.com</a>'
text: 'Nuclear weapon states'
return this.value / 1000 + 'k';
pointFormat: '{series.name} produced <b>{point.y:,.0f}</b><br/>warheads in {point.x}'