Skip to content

Commit

Permalink
add 2020 tick
Browse files Browse the repository at this point in the history
  • Loading branch information
sid-kap committed May 3, 2024
1 parent 1957a2d commit b6d93f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function getYearTickValues(grouping) {
if (grouping === "none") {
return null
} else if (grouping === "five_years") {
return [1982, 1987, 1992, 1997, 2002, 2007, 2012, 2017]
return [1982, 1987, 1992, 1997, 2002, 2007, 2012, 2017, 2020]
}
}

Expand Down

0 comments on commit b6d93f5

Please sign in to comment.