Skip to content

Commit

Permalink
Update graph.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ericciarla committed May 27, 2024
1 parent 7d47e72 commit 9573914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/graph.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export default function Graph({
categories={[yName]}
colors={[theme.color]}
showGridLines={false}
yAxisWidth={35}
yAxisWidth={43}
showAnimation={true}
showLegend={false}
valueFormatter={(value) => {
Expand Down

0 comments on commit 9573914

Please sign in to comment.