From 6b9a987b9861b5dd9c2a0da32c9fdd57f034b885 Mon Sep 17 00:00:00 2001 From: songjie Date: Wed, 21 Jan 2026 14:18:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=B1=E7=8A=B6=E5=9B=BE=E5=9E=82=E7=9B=B4?= =?UTF-8?q?=E5=B1=85=E4=B8=AD=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/PlatformData/UserOverview.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/PlatformData/UserOverview.vue b/src/views/PlatformData/UserOverview.vue index 6d06983..e42386c 100644 --- a/src/views/PlatformData/UserOverview.vue +++ b/src/views/PlatformData/UserOverview.vue @@ -306,14 +306,16 @@ const initCharts = () => { type: 'bar', barWidth: '20%', color: '#40a9ff', - data: [580, 1150, 650, 780, 0, 0] + data: [580, 1150, 650, 780, 0, 0], + stack: 'total' }, { name: '老用户', type: 'bar', barWidth: '20%', color: '#9287e7', - data: [0, 0, 0, 0, 1100, 1300] + data: [0, 0, 0, 0, 1100, 1300], + stack: 'total' } ] });