Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 | 24x 49x 21x 49x 2x 24x | <div class="si-map-tooltip">
@for (label of tooltipLabels(); track $index) {
<div>{{ label }}</div>
}
@if (hiddenEntries()) {
<div>{{ moreText() | translate: { length: hiddenEntries() } }}</div>
}
</div>
|