We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bb1c75 commit a5c36dcCopy full SHA for a5c36dc
src/layouts/insight/sections/interest-expense/interest-expense-chart/interest-expense-chart.tsx
@@ -146,7 +146,6 @@ const InterestExpenseChart = () => {
146
<line x1="0" y1="0" x2="0" y2="6" style={{ stroke: interestExpensePrimary, strokeWidth: 8 }} />
147
</pattern>
148
</defs>
149
- <CartesianGrid vertical={false} stroke="#d9d9d9" />
150
<XAxis dataKey="year" ticks={chartXAxisValues} />
151
<YAxis
152
dataKey="expense"
0 commit comments