diff --git a/packages/widgets/src/system-resources/chart/common-chart.tsx b/packages/widgets/src/system-resources/chart/common-chart.tsx index 3a5496eb3..40760abdd 100644 --- a/packages/widgets/src/system-resources/chart/common-chart.tsx +++ b/packages/widgets/src/system-resources/chart/common-chart.tsx @@ -42,7 +42,7 @@ export const CommonChart = ({ pos={"relative"} style={{ overflow: "visible" }} p={0} - bg={data.length <= 1 ? backgroundColor : undefined} + bg={backgroundColor} radius={board.itemRadius} > {data.length > 1 && height > 40 && !hovered && (