流量统计调整图形显示排序,修改国际化
This commit is contained in:
@@ -197,7 +197,7 @@
|
||||
<spring:message code="traffic_app_chart"/> <!-- <a href="#"><i class="fa fa-list-ul"></i></a> -->
|
||||
<a href="javascipt:void(0)" onclick="appTypeList();return false;"><i class="fa fa-refresh"></i></a>
|
||||
</div>
|
||||
<!--app应用图 --><div id="chart_3" class="" style="width:100%;height: 400px;"></div>
|
||||
<!--app应用图 --><div id="chart_3" class="" style="width:100%;height: 420px;"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -637,7 +637,7 @@ function systemList(){
|
||||
$("#tbodyData1").prepend("<tr class='frist rowData'><td></td><td style='color:#fff'>No Data</td><td></td></tr>");
|
||||
}
|
||||
//终端图-操作系统
|
||||
echart_2(rs);
|
||||
echart_2(rs.reverse());
|
||||
}
|
||||
},
|
||||
});
|
||||
@@ -655,7 +655,7 @@ function osClick(osType,obj){
|
||||
dataType:"json",
|
||||
cache:false,async:true,
|
||||
success:function (rs) {
|
||||
echart_5(rs);
|
||||
echart_5(rs.reverse());
|
||||
},
|
||||
});
|
||||
}
|
||||
@@ -670,7 +670,7 @@ function bsClick(bsType,obj){
|
||||
dataType:"json",
|
||||
cache:false,async:true,
|
||||
success:function (rs) {
|
||||
echart_2(rs);
|
||||
echart_2(rs.reverse());
|
||||
},
|
||||
});
|
||||
}
|
||||
@@ -728,7 +728,7 @@ function browserList() {
|
||||
$("#tbodyData1").prepend("<tr class='frist rowData'><td></td><td style='color:#fff'>No Data</td><td></td></tr>");
|
||||
}
|
||||
//终端图-浏览器
|
||||
echart_5(rs);
|
||||
echart_5(rs.reverse());
|
||||
}
|
||||
},
|
||||
});
|
||||
@@ -782,7 +782,7 @@ function websiteList() {
|
||||
$("#tbodyData2").prepend("<tr class='frist rowData'><td></td><td style='color:#fff'>No Data</td><td></td></tr>");
|
||||
}
|
||||
//网站统计图
|
||||
echart_4(rs);
|
||||
echart_4(rs.reverse());
|
||||
}
|
||||
},
|
||||
});
|
||||
@@ -800,7 +800,7 @@ function webClick(websiteServiceId,obj){
|
||||
dataType:"json",
|
||||
cache:false,async:true,
|
||||
success:function (rs) {
|
||||
echart_6(rs);
|
||||
echart_6(rs.reverse());
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user