产品-薪酬统计分析

This commit is contained in:
黎永顺 2023-05-16 14:06:12 +08:00
parent e08ba04657
commit aa7c407f9f
1 changed files with 8 additions and 1 deletions

View File

@ -401,8 +401,15 @@ export const mapPieOptions = (params) => ({
data: _.map(item.data, (it) => ({ ...it, value: it.value.replace(/,/g, "") })),
type: "pie",
radius: "60%",
avoidLabelOverlap: false,
avoidLabelOverlap: true,
animation: false,
labelLine: {
show: true,
normal: {
length: 5,
align: "center"
}
},
itemStyle: {
normal: {
color: function (colors) {