Statistics

Maps distribution

Maps rendered per CS2 map ({totalMaps} total)

{#each mapsDist as m (m.name)} {@const pct = (m.count / maxCount) * 100} {@const sharePct = totalMaps ? (m.count / totalMaps) * 100 : 0}
{prettyMap(m.name)}
{m.count}{sharePct.toFixed(0)}%
{/each}
Rounds per map

How many maps fall into each round-count band (regulation = 24)

{#each roundsHist as b (b.range)} {@const h = Math.max(2, (b.count / roundsMax) * 100)}
{/each}
{#each roundsHist as b (b.range)}
{b.range}
{/each}
rounds played