流量统计活跃ip中设置导出图比例,增加国际化

This commit is contained in:
zhanghongqing
2018-11-22 17:36:06 +08:00
parent 1403d2c2bb
commit 6a9f2025a2
5 changed files with 15 additions and 31 deletions

View File

@@ -1308,4 +1308,6 @@ req_header=Request Header
resp_header=Response Header
req_body=Request Body
resp_body=Response Body
dns_sub=DNS Security
dns_sub=DNS Security
action_cache=Cache
action_cache_whitelist=Cache Bypass

View File

@@ -1308,4 +1308,6 @@ req_header=Request Header
resp_header=Response Header
req_body=Request Body
resp_body=Response Body\u3001
dns_sub=DNS Security
dns_sub=DNS Security
action_cache=\u043A\u044D\u0448
action_cache_whitelist=\u0431\u0430\u0439\u043F\u0430\u0441 \u043A\u044D\u0448\u0430

View File

@@ -1304,4 +1304,6 @@ req_header=\u539F\u59CB\u8BF7\u6C42\u5934
resp_header=\u539F\u59CB\u5E94\u7B54\u5934
req_body=\u539F\u59CB\u8BF7\u6C42\u4F53
resp_body=\u539F\u59CB\u5E94\u7B54\u4F53
dns_sub=DNS\u5B89\u5168\u673A\u5236
dns_sub=DNS\u5B89\u5168\u673A\u5236
action_cache=\u7F13\u5B58
action_cache_whitelist=\u7F13\u5B58\u767D\u540D\u5355

View File

@@ -133,7 +133,8 @@ $(function(){
var url = "${ctx}/ntc/av/sample/selectVedioPicture?picFilePath="+encodeURIComponent(data.picFilePath);
//openPicWindow(url);
}else{
alert(data.msg);
top.$.jBox.tip(data.msg, "<spring:message code='info'/>");
return;
}
},

View File

@@ -93,17 +93,10 @@ function showIpActiveChart(rs){
})
var chart = Highcharts.chart('chart', {
exporting: {
allowHTML:true,
chartOptions: {
plotOptions: {
series: {
dataLabels: {
enabled: true,
allowOverlap: true, // 允许数据标签重叠
},
},
}
}
filename:'IP-Active',
scale:1,
sourceWidth: 1280,
sourceHeight: 500,
},
title: {
text: null
@@ -140,22 +133,6 @@ function showIpActiveChart(rs){
verticalAlign: 'middle'
},
series: series,
responsive: {
rules: [{
condition: {
maxWidth: 500
},
chartOptions: {
legend: {
layout: 'horizontal',
align: 'center',
verticalAlign: 'bottom'
}
}
}]
}
});
}
//活跃IP一小时间隔五分钟统计