Add min range to stats graphs

pull/5004/head
Chocobozzz 2022-05-10 09:23:58 +02:00
parent ca3d5912e1
commit b01bdcfcae
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 5 additions and 0 deletions

View File

@ -449,6 +449,11 @@ export class VideoStatsComponent implements OnInit {
this.peertubeRouter.silentNavigate([], { startDate, endDate })
this.addAndSelectCustomDateFilter()
}
},
limits: {
x: {
minRange: 2
}
}
}
},