|
@@ -16,10 +16,10 @@ const echartsRander = (randarList) => {
|
|
center: ['51%', '50%'], // 设置雷达图的中心位置,避免坐标轴名称被遮挡
|
|
center: ['51%', '50%'], // 设置雷达图的中心位置,避免坐标轴名称被遮挡
|
|
radius: '58%',
|
|
radius: '58%',
|
|
indicator: [
|
|
indicator: [
|
|
- { name: '自我介绍', max: 25 },
|
|
|
|
- { name: '基础信息', max: 25 },
|
|
|
|
- { name: '购车意向', max: 25 },
|
|
|
|
- { name: '邀约成效', max: 25 }
|
|
|
|
|
|
+ { name: '自我介绍专业性', max: 25 },
|
|
|
|
+ { name: '客户画像采集', max: 25 },
|
|
|
|
+ { name: '需求挖掘能力', max: 25 },
|
|
|
|
+ { name: '沟通转化效果', max: 25 }
|
|
],
|
|
],
|
|
axisName: {
|
|
axisName: {
|
|
color: '#fff',
|
|
color: '#fff',
|