Skip to content

Commit

Permalink
Increase margin
Browse files Browse the repository at this point in the history
  • Loading branch information
jfilter committed Jan 7, 2025
1 parent 274ac07 commit 5c22706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/charts/charts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ const VerticalBarChart = ({
valueFormat={(x) => (x == 0 ? null : x)}
margin={{
top: 10,
right: mobile ? 0 : 214,
right: mobile ? 0 : 220,
bottom: mobile && data[0].tooltipLabel ? 100 : 30,
left: mobile ? 0 : rest.axisLeft ? 50 : 10,
}}
Expand Down

0 comments on commit 5c22706

Please sign in to comment.