<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() {
plotBackgroundColor: null,
pointFormat: '{series.name}: <b>{point.percentage:.1f}%</b>'
format: '<b>{point.name}%</b>: {point.percentage:.1f} %',
color: (Highcharts.theme && Highcharts.theme.contrastTextColor) || 'black'