Add min range to stats graphs
This commit is contained in:
parent
ca3d5912e1
commit
b01bdcfcae
1 changed files with 5 additions and 0 deletions
|
@ -449,6 +449,11 @@ export class VideoStatsComponent implements OnInit {
|
|||
this.peertubeRouter.silentNavigate([], { startDate, endDate })
|
||||
this.addAndSelectCustomDateFilter()
|
||||
}
|
||||
},
|
||||
limits: {
|
||||
x: {
|
||||
minRange: 2
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue