diff --git a/src/views/Statistics/index.vue b/src/views/Statistics/index.vue index 6ac7a16..0fd34ba 100644 --- a/src/views/Statistics/index.vue +++ b/src/views/Statistics/index.vue @@ -501,8 +501,9 @@ export default { name: "", type: "pie", radius: ["48%", "70%"], - avoidLabelOverlap: false, + avoidLabelOverlap: true, data: objoptlis, + }, ], };