Skip to content

Commit

Permalink
update chart
Browse files Browse the repository at this point in the history
  • Loading branch information
nhphuc2411 committed Mar 27, 2024
1 parent 3ae3eb9 commit 44b65dc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ export class ChartDetailComponent implements OnInit, OnDestroy {
this.chartRange = type;
const currTime = new Date();
const prevTime = new Date(Date.now() - 365 * 24 * 60 * 60 * 1000);
console.log(12 * 31 * 24 * 60 * 60 * 1000);

this.statisticService.getDataStatistic(prevTime, currTime).subscribe({
next: (res) => {
Expand Down

0 comments on commit 44b65dc

Please sign in to comment.