@if (topLeftLabel || topRightLabel) {
@if (topLeftLabel) {
}
@if (topRightLabel) {
}
}
1"
[style.height.px]="barHeight"
[style.backgroundColor]="trackColor"
[uxTooltip]="tooltip"
>
@for (line of values; track line; let idx = $index) {
}
@if (bottomLeftLabel || bottomRightLabel) {
@if (bottomLeftLabel) {
}
@if (bottomRightLabel) {
}
}
}