Skip to content

Commit 5b60031

Browse files
committed
Update RadialChart.tsx
1 parent f5c419f commit 5b60031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/charts/src/components/RadialChart/RadialChart.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const RadialChart: FC<RadialChartProps> = forwardRef((props: RadialChartProps, r
7272
background={radialBarBackground}
7373
dataKey="value"
7474
cornerRadius="50%"
75-
fill={color ?? `var(--sapChart_OrderedColor_${(0 % 12) + 1})`}
75+
fill={color ?? ThemingParameters.sapChart_OrderedColor_1}
7676
onClick={onDataPointClickInternal}
7777
/>
7878
<text

0 commit comments

Comments
 (0)