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,
|
preventCurveOverShooting: true,
|
||||||
spots: subjectSpots,
|
spots: subjectSpots,
|
||||||
isCurved: true,
|
isCurved: true,
|
||||||
colors: averageColors,
|
colors: averageColors.reversed.toList(),
|
||||||
barWidth: 8,
|
barWidth: 8,
|
||||||
isStrokeCapRound: true,
|
isStrokeCapRound: true,
|
||||||
dotData: FlDotData(show: false),
|
dotData: FlDotData(show: false),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user