jsGanttImproved / jsgantt-improved

Javascript Gantt: fully featured gantt chart component built entirely with JS and CSS. No images or external libs required.
https://jsganttimproved.github.io/jsgantt-improved
Other
481 stars 249 forks source link

Enhancement: Critical Path & Column Adjustments #97

Open Mashiane opened 6 years ago

Mashiane commented 6 years ago

Hi there

  1. Can you consider adding a critical path functionality and the color coding of tasks including the linkages to dependencies on the critical path?
  2. Is it possible to make the columns widths adjustable with a mouse or rather in code?
mariohmol commented 5 years ago

We have to find an algorythm to calculate the critical path.. any suggestion?

mariohmol commented 5 years ago

This is the function so far.. can someone help on that ? https://github.com/jsGanttImproved/jsgantt-improved/blob/develop/src/utils.ts#L441

snehad22 commented 5 years ago

Hi, is Critical Path feature ready for use? I donot see anywhere documented this.

mariohmol commented 5 years ago

is not.. i did a function to start the calculation of this.. but needs more work

Akhil3991 commented 4 years ago

Any update on Critical Path.

mariohmol commented 4 years ago

Do you have any reference on how to calculate that?