From 4e13af96702f968c053d9e695bc058c8fc4c0b7a Mon Sep 17 00:00:00 2001 From: songjie Date: Wed, 21 Jan 2026 16:57:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=96=B0=E5=A2=9E=E4=BA=86?= =?UTF-8?q?=E2=80=9CHC=20=E6=B3=A8=E5=86=8C=E8=BF=87=E2=80=9D=E5=92=8C?= =?UTF-8?q?=E2=80=9CLink=20=E6=B3=A8=E5=86=8C=E8=BF=87=E2=80=9D=E7=B1=BB?= =?UTF-8?q?=E5=88=AB=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, 3 insertions(+), 3 deletions(-) diff --git a/src/views/PlatformData/UserOverview.vue b/src/views/PlatformData/UserOverview.vue index 88a7143..c1a8d7b 100644 --- a/src/views/PlatformData/UserOverview.vue +++ b/src/views/PlatformData/UserOverview.vue @@ -294,7 +294,7 @@ const initCharts = () => { xAxis: [ { type: 'category', - data: ['App Store', 'Play Store', 'H5', 'APK', 'CRM系统', '其他'], + data: ['App Store', 'Play Store', 'H5', 'APK', 'HC 注册过', 'Link 注册过', '海外 CRM', '其他'], axisTick: { alignWithLabel: true } } ], @@ -307,7 +307,7 @@ const initCharts = () => { type: 'bar', barWidth: '20%', color: '#40a9ff', - data: [580, 1150, 650, 780, 0, 0], + data: [580, 1150, 650, 780, 0, 0, 0, 0], stack: 'total' }, { @@ -315,7 +315,7 @@ const initCharts = () => { type: 'bar', barWidth: '20%', color: '#9287e7', - data: [0, 0, 0, 0, 1100, 1300], + data: [0, 0, 0, 0, 1245, 987, 543, 321], stack: 'total' } ]