diff --git a/pylons_app/controllers/summary.py b/pylons_app/controllers/summary.py --- a/pylons_app/controllers/summary.py +++ b/pylons_app/controllers/summary.py @@ -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 diff --git a/pylons_app/templates/summary/summary.html b/pylons_app/templates/summary/summary.html --- a/pylons_app/templates/summary/summary.html +++ b/pylons_app/templates/summary/summary.html @@ -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" },