I'm trying to create an axis with d3.svg.axis()
but when I trying to create Subdivide ticks, the axis not changing. I've read some related documents but they could't help me to figure it out! This is an example that used d3.svg.axis().tickSubdidvie()
but still not working. Finally I've check this example and find tickSubdidvie()
function just working in d3js V2 and not working in d3js V3.5.5 . Could any body tell me how can I handle it?
Complete jsfiddle link.