Skip to content

Commit

Permalink
Use two-digit year, as workaround for issue #3
Browse files Browse the repository at this point in the history
  • Loading branch information
kfogel committed Jun 4, 2018
1 parent caf1176 commit 7c6c5ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion burn-down.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
var xAxis = d3
.axisBottom()
.scale(xScale)
.ticks(18, "%b %Y");
.ticks(18, "%b %y");

var xAxisGroup = chartG
.append("g")
Expand Down

0 comments on commit 7c6c5ee

Please sign in to comment.