Skip to content

Commit

Permalink
fix chart margin hiding large numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
aabassiouni committed Jun 1, 2024
1 parent c94247d commit dc47851
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ async function PastWeekChart({ waitlistID }: { waitlistID: string }) {
margin={{
top: 5,
right: 20,
left: -20,
left: 0,
bottom: 0,
}}
/>
Expand Down

0 comments on commit dc47851

Please sign in to comment.