summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFreeyorp <TheFreeYorp@NOSPAM.G.m.a.i.l.replace>2013-06-03 18:07:31 +1200
committerFreeyorp <TheFreeYorp@NOSPAM.G.m.a.i.l.replace>2013-06-03 18:07:52 +1200
commit17a0c162b80f655fdaa6ff86244053f9c67782e2 (patch)
treed03c9b9590c8c42e432880d44a714a7eb37ec462
parent23841aa444173afcf8e10b8ef67f4f7f29829225 (diff)
downloadmanavis-17a0c162b80f655fdaa6ff86244053f9c67782e2.tar.gz
manavis-17a0c162b80f655fdaa6ff86244053f9c67782e2.tar.bz2
manavis-17a0c162b80f655fdaa6ff86244053f9c67782e2.tar.xz
manavis-17a0c162b80f655fdaa6ff86244053f9c67782e2.zip
Don't center the bars on the date chart
-rw-r--r--public/js/mv/chart.js1
1 files changed, 0 insertions, 1 deletions
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)