Skip to content

Instantly share code, notes, and snippets.

@jmiramant
Created March 27, 2015 03:51
Show Gist options
  • Save jmiramant/85f95c507609e711d609 to your computer and use it in GitHub Desktop.
Save jmiramant/85f95c507609e711d609 to your computer and use it in GitHub Desktop.
var xAxis = d3.svg.axis()
.scale(x)
.orient("top")
.tickFormat(function(d) {
return d3.time.format("%b %d")(new Date(d))
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment