流量统计页面背景线条颜色改变
This commit is contained in:
@@ -162,7 +162,7 @@ function changeBandwidth(unitType,beginDate,endDate){
|
||||
// type:'area',
|
||||
name: "IPv4",
|
||||
data: ipv4data,
|
||||
lineColor:'#aecdff',
|
||||
lineColor:'#a9d4cf',
|
||||
lineWidth:1,
|
||||
marker: {
|
||||
enabled: false
|
||||
@@ -171,7 +171,7 @@ function changeBandwidth(unitType,beginDate,endDate){
|
||||
// type:'area',
|
||||
name: "IPv6",
|
||||
data: ipv6data,
|
||||
lineColor:'#9ac0fe',
|
||||
lineColor:'#eecf8d',
|
||||
lineWidth:1,
|
||||
marker: {
|
||||
enabled: false
|
||||
@@ -180,7 +180,7 @@ function changeBandwidth(unitType,beginDate,endDate){
|
||||
// type:'area',
|
||||
name: "TCP",
|
||||
data: tcpdata,
|
||||
lineColor:'#85b4fe',
|
||||
lineColor:'#f1aa76',
|
||||
lineWidth:1,
|
||||
marker: {
|
||||
enabled: false
|
||||
@@ -189,7 +189,7 @@ function changeBandwidth(unitType,beginDate,endDate){
|
||||
// type:'area',
|
||||
name: "UDP",
|
||||
data: udpdata,
|
||||
lineColor:'#71a7fe',
|
||||
lineColor:'#88b876',
|
||||
lineWidth:1,
|
||||
marker: {
|
||||
enabled: false
|
||||
@@ -208,42 +208,42 @@ function changeBandwidth(unitType,beginDate,endDate){
|
||||
|
||||
var series=new Array();
|
||||
series.push({
|
||||
// type:'area',
|
||||
name: "IPv4",
|
||||
data: ipv4data2,
|
||||
lineColor:'#aecdff',
|
||||
lineWidth:1,
|
||||
marker: {
|
||||
enabled: false
|
||||
}
|
||||
},{
|
||||
// type:'area',
|
||||
name: "IPv6",
|
||||
data: ipv6data2,
|
||||
lineColor:'#9ac0fe',
|
||||
lineWidth:1,
|
||||
marker: {
|
||||
enabled: false
|
||||
}
|
||||
},{
|
||||
// type:'area',
|
||||
name: "TCP",
|
||||
data: tcpdata2,
|
||||
lineColor:'#85b4fe',
|
||||
lineWidth:1,
|
||||
marker: {
|
||||
enabled: false
|
||||
}
|
||||
},{
|
||||
// type:'area',
|
||||
name: "UDP",
|
||||
data: udpdata2,
|
||||
lineColor:'#71a7fe',
|
||||
lineWidth:1,
|
||||
marker: {
|
||||
enabled: false
|
||||
}
|
||||
});
|
||||
// type:'area',
|
||||
name: "IPv4",
|
||||
data: ipv4data2,
|
||||
lineColor:'#a9d4cf',
|
||||
lineWidth:1,
|
||||
marker: {
|
||||
enabled: false
|
||||
}
|
||||
},{
|
||||
// type:'area',
|
||||
name: "IPv6",
|
||||
data: ipv6data2,
|
||||
lineColor:'#eecf8d',
|
||||
lineWidth:1,
|
||||
marker: {
|
||||
enabled: false
|
||||
}
|
||||
},{
|
||||
// type:'area',
|
||||
name: "TCP",
|
||||
data: tcpdata2,
|
||||
lineColor:'#f1aa76',
|
||||
lineWidth:1,
|
||||
marker: {
|
||||
enabled: false
|
||||
}
|
||||
},{
|
||||
// type:'area',
|
||||
name: "UDP",
|
||||
data: udpdata2,
|
||||
lineColor:'#88b876',
|
||||
lineWidth:1,
|
||||
marker: {
|
||||
enabled: false
|
||||
}
|
||||
});
|
||||
$("#total2").val(JSON.stringify(total2));
|
||||
showBandwidthChart("chart2",unitType,xdata,series,"Alamty");
|
||||
closeTip();
|
||||
@@ -274,7 +274,8 @@ function showBandwidthChart(id,unitType,xdata,ydata,title){
|
||||
x: 5
|
||||
}
|
||||
},
|
||||
colors: ['#d6e6ff','#c2d9ff','#aecdff','#9ac0fe'],
|
||||
//colors: ['#d6e6ff','#c2d9ff','#aecdff','#9ac0fe'],
|
||||
colors:['#e5e3cd','#f1e5cd','#f3ebdf','#f3f7f1'],
|
||||
noData:{
|
||||
style: {//设置字体颜色
|
||||
color: '#413333',
|
||||
|
||||
Reference in New Issue
Block a user