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.
2 parents ce8584d + a5c36dc commit d98ef32Copy full SHA for d98ef32
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