Showing
1 changed file
with
3 additions
and
3 deletions
| ... | ... | @@ -50,8 +50,8 @@ |
| 50 | 50 | const labelLine = { |
| 51 | 51 | normal: { |
| 52 | 52 | show: true, |
| 53 | - length: 20, | |
| 54 | - length2: 20, | |
| 53 | + length: 30, | |
| 54 | + length2: 0, | |
| 55 | 55 | lineStyle: { |
| 56 | 56 | color: '#808080', |
| 57 | 57 | }, |
| ... | ... | @@ -93,7 +93,7 @@ |
| 93 | 93 | formatter: `${legendKey}${((value! / total!) * 100).toFixed(2)}%`, |
| 94 | 94 | borderWidth: 5, |
| 95 | 95 | borderRadius: 0, |
| 96 | - padding: [90, -60], | |
| 96 | + padding: [90, -30], | |
| 97 | 97 | }, |
| 98 | 98 | }, |
| 99 | 99 | labelLine, | ... | ... |