mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-22 16:04:08 +01:00
fix(dashboard): add electricity chart
This commit is contained in:
parent
f3217ae80d
commit
93e567c46a
10 changed files with 295 additions and 57 deletions
|
|
@ -8,7 +8,7 @@ import { NgaThemeService } from '@akveo/nga-theme';
|
|||
})
|
||||
export class TemperatureComponent {
|
||||
|
||||
temperature: number = 28;
|
||||
temperature: number = 24;
|
||||
temperatureOff: boolean = false;
|
||||
temperatureMode = 'cool';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue