0

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?

Community
  • 1
  • 1
leora
  • 188,729
  • 360
  • 878
  • 1,366

1 Answers1

0

Due to the nature of dependencies and dates, it sounds like you are looking for a Gantt chart, and/or the logic behind the ordering/layout of a Gantt display. I have successfully implemented this jQuery one on a project. I think that may be what you are looking for.

Tomanow
  • 7,247
  • 3
  • 24
  • 52