diff --git a/packages/twenty-front/src/modules/page-layout/widgets/graph/graphWidgetPieChart/components/GraphWidgetPieChart.tsx b/packages/twenty-front/src/modules/page-layout/widgets/graph/graphWidgetPieChart/components/GraphWidgetPieChart.tsx index 591906dcee..3feaecf55b 100644 --- a/packages/twenty-front/src/modules/page-layout/widgets/graph/graphWidgetPieChart/components/GraphWidgetPieChart.tsx +++ b/packages/twenty-front/src/modules/page-layout/widgets/graph/graphWidgetPieChart/components/GraphWidgetPieChart.tsx @@ -129,7 +129,7 @@ export const GraphWidgetPieChart = ({ data={chartData} margin={showDataLabels && !hasNoData ? PIE_CHART_MARGINS : {}} innerRadius={0.8} - padAngle={hasNoData ? 0 : 1} + padAngle={hasNoData ? 0 : 0.4} colors={chartColors} borderWidth={0} enableArcLinkLabels={showDataLabels && !hasNoData}