From c7cb5465ff5e63d2de97c8f33ffc2493c3aa3ad8 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Mon, 1 Sep 2025 10:30:27 +0200 Subject: [PATCH] chore: chart bar adjustments (#10555) Updates chart bars with explicit border radii. Before: image After: image --- .../CreationArchiveChart/CreationArchiveChart.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/component/insights/componentsChart/CreationArchiveChart/CreationArchiveChart.tsx b/frontend/src/component/insights/componentsChart/CreationArchiveChart/CreationArchiveChart.tsx index b1344ca74b..52a30975e1 100644 --- a/frontend/src/component/insights/componentsChart/CreationArchiveChart/CreationArchiveChart.tsx +++ b/frontend/src/component/insights/componentsChart/CreationArchiveChart/CreationArchiveChart.tsx @@ -141,6 +141,7 @@ export const CreationArchiveChart: FC = ({ mode: 'index' as const, intersect: false, }, + datasets: { bar: { borderRadius: 4 } }, plugins: { legend: { position: 'bottom' as const,