Browse Source

新增新增了“HC 注册过”和“Link 注册过”类别;

zhaowenkang/feature-20260206140254-后台AI复盘二期
songjie 1 month ago
parent
commit
4e13af9670
  1. 6
      src/views/PlatformData/UserOverview.vue

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

Loading…
Cancel
Save