This is what I\'m trying to accomplish:
In this example, I have a starting date (1º Jun 20
I recently had to do something similar. I ended up writing a d3 plugin that could handle this case among a few others. https://github.com/jiahuang/d3-timeline
I'm pretty new to D3 as well, but I hope it's useful.