Skip to content

Commit d98ef32

Browse files
authored
Merge pull request #1995 from fedspendingtransparency/FDG-11046
FDG-11046 Remove Horizontal Bar Lines from Interest Expense Chart
2 parents ce8584d + a5c36dc commit d98ef32

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/layouts/insight/sections/interest-expense/interest-expense-chart/interest-expense-chart.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ const InterestExpenseChart = () => {
146146
<line x1="0" y1="0" x2="0" y2="6" style={{ stroke: interestExpensePrimary, strokeWidth: 8 }} />
147147
</pattern>
148148
</defs>
149-
<CartesianGrid vertical={false} stroke="#d9d9d9" />
150149
<XAxis dataKey="year" ticks={chartXAxisValues} />
151150
<YAxis
152151
dataKey="expense"

0 commit comments

Comments
 (0)