Skip to content

Commit

Permalink
Merge branch 'main' into Gehrkej/fix/fill-all-shots
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankreedX committed Aug 29, 2024
2 parents 20e54f1 + 77e47e0 commit 91fa1aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/barChart.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export default function BarChartScreen({
const scaleY = scale
.scaleLinear()
.domain([yMin, yMax]) // Adjust scale based on your data
.range([chartHeight - 5, 0]);
.range([chartHeight - 5, 5]);

const line = shape
.line()
Expand Down

0 comments on commit 91fa1aa

Please sign in to comment.