use a longer y-axis interval by default

this helps to not miss interesting events
This commit is contained in:
2020-09-27 12:50:32 +02:00
parent 550e4401e5
commit 78a0b7d70b

View File

@@ -9,7 +9,7 @@ import { YAxisDefinition } from '../plot.service';
export class YAxisDefinitionComponent {
yAxisScale: string = "LOG10";
yAxisUnit: string = "SECONDS";
yAxisUnit: string = "MINUTES";
minYValue: number = 0;
maxYValue: number = 300;