score:0

adding .tickformat() per ryan's recommendation forces d3 to display whatever element of the date you would like.

var xaxis = d3.axisbottom(x).tickformat(d3.timeformat("%b"));

thanks for the help!


Related Query

More Query from same tag