Skip to content

Commit 50fd607

Browse files
committed
Increase default points to 6k
At 600 points, the chart is still a bit too rough for us to tell when spikes start and end for anything longer than 5 minutes.
1 parent 54dad24 commit 50fd607

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)