highchart横纵坐标都是时间轴 的实现
//自定义Date的格式 Date.prototype.Format = function (fmt) { //author: meizz var o = { "M+": this.getMonth() + 1, //月份 "d+": this.getDate(), //日 "h+": this.get