How to solve the question of plotting 3 dates in the Gantt chart?
Right now as I understand there is only the start date + duration.
but I want to add a date so that its showing start date + expected duration + actual duration?
kind of adding another indicator into the Gantt bar there, how can this be done? as long as 3 dates can be applied, the layout isnt important.
so its start date, duration = (planned complete date - start date) and then some way to indicate the actual complete date, if its finished. if not then its not applied. some projects are overdue, they start in say 1/1/2014 planned complete 3/1/2014 actual complete 8/1/2014; so the duration here would be 1/1 to 8/1 but how to mark out the planned date?
it depends what you have on a backend, i.e. how do you form the data feed which is loaded into gantt. If it’s php - please check this example in your package, you can use the exactly same approach docs.dhtmlx.com/gantt/samples/04 … lines.html