1.修改流量统计折线图的时区设置;
2.修改服务接口的参数,将版本信息改为在接口的方法参数中,而不是接口URL参数中; 3.修改配置启停任务调度逻辑。
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user