Skip to content

Commit

Permalink
Compare to the total number
Browse files Browse the repository at this point in the history
Refs #76
  • Loading branch information
thewilkybarkid committed Aug 13, 2024
1 parent a3f7134 commit 109523c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/clubs.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ const numberOfReviewsByClub = d3.rollup(
<div class="card">
<h2>PREreviews published by clubs${chosenYear ? ` in ${chosenYear}` : ''}</h2>
<span class="big">${clubReviewsInTimePeriod.length.toLocaleString("en-US")}</span>
<div>${d3.format(".1%")(clubReviewsInTimePeriod.length / reviewsInTimePeriod.length)} of all PREreviews</div>
</div>
</div>
Expand Down

0 comments on commit 109523c

Please sign in to comment.