From 109523c87b073469de942403b3087ceaf9831aca Mon Sep 17 00:00:00 2001 From: Chris Wilkinson Date: Tue, 13 Aug 2024 14:27:35 +0100 Subject: [PATCH] Compare to the total number Refs #76 --- src/clubs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/clubs.md b/src/clubs.md index 3616ca6..01336b5 100644 --- a/src/clubs.md +++ b/src/clubs.md @@ -51,6 +51,7 @@ const numberOfReviewsByClub = d3.rollup(

PREreviews published by clubs${chosenYear ? ` in ${chosenYear}` : ''}

${clubReviewsInTimePeriod.length.toLocaleString("en-US")} +
${d3.format(".1%")(clubReviewsInTimePeriod.length / reviewsInTimePeriod.length)} of all PREreviews