# HG changeset patch # User Marcin Kuzminski # Date 1291380388 -3600 # Node ID a81bd2a8cdd47f3c93d0dc6506c93e281153e5b2 # Parent e41aacb6aa18980212aae4c23cabdf9c8ce65043 fixed decimal tick on overview of commit data diff -r e41aacb6aa18 -r a81bd2a8cdd4 rhodecode/templates/summary/summary.html --- a/rhodecode/templates/summary/summary.html Fri Dec 03 13:40:40 2010 +0100 +++ b/rhodecode/templates/summary/summary.html Fri Dec 03 13:46:28 2010 +0100 @@ -310,7 +310,7 @@ bars: {show:true,barWidth: 2,}, shadowSize: 0, xaxis: {mode: "time", timeformat: "%d/%m/%y",}, - yaxis: {ticks: 3, min: 0,}, + yaxis: {ticks: 3, min: 0,tickDecimals:0,}, grid: {color: "#999",}, selection: {mode: "x"} };