Add min range to stats graphs
This commit is contained in:
parent
ca3d5912e1
commit
b01bdcfcae
|
@ -449,6 +449,11 @@ export class VideoStatsComponent implements OnInit {
|
||||||
this.peertubeRouter.silentNavigate([], { startDate, endDate })
|
this.peertubeRouter.silentNavigate([], { startDate, endDate })
|
||||||
this.addAndSelectCustomDateFilter()
|
this.addAndSelectCustomDateFilter()
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
limits: {
|
||||||
|
x: {
|
||||||
|
minRange: 2
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue