Skip to content

Commit

Permalink
feat: Update plot data with latest database (#2183)
Browse files Browse the repository at this point in the history
  • Loading branch information
rrchai authored Oct 2, 2023
1 parent 31b4941 commit f84d334
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public ChallengesPerYearDto getChallengesPerYear() {
"2007", "2008", "2009", "2010", "2011", "2012", "2013", "2014", "2015", "2016", "2017",
"2018", "2019", "2020", "2021", "2022", "2023");
List<Integer> challengeCounts =
Arrays.asList(5, 8, 12, 16, 21, 27, 31, 37, 44, 53, 79, 90, 109, 127, 174, 198, 219);
Arrays.asList(5, 8, 12, 16, 21, 27, 31, 38, 45, 54, 80, 91, 110, 129, 177, 203, 226);

return ChallengesPerYearDto.builder().years(years).challengeCounts(challengeCounts).build();
}
Expand Down

0 comments on commit f84d334

Please sign in to comment.