* Fix bug #47412.
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user