##// END OF EJS Templates
some small changes to commit activity graph
marcink -
r390:6a506a7a default
parent child Browse files
Show More
@@ -73,7 +73,7 class SummaryController(BaseController):
73 73 aggregate = OrderedDict()
74 74
75 75 #graph range
76 td = datetime.today()
76 td = datetime.today() + timedelta(days=1)
77 77 y = td.year
78 78 m = td.month
79 79 d = td.day
@@ -162,7 +162,7 E.onDOMReady(function(e){
162 162
163 163 if (data.length > 0){
164 164 var plot = YAHOO.widget.Flot("commit_history", data,
165 { bars: { show: true, align:'center' },
165 { bars: { show: true, align:'center',lineWidth:4 },
166 166 points: { show: true, radius:0,fill:true },
167 167 legend:{show:true, container:"legend_container"},
168 168 selection: { mode: "xy" },
General Comments 0
You need to be logged in to leave comments. Login now