优化代码

This commit is contained in:
刘祥超
2022-04-22 09:58:25 +08:00
parent 94f5f1faf6
commit e26cf2a19d
10 changed files with 30 additions and 28 deletions

View File

@@ -60,7 +60,7 @@ Tea.context(function () {
return v.count / axis.divider;
}),
itemStyle: {
color: "#9DD3E8"
color: teaweb.DefaultChartColor
},
barWidth: "20em"
}

View File

@@ -73,10 +73,10 @@ Tea.context(function () {
return v.countRequests / axis.divider
}),
itemStyle: {
color: "#9DD3E8"
color: teaweb.DefaultChartColor
},
areaStyle: {
color: "#9DD3E8"
color: teaweb.DefaultChartColor
},
smooth: true
},
@@ -147,10 +147,10 @@ Tea.context(function () {
return v.bytes / axis.divider
}),
itemStyle: {
color: "#9DD3E8"
color: teaweb.DefaultChartColor
},
areaStyle: {
color: "#9DD3E8"
color: teaweb.DefaultChartColor
},
smooth: true
},

View File

@@ -73,10 +73,10 @@ Tea.context(function () {
return v.countRequests / axis.divider
}),
itemStyle: {
color: "#9DD3E8"
color: teaweb.DefaultChartColor
},
areaStyle: {
color: "#9DD3E8"
color: teaweb.DefaultChartColor
},
smooth: true
},
@@ -147,10 +147,10 @@ Tea.context(function () {
return v.bytes / axis.divider
}),
itemStyle: {
color: "#9DD3E8"
color: teaweb.DefaultChartColor
},
areaStyle: {
color: "#9DD3E8"
color: teaweb.DefaultChartColor
},
smooth: true
},

View File

@@ -82,10 +82,10 @@ Tea.context(function () {
return v.countRequests / axis.divider
}),
itemStyle: {
color: "#9DD3E8"
color: teaweb.DefaultChartColor
},
areaStyle: {
color: "#9DD3E8"
color: teaweb.DefaultChartColor
},
smooth: true
},
@@ -156,10 +156,10 @@ Tea.context(function () {
return v.bytes / axis.divider
}),
itemStyle: {
color: "#9DD3E8"
color: teaweb.DefaultChartColor
},
areaStyle: {
color: "#9DD3E8"
color: teaweb.DefaultChartColor
},
smooth: true
},

View File

@@ -51,7 +51,7 @@ Tea.context(function () {
return v.count / axis.divider;
}),
itemStyle: {
color: "#9DD3E8"
color: teaweb.DefaultChartColor
},
barWidth: "20em"
}

View File

@@ -72,7 +72,7 @@ Tea.context(function () {
return v.count / axis.divider;
}),
itemStyle: {
color: "#9DD3E8"
color: teaweb.DefaultChartColor
},
barWidth: "20em"
}

View File

@@ -79,7 +79,7 @@ Tea.context(function () {
}),
areaStyle: {},
itemStyle: {
color: "#9DD3E8"
color: teaweb.DefaultChartColor
},
smooth: true
},
@@ -159,7 +159,7 @@ Tea.context(function () {
return v.count / axis.divider;
}),
itemStyle: {
color: "#9DD3E8"
color: teaweb.DefaultChartColor
},
barWidth: "20em"
}