d3-axis

https://github.com/d3/d3-axis

Table of Contents

Create axis without tick labels howto

var axisElements = svg.append("g").call(axis);
axisElements.selectAll("text").remove();