feat: reduce chart radius to add padding
This commit is contained in:
@@ -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