From fbd45e3107ed09dcd960a23c06345835c927a95c Mon Sep 17 00:00:00 2001 From: Freeyorp Date: Mon, 3 Jun 2013 18:07:31 +1200 Subject: Don't center the bars on the date chart --- public/js/mv/chart.js | 1 - 1 file changed, 1 deletion(-) diff --git a/public/js/mv/chart.js b/public/js/mv/chart.js index 0031db4..262bf12 100644 --- a/public/js/mv/chart.js +++ b/public/js/mv/chart.js @@ -8,7 +8,6 @@ var mv = function(mv) { var charter = {}; charter.init = function() { mv.charts.date = bar(monoGroup(wide(dc.barChart("#date-chart")), "date")) - .centerBar(true) .elasticX(true) .x(d3.time.scale().domain([mv.heap.date.dim.bottom(1)[0].date, mv.heap.date.dim.top(1)[0].date]).nice(d3.time.hour)) .xUnits(d3.time.hours) -- cgit v1.2.3-60-g2f50