xAxis: {this
type: 'datetime',spa
maxZoom: 14 * 24 * 3600000, // fourteen daysorm
title: {get
text: nullit
},io
labels: {function
formatter:function(){form
var time = new Date(this.value);date
return time.getFullYear()+"-"+(time.getMonth()+1)+"-"+time.getDate();im
}
}
},
yAxis: {
title: {
text: 'rate'
},
labels: {
formatter:function(){
return this.value+'%';
}
}
},