{{ titleSignal() }}
@if (headIndicatorData(); as headData) {
{{ headData.currentValue }}
{{headData.shortUnit}}{{ headData.unit }}
@if (!options.disabledYoy) {
{{ 'Story.Widgets.IndicatorCard.YearOnYear' | translate: {Default: 'Year On Year'} }}
{{headData.yoyValue }}
{{headData.yoyUnit }}
}
}
@for (indicator of subIndicators(); track indicator) {
{{indicator.title }}
{{indicator.currentValue}}
{{indicator.shortUnit}}{{indicator.unit}}
{{ indicator.yoyValue }}
{{ indicator.yoyUnit }}
}
@if (chartOptions()) {
@if (chartOptions().show) {
}
}
@if (error$ | async; as error) {