Band Propagation
{#each BANDS as band} {@const count = bandStats[band]} {@const percentage = maxSpots > 0 ? (count / maxSpots) * 100 : 0} {@const color = BAND_COLORS[band]}
{band}
{count} spots
{/each}