Changeset - 6a506a7acd1a
[Not reviewed]
default
0 2 0
Marcin Kuzminski - 15 years ago 2010-08-06 00:15:06
marcin@python-works.com
some small changes to commit activity graph
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
pylons_app/controllers/summary.py
Show inline comments
 
@@ -73,7 +73,7 @@ class SummaryController(BaseController):
 
        aggregate = OrderedDict()
 
        
 
        #graph range
 
        td = datetime.today() 
 
        td = datetime.today() + timedelta(days=1) 
 
        y = td.year
 
        m = td.month
 
        d = td.day
pylons_app/templates/summary/summary.html
Show inline comments
 
@@ -162,7 +162,7 @@ E.onDOMReady(function(e){
 

	
 
		        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" },
0 comments (0 inline, 0 general)