【fix:bug87817】-收入分类统计-解决图例和饼状图文字重叠的问题

This commit is contained in:
fengchenchen
2024-07-30 19:40:58 +08:00
parent 468c7c3460
commit d20e10f6dc
+2 -2
View File
@@ -213,8 +213,8 @@ export default {
legend: {
bottom: '2%',
right: '2%',
padding: [0,70, 0, 70],
itemGap:40 // 图例之间的间距
padding: [0, 70, 10, 70],
itemGap: 20 // 图例之间的间距
},
labelLine: {
lineStyle: {