use a longer y-axis interval by default
this helps to not miss interesting events
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user