From e5f8b6321ca53e1d95e25b2196cf741d88ebacfd Mon Sep 17 00:00:00 2001 From: Catouse Date: Fri, 9 Dec 2016 11:11:07 +0800 Subject: [PATCH] * change default doughnut size of mini pie chart. --- module/common/view/chart.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/common/view/chart.html.php b/module/common/view/chart.html.php index 10f01866e5..559362fe0d 100644 --- a/module/common/view/chart.html.php +++ b/module/common/view/chart.html.php @@ -99,7 +99,7 @@ if($config->debug) color: '#4CAF50', backColor: '#ddd', doughnut: true, - doughnutSize: 0, + doughnutSize: 85, width: 20, height: 20, showTip: false,