widgets.gauge.gauge-appearance
@for (layout of digitalGaugeLayouts; track layout) { {{ digitalGaugeLayoutTranslationMap.get(layout) | translate }} } @if (digitalGaugeWidgetSettingsForm.get('gaugeType').value === digitalGaugeType.donut) {
{{ 'widgets.gauge.donut-start-angle' | translate }}
}
{{ 'widgets.gauge.min-and-max-label' | translate }}
{{ 'widgets.gauge.min-and-max-value' | translate }}
widgets.gauge.min-value-short
widgets.gauge.max-value-short
@if (digitalGaugeWidgetSettingsForm.get('maxValue').hasError('maxValue')) { warning }
{{ 'widgets.gauge.value' | translate }}
{{ 'widgets.gauge.label' | translate }}
widgets.gauge.unit-title-and-timestamp-settings
{{ 'widgets.gauge.show-unit-title' | translate }}
{{ 'widgets.gauge.show-timestamp' | translate }}
{{ 'widgets.gauge.font' | translate }}
widgets.gauge.bar-settings
{{ 'widgets.gauge.relative-bar-width' | translate }}
{{ 'widgets.gauge.neon-glow-brightness' | translate }}
{{ 'widgets.gauge.stripes-thickness' | translate }}
{{ 'widgets.gauge.rounded-line-cap' | translate }}
{{ 'widgets.gauge.gauge-bar-background' | translate }}
{{ 'widgets.gauge.bar-color' | translate }}
{{ 'widgets.gauge.ticks' | translate }} widget-config.advanced-settings
{{ 'widgets.gauge.tick-width-and-color' | translate }}
widgets.gauge.tick-values
@for (tickValueControl of tickValuesFormArray().controls; track trackByTickValue($index, tickValueControl); let isLast = $last) {
}
@if (!tickValuesFormArray().controls.length) {
widgets.gauge.no-tick-values
}
{{ 'widgets.gauge.enable-animation' | translate }} widget-config.advanced-settings
widgets.gauge.animation-duration-rule
{{ 'widgets.gauge.animation-linear' | translate }} {{ 'widgets.gauge.animation-quad' | translate }} {{ 'widgets.gauge.animation-quint' | translate }} {{ 'widgets.gauge.animation-cycle' | translate }} {{ 'widgets.gauge.animation-bounce' | translate }} {{ 'widgets.gauge.animation-elastic' | translate }} {{ 'widgets.gauge.animation-dequad' | translate }} {{ 'widgets.gauge.animation-dequint' | translate }} {{ 'widgets.gauge.animation-decycle' | translate }} {{ 'widgets.gauge.animation-debounce' | translate }} {{ 'widgets.gauge.animation-delastic' | translate }}