1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-05 17:53:12 +02:00

fix: show first date in archived to created chart (#10598)

Ensures that the first date of the data is also shown.

Before:
<img width="1144" height="441" alt="image"
src="https://github.com/user-attachments/assets/33da968a-4f44-4ca9-825e-d19471cff00a"
/>


After:
<img width="1132" height="435" alt="image"
src="https://github.com/user-attachments/assets/65d009d4-5bcb-40d0-abb6-05be81c9a361"
/>
This commit is contained in:
Thomas Heartman 2025-09-02 14:21:01 +02:00 committed by GitHub
parent e9f651e2f5
commit 5b7f069705
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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