I want to draw an axis with major and minor ticks styled differently.
This example http://bl.ocks.org/vjpgo/4689130 does roughly what I want, but I can't get it to work with V3 of D3.
Is .subDivide()
a deprecated method? I can't see it in the current documentation: https://github.com/mbostock/d3/wiki/SVG-Axes
If so, what is the best approach to drawing major and minor ticks in V3 of D3? Should I draw two completely different axes?