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