Skip to content

Commit

Permalink
Show the breakdown by type
Browse files Browse the repository at this point in the history
Refs #47
  • Loading branch information
thewilkybarkid committed Jul 12, 2024
1 parent e0ade98 commit bfcf2ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/reviews.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ const languageColor = Plot.scale({
<div class="card">
<h2>${chosenType ? reviewType(chosenType) : ''} PREreviews ${chosenYear ? ` in ${chosenYear}` : ''}</h2>
<span class="big">${reviewsSelected.length.toLocaleString("en-US")}</span>
${chosenType ? html`
<div>${d3.format(".1%")(reviewsSelected.length / reviewsInTimePeriod.length)} of all PREreviews</div>
` : ''}
</div>
</div>
Expand Down

0 comments on commit bfcf2ef

Please sign in to comment.