mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-08 06:32:35 +01:00
fix(dashboard): fix layout temperature styles, add humidity dragger
This commit is contained in:
parent
e12b77174d
commit
5f6f0d28d7
6 changed files with 56 additions and 33 deletions
|
|
@ -17,7 +17,7 @@ export class TemperatureDraggerComponent implements AfterViewInit, OnChanges {
|
|||
@Input() fillColors: string|string[] = '#2ec6ff';
|
||||
@Input() disableArcColor: string = '#999999';
|
||||
@Input() bottomAngle: number = 90;
|
||||
@Input() arcThickness: number = 20; // CSS pixels
|
||||
@Input() arcThickness: number = 18; // CSS pixels
|
||||
@Input() thumbRadius: number = 15; // CSS pixels
|
||||
@Input() thumbDashRadius: number = null;
|
||||
@Input() maxLeap: number = 0.4;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue