1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-24 17:51:14 +02:00

fix: show first date in archived to created chart

This commit is contained in:
Thomas Heartman 2025-09-02 11:58:53 +02:00
parent ed28d9f2b4
commit b8a18edd74
No known key found for this signature in database
GPG Key ID: BD1F880DAED1EE78

View File

@ -176,6 +176,7 @@ export const CreationArchiveChart: FC<ICreationArchiveChartProps> = ({
grid: {
display: false,
},
ticks: { source: 'data' },
},
y: {
type: 'linear' as const,