Skip to content

Commit

Permalink
fix chart format
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Aug 23, 2024
1 parent f3af6b4 commit 058b2ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/UsageGraph.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ const UsageGraph = ({ data }) => {
}));

return (
<div className="w-full h-[400px]">
<ResponsiveContainer width="99%" aspect={3} height="100%">
<div className="w-full">
<ResponsiveContainer width="100%" aspect={3}>
<LineChart data={parsedData} margin={{ top: 10, right: 30, left: 0, bottom: 0 }}>
<CartesianGrid strokeDasharray="3 3" />
<XAxis
Expand Down

0 comments on commit 058b2ab

Please sign in to comment.