updated graph_main.php a bit

This commit is contained in:
hyung-hwan 2015-03-29 09:02:55 +00:00
parent d16c235cb9
commit cd38d90ffd

View File

@ -263,9 +263,8 @@ function show_commits_per_month_graph(log)
align: "center", align: "center",
barWidth: 1000 * 60 * 60 * 24 * 10 barWidth: 1000 * 60 * 60 * 24 * 10
}, },
//lines: { show: true, fill: true /*, lineWidth: 2*/ }, lines: { show: false, fill: true /*, lineWidth: 2*/ },
//points: { show: false /*,lineWidth: 1*/ } points: { show: false /*,lineWidth: 1*/ }
}, },
grid: { hoverable: true, clickable: true }, grid: { hoverable: true, clickable: true },