来自于四明山的码农

 

highstock无图像

如果你的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);

// }

 

posted on 2014-04-18 16:12  技术先锋  阅读(240)  评论(0编辑  收藏  举报

导航