diff --git a/frontend/src/component/insights/componentsChart/CreationArchiveChart/CreationArchiveChart.tsx b/frontend/src/component/insights/componentsChart/CreationArchiveChart/CreationArchiveChart.tsx index 487b64484f..6b18985f56 100644 --- a/frontend/src/component/insights/componentsChart/CreationArchiveChart/CreationArchiveChart.tsx +++ b/frontend/src/component/insights/componentsChart/CreationArchiveChart/CreationArchiveChart.tsx @@ -147,8 +147,8 @@ export const CreationArchiveChart: FC = ({ { label: 'Archived flags', data: weeks, - backgroundColor: theme.palette.background.application, - borderColor: theme.palette.background.application, + backgroundColor: theme.palette.neutral.border, + borderColor: theme.palette.neutral.border, parsing: { yAxisKey: 'archivedFlags', xAxisKey: 'date' }, order: 2, }, @@ -238,11 +238,14 @@ export const CreationArchiveChart: FC = ({ scales: { x: { type: 'time', - display: false, + display: true, time: { unit: 'week', tooltipFormat: 'PPP', }, + grid: { + display: false, + }, }, y: { type: 'linear',