Skip to content

Commit f7fdb84

Browse files
committed
feat: reduce the number of buckets on the histogram
1 parent c364dcc commit f7fdb84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/keybr-chart/lib/TimeToTypeHistogram.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,5 @@ function buildHistogram(steps: readonly TimeToType[]) {
8383
}
8484
}
8585
}
86-
return bucketize(histogram, 30);
86+
return bucketize(histogram, 15);
8787
}

0 commit comments

Comments
 (0)