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,