修正活跃IP统计折线图单位

This commit is contained in:
zhangwei
2019-01-08 10:15:40 +06:00
parent 32e2977ea4
commit c564000736
2 changed files with 2 additions and 2 deletions

View File

@@ -295,7 +295,7 @@ function showIpActiveChart(xData,series){
},
yAxis: {
title: {
text: 'bytes'
text: 'Link Numbers'
}
},
credits:{//是否有highcharts水印

View File

@@ -282,7 +282,7 @@
var data=new Array();
var xData=new Array();
var drillData=new Array();
var unit="Link Times";
var unit="Link Numbers";
$(rs).each(function(i, d) {
var inoctetsNum=d.linkNum;
// unit=changeUnit(inoctetsNum);