changeset 390:6a506a7acd1a

some small changes to commit activity graph
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 06 Aug 2010 00:15:06 +0200
parents 174785aa5dc4
children a9814a642e11
files pylons_app/controllers/summary.py pylons_app/templates/summary/summary.html
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/pylons_app/controllers/summary.py	Thu Aug 05 23:59:41 2010 +0200
+++ b/pylons_app/controllers/summary.py	Fri Aug 06 00:15:06 2010 +0200
@@ -73,7 +73,7 @@
         aggregate = OrderedDict()
         
         #graph range
-        td = datetime.today() 
+        td = datetime.today() + timedelta(days=1) 
         y = td.year
         m = td.month
         d = td.day
--- a/pylons_app/templates/summary/summary.html	Thu Aug 05 23:59:41 2010 +0200
+++ b/pylons_app/templates/summary/summary.html	Fri Aug 06 00:15:06 2010 +0200
@@ -162,7 +162,7 @@
 
 		        if (data.length > 0){
 				    var plot = YAHOO.widget.Flot("commit_history", data,
-					        { bars: { show: true, align:'center' },
+					        { bars: { show: true, align:'center',lineWidth:4 },
 			    			  points: { show: true, radius:0,fill:true },
 			    			  legend:{show:true, container:"legend_container"},
 			    	          selection: { mode: "xy" },