Merge branch 'develop' of https://git.mesalab.cn/K18_NTCS_WEB/NTC.git into develop
This commit is contained in:
@@ -82,7 +82,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<script src="${pageContext.request.contextPath}/static/global/plugins/highcharts/js/highcharts.js"></script>
|
<script src="${pageContext.request.contextPath}/static/global/plugins/highcharts/js/highcharts.js"></script>
|
||||||
<script src="${pageContext.request.contextPath}/static/global/plugins/highcharts/js/exporting.js"></script>
|
<script src="${pageContext.request.contextPath}/static/global/plugins/highcharts/js/exporting.js"></script>
|
||||||
<script src="${pageContext.request.contextPath}/static/global/plugins/highcharts/js/series-label.js"></script>
|
<%-- <script src="${pageContext.request.contextPath}/static/global/plugins/highcharts/js/series-label.js"></script> --%>
|
||||||
<script src="${pageContext.request.contextPath}/static/global/plugins/highcharts/js/offline-exporting.js"></script>
|
<script src="${pageContext.request.contextPath}/static/global/plugins/highcharts/js/offline-exporting.js"></script>
|
||||||
<script src="${pageContext.request.contextPath}/static/global/plugins/highcharts/js/exporting-data.js"></script>
|
<script src="${pageContext.request.contextPath}/static/global/plugins/highcharts/js/exporting-data.js"></script>
|
||||||
<script src="${pageContext.request.contextPath}/static/global/plugins/highcharts/js/standalone.js"></script>
|
<script src="${pageContext.request.contextPath}/static/global/plugins/highcharts/js/standalone.js"></script>
|
||||||
@@ -162,6 +162,8 @@ function changeBandwidth(unitType,beginDate,endDate){
|
|||||||
// type:'area',
|
// type:'area',
|
||||||
name: "IPv4",
|
name: "IPv4",
|
||||||
data: ipv4data,
|
data: ipv4data,
|
||||||
|
lineColor:'#aecdff',
|
||||||
|
lineWidth:1,
|
||||||
marker: {
|
marker: {
|
||||||
enabled: false
|
enabled: false
|
||||||
}
|
}
|
||||||
@@ -169,6 +171,8 @@ function changeBandwidth(unitType,beginDate,endDate){
|
|||||||
// type:'area',
|
// type:'area',
|
||||||
name: "IPv6",
|
name: "IPv6",
|
||||||
data: ipv6data,
|
data: ipv6data,
|
||||||
|
lineColor:'#9ac0fe',
|
||||||
|
lineWidth:1,
|
||||||
marker: {
|
marker: {
|
||||||
enabled: false
|
enabled: false
|
||||||
}
|
}
|
||||||
@@ -176,6 +180,8 @@ function changeBandwidth(unitType,beginDate,endDate){
|
|||||||
// type:'area',
|
// type:'area',
|
||||||
name: "TCP",
|
name: "TCP",
|
||||||
data: tcpdata,
|
data: tcpdata,
|
||||||
|
lineColor:'#85b4fe',
|
||||||
|
lineWidth:1,
|
||||||
marker: {
|
marker: {
|
||||||
enabled: false
|
enabled: false
|
||||||
}
|
}
|
||||||
@@ -183,6 +189,8 @@ function changeBandwidth(unitType,beginDate,endDate){
|
|||||||
// type:'area',
|
// type:'area',
|
||||||
name: "UDP",
|
name: "UDP",
|
||||||
data: udpdata,
|
data: udpdata,
|
||||||
|
lineColor:'#71a7fe',
|
||||||
|
lineWidth:1,
|
||||||
marker: {
|
marker: {
|
||||||
enabled: false
|
enabled: false
|
||||||
}
|
}
|
||||||
@@ -203,6 +211,8 @@ function changeBandwidth(unitType,beginDate,endDate){
|
|||||||
// type:'area',
|
// type:'area',
|
||||||
name: "IPv4",
|
name: "IPv4",
|
||||||
data: ipv4data2,
|
data: ipv4data2,
|
||||||
|
lineColor:'#aecdff',
|
||||||
|
lineWidth:1,
|
||||||
marker: {
|
marker: {
|
||||||
enabled: false
|
enabled: false
|
||||||
}
|
}
|
||||||
@@ -210,6 +220,8 @@ function changeBandwidth(unitType,beginDate,endDate){
|
|||||||
// type:'area',
|
// type:'area',
|
||||||
name: "IPv6",
|
name: "IPv6",
|
||||||
data: ipv6data2,
|
data: ipv6data2,
|
||||||
|
lineColor:'#9ac0fe',
|
||||||
|
lineWidth:1,
|
||||||
marker: {
|
marker: {
|
||||||
enabled: false
|
enabled: false
|
||||||
}
|
}
|
||||||
@@ -217,6 +229,8 @@ function changeBandwidth(unitType,beginDate,endDate){
|
|||||||
// type:'area',
|
// type:'area',
|
||||||
name: "TCP",
|
name: "TCP",
|
||||||
data: tcpdata2,
|
data: tcpdata2,
|
||||||
|
lineColor:'#85b4fe',
|
||||||
|
lineWidth:1,
|
||||||
marker: {
|
marker: {
|
||||||
enabled: false
|
enabled: false
|
||||||
}
|
}
|
||||||
@@ -224,6 +238,8 @@ function changeBandwidth(unitType,beginDate,endDate){
|
|||||||
// type:'area',
|
// type:'area',
|
||||||
name: "UDP",
|
name: "UDP",
|
||||||
data: udpdata2,
|
data: udpdata2,
|
||||||
|
lineColor:'#71a7fe',
|
||||||
|
lineWidth:1,
|
||||||
marker: {
|
marker: {
|
||||||
enabled: false
|
enabled: false
|
||||||
}
|
}
|
||||||
@@ -258,7 +274,7 @@ function showBandwidthChart(id,unitType,xdata,ydata,title){
|
|||||||
x: 5
|
x: 5
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
colors: ['#25a2ff','#0594ff','#0086e9','#026fc0'],
|
colors: ['#d6e6ff','#c2d9ff','#aecdff','#9ac0fe'],
|
||||||
noData:{
|
noData:{
|
||||||
style: {//设置字体颜色
|
style: {//设置字体颜色
|
||||||
color: '#413333',
|
color: '#413333',
|
||||||
@@ -328,7 +344,7 @@ function showBandwidthChart(id,unitType,xdata,ydata,title){
|
|||||||
enabled:false
|
enabled:false
|
||||||
},plotOptions: {
|
},plotOptions: {
|
||||||
/* area: {
|
/* area: {
|
||||||
marker: {
|
/* marker: {
|
||||||
radius: 2
|
radius: 2
|
||||||
},
|
},
|
||||||
lineWidth: 1,
|
lineWidth: 1,
|
||||||
@@ -337,7 +353,8 @@ function showBandwidthChart(id,unitType,xdata,ydata,title){
|
|||||||
lineWidth: 1
|
lineWidth: 1
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
threshold: null
|
threshold: null
|
||||||
|
lineColor:'#8216db'
|
||||||
}, */
|
}, */
|
||||||
series: {
|
series: {
|
||||||
label: {
|
label: {
|
||||||
|
|||||||
Reference in New Issue
Block a user