mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-13 17:22:54 -05:00
Change to 15 minute intervals
This commit is contained in:
@@ -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) { }
|
||||
|
||||
|
||||
@@ -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) { }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user