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' } ]