Skip to content

Commit fc7f86e

Browse files
authored
Merge pull request #51 from googleinterns/6kp
Increase default number of points to 6k
2 parents f7b1fde + 50fd607 commit fc7f86e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/app/chart/chart.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export class ChartComponent implements OnInit, OnDestroy {
5353
frequency_ratio: string;
5454
strategyType = STRATEGY;
5555
subscription: Subscription;
56-
number = new FormControl(600);
56+
number = new FormControl(6000);
5757
inactiveChannels = [];
5858
startTime = 0;
5959
endTime = 0;

0 commit comments

Comments
 (0)