We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54dad24 commit 50fd607Copy full SHA for 50fd607
frontend/src/app/chart/chart.component.ts
@@ -53,7 +53,7 @@ export class ChartComponent implements OnInit, OnDestroy {
53
frequency_ratio: string;
54
strategyType = STRATEGY;
55
subscription: Subscription;
56
- number = new FormControl(600);
+ number = new FormControl(6000);
57
inactiveChannels = [];
58
startTime = 0;
59
endTime = 0;
0 commit comments