# HG changeset patch # User Marcin Kuzminski # Date 2010-12-03 13:46:28 # Node ID a81bd2a8cdd47f3c93d0dc6506c93e281153e5b2 # Parent e41aacb6aa18980212aae4c23cabdf9c8ce65043 fixed decimal tick on overview of commit data diff --git a/rhodecode/templates/summary/summary.html b/rhodecode/templates/summary/summary.html --- a/rhodecode/templates/summary/summary.html +++ b/rhodecode/templates/summary/summary.html @@ -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"} };