Skip to content

Commit

Permalink
Prevent curves leaving graph areas
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonp2412 committed Mar 3, 2025
1 parent 96d1428 commit 9dda547
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/app_line.dart
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ class _AppLineState extends State<AppLine> {
LineChartBarData(
spots: spots,
isCurved: settings.curveLines,
preventCurveOverShooting: true,
color: Theme.of(context).colorScheme.primary,
barWidth: 3,
isStrokeCapRound: true,
Expand Down

0 comments on commit 9dda547

Please sign in to comment.