优化界面

This commit is contained in:
GoEdgeLab
2021-07-21 08:07:46 +08:00
parent a00bdb1563
commit 88271f0166
25 changed files with 187 additions and 178 deletions

View File

@@ -65,7 +65,7 @@ Tea.context(function () {
return Math.max(v.bytes, v.cachedBytes)
})
let chart = echarts.init(chartBox)
let chart = teaweb.initChart(chartBox)
let option = {
xAxis: {
data: stats.map(function (v) {
@@ -198,7 +198,7 @@ Tea.context(function () {
return Math.max(v.countRequests, v.countCachedRequests)
})
let chart = echarts.init(chartBox)
let chart = teaweb.initChart(chartBox)
let option = {
xAxis: {
data: stats.map(function (v) {

View File

@@ -111,7 +111,7 @@ Tea.context(function () {
return Math.max(v.bytes, v.cachedBytes)
})
let chart = echarts.init(chartBox)
let chart = teaweb.initChart(chartBox)
let option = {
xAxis: {
data: stats.map(function (v) {
@@ -247,7 +247,7 @@ Tea.context(function () {
return Math.max(v.countRequests, v.countCachedRequests)
})
let chart = echarts.init(chartBox)
let chart = teaweb.initChart(chartBox)
let option = {
xAxis: {
data: stats.map(function (v) {