Skip to content

Commit 69a7ba1

Browse files
committed
feat: make the histogram charts a bit prettier
1 parent acbb1fc commit 69a7ba1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/keybr-chart/lib/AccuracyHistogram.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ function usePaint(
9898
x: box.x + x,
9999
y: box.y + box.height - y - 1,
100100
width: w,
101-
height: 3,
101+
height: 1,
102102
});
103103
}),
104104
);

packages/keybr-chart/lib/SpeedHistogram.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ function usePaint(
100100
x: box.x + x,
101101
y: box.y + box.height - y - 1,
102102
width: w,
103-
height: 3,
103+
height: 1,
104104
});
105105
}),
106106
);

0 commit comments

Comments
 (0)