option = {
tooltip: {
},
radar: {
shape: "polygon",
radius: "60%",
center: ["50%", "50%"],
name: {
textStyle: {
color: "-sharp818181"
}
},
axisLine: {
lineStyle: {
color: "-sharp1e88e5",
}
},
splitLine: {
lineStyle: {
color: "-sharp1e88e5",
}
},
splitArea: {
areaStyle: {
color: ["-sharpf4f8ff", "-sharpe0ebff"]
}
},
indicator: [{
name: "",
max: 6500
}, {
name: "",
max: 6500
}, {
name: "",
max: 6500
}, {
name: "",
max: 6500
}, {
name: "",
max: 6500
}, {
name: "",
max: 6500
}, {
name: "",
max: 6500
}, {
name: "",
max: 6500
}, {
name: "",
max: 6500
}, {
name: "",
max: 6500
}, {
name: "",
max: 6500
}, {
name: "",
max: 6500
}]
},
series: [{
name: "",
type: "radar",
lineStyle: {
normal: {
color: "-sharp2dc76d",
}
},
itemStyle: {
normal: {
color: "-sharp2dc76d",
},
formatter: "{c}%"
},
areaStyle: {
normal: {
color: "-sharp2dc76d",
opacity: 0.5
}
},
data: [{
value: [4100, 4300, 4300, 4300, 4300, 4300, 4300, 4300, 4300, 4300, 4300, 4300],
name: ""
},
]
}]
}
how to display this option as a percentage in echarts. I"ve been working on it for a long time