流量统计活跃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

@@ -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一小时间隔五分钟统计