Configuration guide

In this guide, we'll give a description of the configuration options available in the properties pane.

You will be presented with the properties pane on the right hand side.

The remainder of this document will describe each section of the configuration options in the properties pane.

Task Storage

This has one setting: the list URL. This is the address of the underlying List which stores data for the gantt chart. This is normally set on initial installation and not changed thereafter.

Storage List Fields

This section connects the columns/fields of the storage list with the functions of the Gantt component. Normally, this is set automatically during initial install, and not changed thereafter. However, if you are connecting a custom Task list, you may wish to ensure values are selected.

Note that the following fields are required:

Task label, Start Date, Due Date, Task Type

The Code field is required to allow sorting of tasks.

Sorting & Grouping

Grouping indicates which items appear at the top level of the task hierarchy:

Sorting specifies the ordering of tasks. By default, tasks are ordered according to their Code. When a task is moved up/down, the code is updated accordingly. If you nominate another field, then tasks cannot be moved manually and will always be sorted according to the value of that field.

Colors

By default, each project (and its sub tasks) will share a color.

Layout

This section contains options which control how the Gantt web part appears in the context of the SharePoint page.

Allow full width (on Team Sites) This option will force the web part to expand itself to use the full width of the SharePoint page. Normally, on Team Sites, web parts cannot use the full width, so this setting allows that to be enforced.

Maximum height This controls the height of the web part. You may wish it to be a specific height, or allow it to automatically expand to accommodate all tasks.

Labels

Task Status

By default, there are 4 statuses: Future Task, On Schedule, Complete and Late.

Markers

Markers are used to indicate important dates in the project with a vertical line:

Data Grid (custom columns)

The data grid is the text section on the left of the Gantt chart:

If your Task List contains fields which you want to show, you can display them here.

Edit Permissions

Your gantt chart can be in view mode, or edit mode. In edit mode, tasks can be rescheduled or updated in any way.

To restrict the audience who are permitted to edit tasks, select one of the options:

Zoom & Scale

The zoom scale is controlled by this slider in the toolbar:

The default zoom scale is automatic and when the page is loaded, a zoom scale is chosen such that all tasks in the project are visible on screen.

However, if you wish to override this and nominate a specific zoom scale, simply move the slider to the appropriate zoom scale and click this button to store it:

When the page reloads, it will be saved.

The Week display option allows you to toggle weeks to show a number "1-52" in the scale. This is only visible when the zoom scale is weeks:

Scheduling

If you want to automatically move tasks according to their dependencies, then you can turn on Enforce dependencies.

This will have two effects:

  • Moving a task forwards or backwards will automatically move any successors by the same amount.

  • Moving a task backwards is prevented if it would result in overlapping with a predecessor.

Filtering

Performance

Lists support up to 30 million items. However, over 5000 tasks will require views to be configured to reduce that number to below 5000. Additionally, if you have more than around 400 tasks, you may wish to limit the number rendered at a time. This is largely dependent on the speed of the end-user browser and internet connection speed.

Please refer to the performance page to see more information about the performance settings.

WebPart Defaults

Last updated