{{ 'widgets.time-series-chart.threshold.thresholds' | translate }}
widgets.time-series-chart.threshold.source
widgets.time-series-chart.threshold.key-value
@if (!hideYAxis) {
widgets.time-series-chart.axis.y-axis
}
widgets.color.color
widget-config.units-short
widget-config.decimals-short
@if (thresholdsFormArray().controls.length) {
@for (thresholdControl of thresholdsFormArray().controls; track trackByThreshold($index, thresholdControl)) {
@if (!$last) { }
}
} @else { {{ 'widgets.time-series-chart.threshold.no-thresholds' | translate }} }