diff --git a/src/Calendar/Month.php b/src/Calendar/Month.php index 2ae837e..287583a 100644 --- a/src/Calendar/Month.php +++ b/src/Calendar/Month.php @@ -75,7 +75,7 @@ class Month $this->_node[$i][$l][$j]['height'] = $hours[$i][$l] ? ceil($data['value'] / $hours[$i][$l] * 100) : 0; break; default: - $this->_node[$i][$l][$j]['height'] = $month ? round($data['value'] * ($month / 100)) : 0; + $this->_node[$i][$l][$j]['height'] = $month ? ceil($data['value'] * ($month / 100)) : 0; } $this->_node[$i][$l][$j]['width'] = $width;