|
...
|
...
|
@@ -815,7 +815,7 @@ class _QualityChartState extends State<_QualityChart> { |
|
|
|
BarChartRodData(
|
|
|
|
toY: (widget.days[i].validQualityScore ?? 0).toDouble(),
|
|
|
|
width: _barWidth(widget.compact),
|
|
|
|
color: SleepWeekReportView.blue,
|
|
|
|
color: Color(widget.days[i].qualityLevel.qualityColorValue),
|
|
|
|
borderRadius: const BorderRadius.vertical(
|
|
|
|
top: Radius.circular(8),
|
|
|
|
),
|
...
|
...
|
|