mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-28 17:55:15 +02:00
fix: show first date in archived to created chart
This commit is contained in:
parent
ed28d9f2b4
commit
b8a18edd74
@ -176,6 +176,7 @@ export const CreationArchiveChart: FC<ICreationArchiveChartProps> = ({
|
|||||||
grid: {
|
grid: {
|
||||||
display: false,
|
display: false,
|
||||||
},
|
},
|
||||||
|
ticks: { source: 'data' },
|
||||||
},
|
},
|
||||||
y: {
|
y: {
|
||||||
type: 'linear' as const,
|
type: 'linear' as const,
|
||||||
|
Loading…
Reference in New Issue
Block a user