Skip to content

Commit d435a7a

Browse files
committed
Fix y-axis label
1 parent ff2af6b commit d435a7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Transaction/TransactionStats.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ function TransactionStats() {
6060
<LineChart width={600} height={400} data={incomeByDay}>
6161
<CartesianGrid strokeDasharray="3 3" />
6262
<XAxis label="Date" dataKey="date" interval="preserveEnd" />
63-
<YAxis label="Income ($)" interval="preserveEnd" />
63+
<YAxis label="$" interval="preserveEnd" />
6464
<Line
6565
type="monotone"
6666
dataKey="income"

0 commit comments

Comments
 (0)