Skip to content

Commit

Permalink
adjust again
Browse files Browse the repository at this point in the history
  • Loading branch information
sdankel committed Oct 9, 2024
1 parent 0202631 commit 3d99167
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const GasSpentChart = (gasSpent: GasSpentProps) => {
<ResponsiveContainer width="100%" height={170}>
<LineChart
data={chartData}
margin={{ top: 10, left: -20, right: 0, bottom: 0 }}
margin={{ top: 10, left: -15, right: 0, bottom: 0 }}
>
<CartesianGrid
strokeDasharray="3 3"
Expand Down

0 comments on commit 3d99167

Please sign in to comment.