I see there are a lot of questions (and answers) around visualizing dependency graphs such as here and many look quite cool but there is one feature that I can't find in any of them which is having an axis of time.
My use case is that I have a bunch of project milestone data where:
- Milestone A depends on milestone B
- Milestone B depends on milestone C
- etc
Using any of these graph libraries I could draw those connections but each of these milestones have dates on them so I want to visualize this along a date axis so I can not only see the dependencies but where they line up along time.
Are there any recommendations for any jquery plugin, etc that support this capability?