d3-axis https://github.com/d3/d3-axis Table of Contents Create axis without tick labels Create axis without tick labels howto var axisElements = svg.append("g").call(axis); axisElements.selectAll("text").remove(); https://stackoverflow.com/questions/19787925/create-a-d3-axis-without-tick-labels