<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>
<script src="https://cdn.bootcss.com/highcharts/5.0.10/highcharts-more.js"></script>
<div id="container" style="width: 550px; height: 400px; margin: 0 auto"></div>
<script language="JavaScript">
$(document).ready(function() {
hours: now.getHours() + now.getMinutes() / 60,
minutes: now.getMinutes() * 12 / 60 + now.getSeconds() * 12 / 3600,
seconds: now.getSeconds() * 12 / 60
function pad(number, length) {
return new Array((length || 2) + 1 - String(number).length).join(0) + number;
plotBackgroundColor: null,
plotBackgroundImage: null,