diff --git a/module/project/ui/view.html.php b/module/project/ui/view.html.php
index 1aa6227fe7..f02ae90b93 100644
--- a/module/project/ui/view.html.php
+++ b/module/project/ui/view.html.php
@@ -172,6 +172,8 @@ row
div
(
set('class', 'chart pie-chart'),
+ set::width(120),
+ set::height(120),
echarts
(
set::color(array('#2B80FF', '#E3E4E9')),
@@ -184,7 +186,7 @@ row
'label' => array('show' => false),
'data' => array($progress, 100 - $progress)
)))
- )->size(120, 120),
+ ),
div
(
set::className('pie-chart-title text-center'),