Skip to content

Commit

Permalink
change doughnut ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
SamZhang02 committed Jul 16, 2023
1 parent 1659931 commit 57e36f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/RatingPieChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const RatingPieChart = ({
display: false,
},
},
cutout: '65%', // The size of the inner circle
cutout: '67%', // The size of the inner circle
maintainAspectRatio: false,
responsive: true,
};
Expand Down

0 comments on commit 57e36f6

Please sign in to comment.