1.修改流量统计折线图的时区设置;

2.修改服务接口的参数,将版本信息改为在接口的方法参数中,而不是接口URL参数中;
3.修改配置启停任务调度逻辑。
This commit is contained in:
zhangwei
2019-01-02 17:17:15 +06:00
parent aabaf6b5dd
commit e6426052cd
9 changed files with 553 additions and 211 deletions

View File

@@ -260,6 +260,7 @@ function changeBandwidth(unitType,beginDate,endDate){
/* 网络带宽时间维度趋势图 */
function showBandwidthChart(id,unitType,xdata,ydata,title){
var nowDate=new Date();
Highcharts.setOptions({ global: { useUTC: false } });
var chart = Highcharts.chart(id, {
chart:{
type: 'area',
@@ -382,7 +383,7 @@ function showBandwidthChart(id,unitType,xdata,ydata,title){
}, */
series:ydata
});
Highcharts.setOptions({ global: { useUTC: false } });
}
(function(H) {
H.Chart.prototype.downloadXLS = function() {