Skip to content

Commit

Permalink
Merge pull request #51 from googleinterns/6kp
Browse files Browse the repository at this point in the history
Increase default number of points to 6k
  • Loading branch information
tspurds authored Jul 25, 2022
2 parents f7b1fde + 50fd607 commit fc7f86e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/chart/chart.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export class ChartComponent implements OnInit, OnDestroy {
frequency_ratio: string;
strategyType = STRATEGY;
subscription: Subscription;
number = new FormControl(600);
number = new FormControl(6000);
inactiveChannels = [];
startTime = 0;
endTime = 0;
Expand Down

0 comments on commit fc7f86e

Please sign in to comment.