score:43

Accepted answer

you should add .tickformat(d3.format("d")) to your xaxis:

var xaxis = d3.svg.axis().scale(x).orient("bottom").tickformat(d3.format("d"));

Related Query

More Query from same tag