include min in RangeOfAqiChartsHelper.titlesData.leftTitles.

This commit is contained in:
Faris Armoush
2025-06-19 14:23:04 +03:00
parent 666c64231f
commit 78898968e8

View File

@ -40,6 +40,7 @@ abstract final class RangeOfAqiChartsHelper {
reservedSize: 70,
interval: 50,
maxIncluded: false,
minIncluded: true,
getTitlesWidget: (value, meta) {
final text = value >= 300 ? '301+' : value.toInt().toString();
return Padding(