<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: 'Source: <a href="//en.wikipedia.org/wiki/List_of_cities_proper_by_population">Wikipedia</a>'
fontFamily: 'Verdana, sans-serif'
text: 'Population (millions)'
pointFormat: '2008 年人口: <b>{point.y:.1f} 百万</b>'