产品-薪酬统计分析
This commit is contained in:
parent
e08ba04657
commit
aa7c407f9f
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue