Skip to content

Commit

Permalink
Fix text on the chart replace "all time" by "since April 2023"
Browse files Browse the repository at this point in the history
We only have data since April 2023, so "all time" label was misleading.
If we ever add more data from before that time, we should update
the label accordingly.
  • Loading branch information
mrego committed Nov 14, 2024
1 parent 4299f53 commit fdc7052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/load-chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const periodRanges = {
'last 3 months': 3,
'last 6 months': 6,
'last year': 12,
'all time': null
'since April 2023': null
}

if (embed) {
Expand Down

0 comments on commit fdc7052

Please sign in to comment.