From 0f7b18c26098bfc50ebbd6c861ffdee038e30dd3 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Sun, 29 Mar 2015 05:28:42 +0000 Subject: [PATCH] adjusted bar chart margin --- codepot/src/codepot/views/graph_main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codepot/src/codepot/views/graph_main.php b/codepot/src/codepot/views/graph_main.php index 896e87b1..a1c97eb9 100644 --- a/codepot/src/codepot/views/graph_main.php +++ b/codepot/src/codepot/views/graph_main.php @@ -269,7 +269,7 @@ function show_commits_per_user_graph(log) xaxes: [ { mode: "categories", - autoscaleMargin: 0.1 + autoscaleMargin: 0.05 } ],