diff --git a/pc4mobx/hrmSalary/pages/reportView/components/condition.js b/pc4mobx/hrmSalary/pages/reportView/components/condition.js index 5b38c364..c8422666 100644 --- a/pc4mobx/hrmSalary/pages/reportView/components/condition.js +++ b/pc4mobx/hrmSalary/pages/reportView/components/condition.js @@ -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) {