@ -5,6 +5,7 @@
.text {
display: none;
fill: white;
font-weight: 800;
}
.group:hover>.path {
@ -31,7 +31,7 @@ export function PieChart(props: PieChartProps) {
fill="aqua"
pieValue={(d: PieChartData) => d.value}
outerRadius={100}
cornerRadius={3}
cornerRadius={5}
padAngle={0.1}
>
{(pie) => <PieSlice {...pie} />}