@if (thumbLabel) { {{ _formatValue(value) }}
}
@if (tickInterval) {
@for (t of ticks; track t) {
}
} @if (!hideLabels) {
{{ _formatLabelLeft() }} {{ _formatLabelRight() }}
}
@if (_appendixChildren.length) {
}