diff --git a/refilc_mobile_ui/lib/pages/grades/graph.dart b/refilc_mobile_ui/lib/pages/grades/graph.dart index 863d07e..8f22f65 100644 --- a/refilc_mobile_ui/lib/pages/grades/graph.dart +++ b/refilc_mobile_ui/lib/pages/grades/graph.dart @@ -221,7 +221,7 @@ class GradeGraphState extends State { preventCurveOverShooting: true, spots: subjectSpots, isCurved: true, - colors: averageColors, + colors: averageColors.reversed.toList(), barWidth: 8, isStrokeCapRound: true, dotData: FlDotData(show: false),