提交 55d17ce8 编写于 作者: J jialinsun

fix bug

上级 c18848e6
......@@ -239,7 +239,7 @@ function graphMetricChartForApp(container, data, datePair) {
number = number0;
}
return Highcharts.dateFormat('%Y-%m-%d %H:%M', this.x * 5 * 60000 + Date.parse(datePair[this.series.name]))
return Highcharts.dateFormat('%Y-%m-%d %H:%M', this.x*300000 - 8*3600000 + Date.parse(datePair[this.series.name]))
+ '<br/>[' + this.series.name + '] ' + '<b>'
+ number + '</b>';
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册