Update pie chart inner padding (#16121)
## Before <img width="2548" height="1024" alt="CleanShot 2025-11-27 at 12 13 24@2x" src="https://github.com/user-attachments/assets/f2182821-1398-4f29-a5ee-2ffc5653d416" /> ## After <img width="2558" height="1034" alt="CleanShot 2025-11-27 at 12 13 04@2x" src="https://github.com/user-attachments/assets/147ba875-0432-4525-b847-e1f2426849ed" />
This commit is contained in:
+1
-1
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user