From cbc36c114b370592eb704674c91a23e3c111e3d4 Mon Sep 17 00:00:00 2001 From: "shengwen.chen" Date: Thu, 23 Oct 2025 19:58:44 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=8A=A4=E7=90=86=E5=A4=A7=E5=B1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/pageCare/bottomRight/eMid.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/pageCare/bottomRight/eMid.vue b/src/views/pageCare/bottomRight/eMid.vue index 2440203..34c363d 100644 --- a/src/views/pageCare/bottomRight/eMid.vue +++ b/src/views/pageCare/bottomRight/eMid.vue @@ -99,7 +99,7 @@ export default { this.chartOptions['xAxis']['data'] = Array.from({ length: 7 }, (_, i) => dayjs().subtract(i, 'day').format('YYYY-MM-DD') ).reverse(); - this.chartOptions['series'][0]['data'] = [48, 62, 56, 49, 47, 54, 58]; + this.chartOptions['series'][0]['data'] = [18, 22, 16, 19, 17, 24, 28]; console.log(this.chartOptions); chart.setOption(this.chartOptions);