I would like to have x-axis ticks with only around 10px height. Per default every tick has 100% height of the chart-container. How can I achieve this - setting a css-parameter won't work because the ticks are getting calcuated and the height is set as svg-attribute?!
Is there any kind of parameter in nvd3 I could set? Or do I have to do this via d3-code?