xuanngo2001 / jsgantt

Automatically exported from code.google.com/p/jsgantt
0 stars 0 forks source link

Ability to have a non-zero root. #72

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What is the expected output?

Currently, if the root(s) of the Gantt do not have a parent of 0, or if
they indicate a parent which is not included on the Gantt chart, the Gantt
will display with all tasks un-indented.  This happens if a "branch" of a
larger structure is selected to be charted.  The first row has to
programatically be set to 0.  It would be great if the Gantt chart would
display correctly without such manipulation.

Are there any specific API changes you would like to see?

Please provide any additional information below.

Original issue reported on code.google.com by allen.e....@gmail.com on 28 Feb 2010 at 1:27