mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2026-04-17 08:35:18 +08:00
各个线图改成圆滑曲线
This commit is contained in:
@@ -88,7 +88,8 @@ Tea.context(function () {
|
||||
},
|
||||
areaStyle: {
|
||||
color: "#9DD3E8"
|
||||
}
|
||||
},
|
||||
smooth: true
|
||||
}
|
||||
],
|
||||
animation: true
|
||||
|
||||
@@ -100,7 +100,8 @@ Tea.context(function () {
|
||||
},
|
||||
areaStyle: {
|
||||
color: "#9DD3E8"
|
||||
}
|
||||
},
|
||||
smooth: true
|
||||
},
|
||||
{
|
||||
name: "缓存流量",
|
||||
@@ -113,7 +114,8 @@ Tea.context(function () {
|
||||
},
|
||||
lineStyle: {
|
||||
color: "#61A0A8"
|
||||
}
|
||||
},
|
||||
smooth: true
|
||||
},
|
||||
{
|
||||
name: "攻击流量",
|
||||
@@ -126,7 +128,8 @@ Tea.context(function () {
|
||||
},
|
||||
lineStyle: {
|
||||
color: "#F39494"
|
||||
}
|
||||
},
|
||||
smooth: true
|
||||
}
|
||||
],
|
||||
legend: {
|
||||
@@ -239,7 +242,8 @@ Tea.context(function () {
|
||||
},
|
||||
areaStyle: {
|
||||
color: "#9DD3E8"
|
||||
}
|
||||
},
|
||||
smooth: true
|
||||
},
|
||||
{
|
||||
name: "缓存请求数",
|
||||
@@ -252,7 +256,8 @@ Tea.context(function () {
|
||||
},
|
||||
areaStyle: {
|
||||
color: "#61A0A8"
|
||||
}
|
||||
},
|
||||
smooth: true
|
||||
},
|
||||
{
|
||||
name: "攻击请求数",
|
||||
@@ -265,7 +270,8 @@ Tea.context(function () {
|
||||
},
|
||||
lineStyle: {
|
||||
color: "#F39494"
|
||||
}
|
||||
},
|
||||
smooth: true
|
||||
}
|
||||
],
|
||||
legend: {
|
||||
|
||||
@@ -97,7 +97,8 @@ Tea.context(function () {
|
||||
color: "#879BD7"
|
||||
},
|
||||
areaStyle: {},
|
||||
stack: "总量"
|
||||
stack: "总量",
|
||||
smooth: true
|
||||
},
|
||||
{
|
||||
name: name,
|
||||
@@ -109,7 +110,8 @@ Tea.context(function () {
|
||||
color: "#FBD88A"
|
||||
},
|
||||
areaStyle: {},
|
||||
stack: "总量"
|
||||
stack: "总量",
|
||||
smooth: true
|
||||
},
|
||||
{
|
||||
name: name,
|
||||
@@ -121,7 +123,8 @@ Tea.context(function () {
|
||||
color: "#F39494"
|
||||
},
|
||||
areaStyle: {},
|
||||
stack: "总量"
|
||||
stack: "总量",
|
||||
smooth: true
|
||||
}
|
||||
],
|
||||
animation: true
|
||||
|
||||
@@ -66,7 +66,8 @@ Tea.context(function () {
|
||||
},
|
||||
areaStyle: {
|
||||
color: "#9DD3E8"
|
||||
}
|
||||
},
|
||||
smooth: true
|
||||
}
|
||||
],
|
||||
animation: false
|
||||
@@ -124,7 +125,8 @@ Tea.context(function () {
|
||||
},
|
||||
areaStyle: {
|
||||
color: "#9DD3E8"
|
||||
}
|
||||
},
|
||||
smooth: true
|
||||
}
|
||||
],
|
||||
animation: false
|
||||
|
||||
Reference in New Issue
Block a user