Merge pull request #9568 from ArtemDzhereleiko/AD/hotfix/analog-gauge-settings
Fixed range list basic settings analog gauge
This commit is contained in:
commit
a85c484132
@ -131,7 +131,7 @@ export class GaugeBasicConfigComponent extends BasicWidgetConfigComponent {
|
||||
|
||||
this.widgetConfig.config.settings.defaultColor = config.defaultColor;
|
||||
this.widgetConfig.config.settings.colorPlate = config.colorPlate;
|
||||
this.widgetConfig.config.settings.highlights = config.highlights.rangeList;
|
||||
this.widgetConfig.config.settings.highlights = config.highlights;
|
||||
return this.widgetConfig;
|
||||
}
|
||||
|
||||
|
||||
@ -86,7 +86,7 @@
|
||||
</mat-slide-toggle>
|
||||
<div fxLayout="row" fxLayoutAlign="start center" fxLayoutGap="8px">
|
||||
<mat-form-field class="number" appearance="outline" subscriptSizing="dynamic">
|
||||
<input matInput min="0" formControlName="borderOuterWidth" placeholder="{{ 'widget-config.set' | translate }}">
|
||||
<input matInput type="number" min="0" formControlName="borderOuterWidth" placeholder="{{ 'widget-config.set' | translate }}">
|
||||
</mat-form-field>
|
||||
<tb-color-input asBoxInput
|
||||
colorClearButton
|
||||
@ -102,7 +102,7 @@
|
||||
<div translate>widgets.gauge.needle-circle</div>
|
||||
<div fxLayout="row" fxLayoutAlign="start center" fxLayoutGap="8px">
|
||||
<mat-form-field class="number" appearance="outline" subscriptSizing="dynamic">
|
||||
<input matInput min="0" formControlName="needleCircleSize" placeholder="{{ 'widget-config.set' | translate }}">
|
||||
<input matInput type="number" min="0" formControlName="needleCircleSize" placeholder="{{ 'widget-config.set' | translate }}">
|
||||
</mat-form-field>
|
||||
<tb-color-input asBoxInput
|
||||
colorClearButton
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user