mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 16:23:06 +10:00
feat: reduce chart radius to add padding
This commit is contained in:
committed by
Mythie
parent
fac1d34d24
commit
7fda1d2010
@ -60,8 +60,8 @@ export const CapTable = ({ className, ...props }: CapTableProps) => {
|
|||||||
cy="50%"
|
cy="50%"
|
||||||
labelLine={false}
|
labelLine={false}
|
||||||
label={renderCustomizedLabel}
|
label={renderCustomizedLabel}
|
||||||
outerRadius={180}
|
outerRadius={160}
|
||||||
innerRadius={100}
|
innerRadius={80}
|
||||||
fill="#8884d8"
|
fill="#8884d8"
|
||||||
dataKey="percentage"
|
dataKey="percentage"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user