流量统计活跃ip中设置导出图比例,增加国际化
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
},
|
||||
|
||||
@@ -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一小时间隔五分钟统计
|
||||
|
||||
Reference in New Issue
Block a user