feat: reduce chart radius to add padding

This commit is contained in:
Ephraim Atta-Duncan
2023-08-17 10:57:36 +00:00
parent 96e8962956
commit b564e5e72f

View File

@@ -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"
> >