fixed gradient on graph

This commit is contained in:
Kima 2024-04-06 18:04:17 +02:00
parent 7a79122b5a
commit 6416af3928

View File

@ -221,7 +221,7 @@ class GradeGraphState extends State<GradeGraph> {
preventCurveOverShooting: true,
spots: subjectSpots,
isCurved: true,
colors: averageColors,
colors: averageColors.reversed.toList(),
barWidth: 8,
isStrokeCapRound: true,
dotData: FlDotData(show: false),