Draw simple timeline with D3

后端 未结 3 1928
猫巷女王i
猫巷女王i 2020-12-24 06:37

This is what I\'m trying to accomplish:

\"Timeline\"

In this example, I have a starting date (1º Jun 20

3条回答
  •  忘掉有多难
    2020-12-24 07:31

    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

    enter image description here

    enter image description here

    enter image description here

    enter image description here

    I'm pretty new to D3 as well, but I hope it's useful.

提交回复
热议问题