Skip to content

Commit

Permalink
Fixed chart margins
Browse files Browse the repository at this point in the history
  • Loading branch information
pkirilin committed Oct 6, 2024
1 parent c5a531c commit 40f55a4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/frontend/src/widgets/WeightChart/ui/WeightChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,7 @@ export const WeightChart: FC<Props> = ({ weightLogsRequest }) => {
}}
dataset={dataset}
height={300}
margin={{
top: 16,
right: 8,
bottom: 24,
left: 32,
}}
margin={{ top: 16 }}
/>
);
};

0 comments on commit 40f55a4

Please sign in to comment.