finished new grade counter

This commit is contained in:
Kima
2024-04-02 22:35:10 +02:00
parent fdd4a9700c
commit 3ab43d84fe
4 changed files with 104 additions and 67 deletions

View File

@@ -131,7 +131,9 @@ class GradeGraphState extends State<GradeGraph> {
.transform(average - average.floor())!
: Theme.of(context).colorScheme.secondary;
// color magic happens here
List<Color> averageColors = getColors(data);
subjectSpots = getSpots(data);
// naplo/#73