we no longer need the minor tick size

This commit is contained in:
Justin Palmer
2013-02-01 10:10:06 -08:00
parent 93183c8146
commit 8e1314107c

View File

@@ -26,7 +26,7 @@ class EditorStatsView extends ScrollView
@y.range [h - pt - pb, 0]
@xaxis ?= d3.svg.axis().scale(@x).orient('top')
.tickSize(-h + pt + pb, 50)
.tickSize(-h + pt + pb)
.tickFormat (d) =>
d = new Date(@stats.startDate.getTime() + (d * 6e4))
mins = d.getMinutes()