bugfix: average pace bar charts

upgrade-2021-project
Stefan Haslinger 2022-03-15 08:41:16 +01:00
parent a3baecaad8
commit 4ac0300029
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -57,7 +57,7 @@ class MyBarChart extends StatelessWidget {
@override
Widget build(BuildContext context) {
if (_barZones.isEmpty || _value <= 0) {
if (_barZones.isEmpty && _value <= 0) {
return const Text('no data');
} else {
return SizedBox(