Dati sugli stipendi
$el.clientWidth) { dragging = true; moved = false; startX = $event.clientX; startScrollLeft = $el.scrollLeft; }"
@pointermove="if (dragging) { const delta = $event.clientX - startX; if (Math.abs(delta) > 6) { if (!moved) { moved = true; try { $el.setPointerCapture($event.pointerId); } catch (_) {} } $el.scrollLeft = startScrollLeft - delta; $event.preventDefault(); } }"
@pointerup="if (dragging) { dragging = false; try { if ($el.hasPointerCapture($event.pointerId)) { $el.releasePointerCapture($event.pointerId); } } catch (_) {} setTimeout(() => { moved = false; }, 0); }"
@pointercancel="dragging = false; moved = false"
@click.capture="if (moved) { $event.preventDefault(); $event.stopPropagation(); moved = false; }"
:class="dragging ? 'cursor-grabbing' : 'cursor-grab'"
>
Stipendio medio per regione nel Regno Unito
Confronta lo stipendio medio tra le regioni nel Regno Unito usando le statistiche ufficiali più recenti.
Stipendio medio per regione
Stipendio lordo e netto medio per regione
| Regione |
Lordo (GBP/anno) |
| Inghilterra |
33 142 £ |
| Scozia |
32 775 £ |
| Irlanda del Nord |
31 084 £ |
| Galles |
30 245 £ |
Fonte: statistiche nazionali ufficiali. Valori nella valuta locale.