Change to 15 minute intervals

This commit is contained in:
2020-04-19 18:50:13 -04:00
parent b340fe1b5e
commit 725babbedc
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ export class PowerChartsComponent implements OnInit {
private selectedTimeSpanValue: TimeSpan = TimeSpan.Last24Hours;
private selectedDateValue: moment.Moment = moment().startOf('day');
private timeInterval = 5;
private timeInterval = 15;
constructor(private httpClient: HttpClient) { }

View File

@@ -42,7 +42,7 @@ export class WeatherChartsComponent implements OnInit {
private selectedTimeSpanValue: TimeSpan = TimeSpan.Last24Hours;
private selectedDateValue: moment.Moment = moment().startOf('day');
private timeInterval = 5;
private timeInterval = 15;
constructor(private httpClient: HttpClient) { }