mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 07:07:19 +00:00
fixed typo.
This commit is contained in:
@ -27,7 +27,7 @@ abstract final class RangeOfAqiChartsHelper {
|
||||
getTitlesWidget: (value, meta) {
|
||||
String text;
|
||||
if (value >= 300) {
|
||||
text = '300+';
|
||||
text = '301+';
|
||||
} else if (value == 255) {
|
||||
text = '300';
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user