|
|
@@ -16,9 +16,9 @@ const echartsRander = (randarList) => {
|
|
|
center: ['51%', '50%'], // 设置雷达图的中心位置,避免坐标轴名称被遮挡
|
|
|
radius: '58%',
|
|
|
indicator: [
|
|
|
- { name: '自我介绍专业性', max: 20 },
|
|
|
- { name: '产品优势包装', max: 20 },
|
|
|
- { name: '客户购车需求', max: 20},
|
|
|
+ { name: '自我介绍专业性', max: 15 },
|
|
|
+ { name: '产品优势包装', max: 35 },
|
|
|
+ { name: '客户购车需求', max: 10},
|
|
|
{ name: '客户画像采集', max: 20 },
|
|
|
{ name: '沟通转化效果', max: 20 }
|
|
|
],
|