Skip to content

Commit

Permalink
Merge pull request #36 from servo/fix-text
Browse files Browse the repository at this point in the history
Fix text on the chart replace "all time" by "since April 2023"
  • Loading branch information
mukilan authored Nov 14, 2024
2 parents 4299f53 + fdc7052 commit 571408f
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 571408f

Please sign in to comment.