fix-statistics #89
@ -55,7 +55,7 @@ export class HeatmapActivityComponent implements OnInit{
|
||||
this.historyService.statisticsTaskgroupActivityTaskgroupIDStartingDateEndingDateIncludeSubTaskgroupsGet(
|
||||
this.selectedTaskgroupPath.rootTasktroup.taskgroupID,
|
||||
moment().subtract(6, "months").format("YYYY-MM-DD"),
|
||||
moment().format("YYYY-MM-DD"),
|
||||
moment().add(2, 'days').format("YYYY-MM-DD"),
|
||||
true
|
||||
).subscribe({
|
||||
next: resp => {
|
||||
@ -106,7 +106,7 @@ export class HeatmapActivityComponent implements OnInit{
|
||||
x: moment(currentDate).toDate(),
|
||||
y: 0
|
||||
}
|
||||
|
||||
console.log(currentDate)
|
||||
currentDate = currentDate.add(1, "days");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user