From cd38d90ffdf2785ddff62383209ed25a851b5802 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Sun, 29 Mar 2015 09:02:55 +0000 Subject: [PATCH] updated graph_main.php a bit --- codepot/src/codepot/views/graph_main.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/codepot/src/codepot/views/graph_main.php b/codepot/src/codepot/views/graph_main.php index fc66a7e9..f0e2c2b0 100644 --- a/codepot/src/codepot/views/graph_main.php +++ b/codepot/src/codepot/views/graph_main.php @@ -263,9 +263,8 @@ function show_commits_per_month_graph(log) align: "center", barWidth: 1000 * 60 * 60 * 24 * 10 }, - //lines: { show: true, fill: true /*, lineWidth: 2*/ }, - //points: { show: false /*,lineWidth: 1*/ } - + lines: { show: false, fill: true /*, lineWidth: 2*/ }, + points: { show: false /*,lineWidth: 1*/ } }, grid: { hoverable: true, clickable: true },