Skip to content

Commit

Permalink
Make it clear that data is limited
Browse files Browse the repository at this point in the history
Refs #31
  • Loading branch information
thewilkybarkid committed Jul 11, 2024
1 parent 7e4e4dd commit ab75573
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/users.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ function usersByLocation() {
<div class="grid grid-cols-1">
<div class="card">
<h2>${`PREreviewers ${chosenYear ? `joining in ${chosenYear}` : ''} locations`}</h2>
<div class="muted">Location available for ${d3.format(".1%")(usersInTimePeriod.filter(user => user.country).length/ usersInTimePeriod.length)} of PREreviewers ${chosenYear ? `joining in ${chosenYear}` : ''}</div>
${usersByLocation()}
</div>
</div>

0 comments on commit ab75573

Please sign in to comment.