From a0ea0f5d74eee151ed4cadf3f41b3638376d05d3 Mon Sep 17 00:00:00 2001 From: Tim <47184194+imgde@users.noreply.github.com> Date: Wed, 18 Jun 2025 12:49:02 +0200 Subject: [PATCH] StatInfo --- 01-frontend/src/helper/adminpanel/StatisticsInfo.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/01-frontend/src/helper/adminpanel/StatisticsInfo.tsx b/01-frontend/src/helper/adminpanel/StatisticsInfo.tsx index 9576fb7..f3e0afb 100644 --- a/01-frontend/src/helper/adminpanel/StatisticsInfo.tsx +++ b/01-frontend/src/helper/adminpanel/StatisticsInfo.tsx @@ -220,8 +220,9 @@ export default function StatisticsInfo() { series={[{ data: stockPercent, innerRadius: 10, - outerRadius: 90, - cornerRadius: 3 + outerRadius: 85, + cornerRadius: 5, + paddingAngle: 2 }]} width={200} height={200}