Closed dpedowitz closed 9 years ago
I can confirm that this patch fixes the problem.
Thanks @dpedowitz for posting the fix.
I had to change g.selectAll(".tick text") to g.selectAll(".tick + text") to get it to work. I noticed that the text element follows the line element for the tick mark.
Thanks @dpedowitz. I've merged the fix.
adding rotateTicks when you have times with labels rotates the ticks and the labels.
here's a patch to just rotate ticks: