|
@@ -16,10 +16,11 @@ 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: 20 },
|
|
|
|
+ { name: '产品优势包装', max: 20 },
|
|
|
|
+ { name: '客户购车需求', max: 20},
|
|
|
|
+ { name: '客户画像采集', max: 20 },
|
|
|
|
+ { name: '沟通转化效果', max: 20 }
|
|
],
|
|
],
|
|
axisName: {
|
|
axisName: {
|
|
color: '#fff',
|
|
color: '#fff',
|