forked from firka/student-legacy
fixed gradient on graph
This commit is contained in:
parent
7a79122b5a
commit
6416af3928
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user