From 17a0c162b80f655fdaa6ff86244053f9c67782e2 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 ebb62da..cf924c2 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