diff --git a/frontend/src/app/statistics/taskgroup-activity/heatmap-activity/heatmap-activity.component.ts b/frontend/src/app/statistics/taskgroup-activity/heatmap-activity/heatmap-activity.component.ts index 9933dff..768ebba 100644 --- a/frontend/src/app/statistics/taskgroup-activity/heatmap-activity/heatmap-activity.component.ts +++ b/frontend/src/app/statistics/taskgroup-activity/heatmap-activity/heatmap-activity.component.ts @@ -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"); }