We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff2af6b commit d435a7aCopy full SHA for d435a7a
src/components/Transaction/TransactionStats.jsx
@@ -60,7 +60,7 @@ function TransactionStats() {
60
<LineChart width={600} height={400} data={incomeByDay}>
61
<CartesianGrid strokeDasharray="3 3" />
62
<XAxis label="Date" dataKey="date" interval="preserveEnd" />
63
- <YAxis label="Income ($)" interval="preserveEnd" />
+ <YAxis label="$" interval="preserveEnd" />
64
<Line
65
type="monotone"
66
dataKey="income"
0 commit comments