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