Skip to content

Commit 607e176

Browse files
committed
fix y-scale on HistogramChart
1 parent c9909e6 commit 607e176

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/ts/components/pages/account/HistogramChart.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export function HistogramChart(props: {
4949
text: "Bucket",
5050
},
5151
},
52-
count: {
52+
y: {
5353
axis: "y",
5454
beginAtZero: true,
5555
ticks: {

0 commit comments

Comments
 (0)