Draw simple timeline with D3

后端 未结 3 1913
猫巷女王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:22

    You should be able to accomplish this with a time scale and an axis

    Scott Murray has a really good set of tutorials that culminates in one for axes

    Just think of your time line as a 1-dimensional scatterplot with a time scale.

提交回复
热议问题