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