Skip to content

Commit f7a5243

Browse files
committed
Merge branch 'develop'
2 parents 405b1f6 + 78986cd commit f7a5243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/dashboard/dashboard.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export default class DashboardComponent {
5252
protected readonly faChevronLeft = faChevronLeft;
5353
protected readonly faChevronRight = faChevronRight;
5454
protected readonly faCalendar = faCalendar;
55-
protected readonly chartResolution$ = new BehaviorSubject<Resolution>('1 m');
55+
protected readonly chartResolution$ = new BehaviorSubject<Resolution>('3 m');
5656
private readonly weekDate$ = new BehaviorSubject<DateTime>(DateTime.now());
5757
protected readonly weekNumber$ = this.weekDate$.pipe(map(weekDate => weekDate.get('weekNumber')));
5858
protected readonly weekFromTo$ = this.weekNumber$.pipe(

0 commit comments

Comments
 (0)