Gantt Chart Web Part

Visualize a list of tasks in a Gantt chart as part of a project overview.
Web Part Icon

Web Part Properties
- Title - Title of the gantt chart
- List - Name of the list with the data to visualize
- Task Name Field - Name of the field, string type, for the task name, usually would be the Title field
- Task ID Field - Name of the field, choice/string type, used to bind other tasks, dependency, to it. This is typically a choice field with only a single value allowed. Each row should have a unique value
- Start Date Field - Name of the start date field, date type. If left blank, the end date field and the value in the duration field is used to determine the length of the task
- End Date Field - Name of the end date field, date type
- Duration Field - Name of the duration field, number type. Used in combination with the end date field to determine the length of the task
- Percent Completed Field - Name of the percent completed field, number type, used to fill the progress bar of the task
- Dependencies Field - Name of the dependencies field, choice(multiple)/string, used to set a dependency between two tasks. This is typically a multi-value choice field with the same values as the Task ID field. You may bind one or more tasks, through task id value, to the task
- Chart Height - Height of the chart
- Title - Text value
- Task ID - Choice value, one value, example values (Should contain a unique value for every row in the list):
- Research
- Write
- Cite
- Complete
- Outline
- Start Date - DateTime value
- End Date - DateTime value
- Duration - Number value
- Percent Completed - Number value
- Dependencies - Choice value, multiple values, example values (Should be same as Task ID)
