Skip to content

Commit 0192fe9

Browse files
authored
"% of baseline" -> "baseline-adjusted" (TanStack#478)
1 parent 3eb8bc1 commit 0192fe9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/routes/stats/npm/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ function NpmStatsChart({
705705
transform === 'normalize-y'
706706
? 'Downloads Growth'
707707
: baselinePackage
708-
? 'Downloads (% of baseline)'
708+
? 'Downloads (baseline-adjusted)'
709709
: 'Downloads',
710710
labelOffset: 35,
711711
},

0 commit comments

Comments
 (0)