mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-02-16 10:58:32 -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 selectedTimeSpanValue: TimeSpan = TimeSpan.Last24Hours;
|
||||||
private selectedDateValue: moment.Moment = moment().startOf('day');
|
private selectedDateValue: moment.Moment = moment().startOf('day');
|
||||||
|
|
||||||
private timeInterval = 5;
|
private timeInterval = 15;
|
||||||
|
|
||||||
constructor(private httpClient: HttpClient) { }
|
constructor(private httpClient: HttpClient) { }
|
||||||
|
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ export class WeatherChartsComponent implements OnInit {
|
|||||||
private selectedTimeSpanValue: TimeSpan = TimeSpan.Last24Hours;
|
private selectedTimeSpanValue: TimeSpan = TimeSpan.Last24Hours;
|
||||||
private selectedDateValue: moment.Moment = moment().startOf('day');
|
private selectedDateValue: moment.Moment = moment().startOf('day');
|
||||||
|
|
||||||
private timeInterval = 5;
|
private timeInterval = 15;
|
||||||
|
|
||||||
constructor(private httpClient: HttpClient) { }
|
constructor(private httpClient: HttpClient) { }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user