Skip to content

Commit

Permalink
Don't force the pie chart to maintain aspect ratio in the use of forc…
Browse files Browse the repository at this point in the history
…e tab (#296)
  • Loading branch information
Afani97 authored Apr 16, 2024
1 parent f5cd415 commit 9e148c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/Components/Charts/UseOfForce/UseOfForce.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ function UseOfForce(props) {
<PieChart
data={useOfForcePieData}
displayLegend={false}
maintainAspectRatio
maintainAspectRatio={false}
modalConfig={{
tableHeader: 'Use of Force',
tableSubheader: getChartModalSubHeading(),
Expand Down

0 comments on commit 9e148c2

Please sign in to comment.