* change pie chart radius size to 20.

This commit is contained in:
Catouse
2016-11-30 14:26:04 +08:00
parent 147c76d99f
commit ef3d5cabdf
2 changed files with 3 additions and 9 deletions
+1 -1
View File
@@ -96,7 +96,7 @@
<td><?php echo $task->estimate;?></td>
<td><?php echo $task->consumed;?></td>
<td><?php echo $task->left;?></td>
<td class='has-progress-pie'><div class='progress-pie' title="<?php echo $task->progess?>%" data-value='<?php echo $task->progess;?>'></div></td>
<td><div class='progress-pie' title="<?php echo $task->progess?>%" data-value='<?php echo $task->progess;?>'></div></td>
<?php
if($project->type == 'sprint')
{