@if (showValues) { }
@if (showSubtitle) {
{{ subtitle$ | async }}
}
@if (values[aggregatedValueCardKeyPosition.leftTop]) { } @if (values[aggregatedValueCardKeyPosition.leftBottom]) { }
@if (values[aggregatedValueCardKeyPosition.center]) { }
@if (values[aggregatedValueCardKeyPosition.rightTop]) { } @if (values[aggregatedValueCardKeyPosition.rightBottom]) { }
@if (showChart) {
{{tickMax$ | async}}
{{tickMin$ | async}}
}
@if (showDate) {
}
@if (value.showArrow) {
@if (!value.upArrow && !value.downArrow) { } @if (value.upArrow) { arrow_upward } @if (value.downArrow) { arrow_downward }
}
{{ value.value }} {{ value.units }}