@for (type of timeSeriesThresholdTypes; track type) { {{ timeSeriesThresholdTypeTranslations.get(type) | translate }} } @if (thresholdFormGroup.get('type').value === TimeSeriesChartThresholdType.entity) { }
@if (thresholdFormGroup.get('type').value === TimeSeriesChartThresholdType.constant) { @if (thresholdFormGroup.get('value').hasError('required') && thresholdFormGroup.get('value').touched) { warning } } @if (thresholdFormGroup.get('type').value === TimeSeriesChartThresholdType.latestKey) { } @if (thresholdFormGroup.get('type').value === TimeSeriesChartThresholdType.entity) { }
@if (!hideYAxis) {
@for (yAxis of yAxisIds; track yAxis) { {{ yAxis }} }
}