From 24940b559497edac6bd59f06d5718b0974ec4c32 Mon Sep 17 00:00:00 2001 From: xbx <1827135378@qq.com> Date: Thu, 9 May 2024 21:30:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E6=97=B6=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/live/realTime.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/live/realTime.vue b/src/views/live/realTime.vue index c3809ea..d29f8e3 100644 --- a/src/views/live/realTime.vue +++ b/src/views/live/realTime.vue @@ -219,7 +219,7 @@ export default { 28654, 28537, ], - data3: [8002323, 10002304, 12938683.5], + data3: [80002, 82024, 85383.5], data4: [10869, 11108, 12109], num: 4149861, redu: 31904, @@ -336,7 +336,7 @@ export default { if (this.data3.length >= 60) { this.data3.shift(); } - this.data3.push(Math.floor(Math.random() * (5000 - 2000 + 1)) + 2000 + this.data3[this.data3.length - 1]); + this.data3.push(Math.floor(Math.random() * (5000 - 3000 + 1)) + this.data3[this.data3.length - 1]); this.chartInstance3.setOption({ xAxis: { data: this.data3.map((item, index) => {