widgets.time-series-chart.no-aggregation-bar-width-strategy
@for (strategy of timeSeriesChartNoAggregationBarWidthStrategies; track strategy) { {{ timeSeriesChartNoAggregationBarWidthStrategyTranslations.get(strategy) | translate }} }
@if (barWidthSettingsFormGroup.get('strategy').value === TimeSeriesChartNoAggregationBarWidthStrategy.group) { } @if (barWidthSettingsFormGroup.get('strategy').value === TimeSeriesChartNoAggregationBarWidthStrategy.separate) { }
{{ label }}
{{ (formGroup.get('relative').value ? 'widgets.time-series-chart.bar-width-relative' : 'widgets.time-series-chart.bar-width-absolute') | translate }} {{ 'widgets.time-series-chart.bar-width-relative' | translate }} {{ 'widgets.time-series-chart.bar-width-absolute' | translate }} @if (formGroup.get('relative').value) { % } @if (!formGroup.get('relative').value) { ms }