We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c364dcc commit f7fdb84Copy full SHA for f7fdb84
packages/keybr-chart/lib/TimeToTypeHistogram.tsx
@@ -83,5 +83,5 @@ function buildHistogram(steps: readonly TimeToType[]) {
83
}
84
85
86
- return bucketize(histogram, 30);
+ return bucketize(histogram, 15);
87
0 commit comments