如果你的x轴是时间又是世纪秒的话又按以下设置的话,把xAxis的设置去掉试试看,
因为highstock会对世纪秒自动转换的
// xAxis: {
// // max: 23,
// min: 0,
// labels: {
// formatter: function () {
// //在空数据情况下
// //if (currentA == "")
// // var vdate =new Date(currentA[this.value][0]);
// console.log(this.value);
// return Highcharts.dateFormat('%H:%M', this.value);
// }